Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > f37f2c0b149d5391818dc5157943cda0 > files > 272

gnome-chemistry-utils-devel-0.10.8-3mdv2010.0.i586.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>The Gnome Chemistry Utils: gcu::Window Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.6.1 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
      <li class="current"><a href="annotated.html"><span>Classes</span></a></li>
      <li><a href="files.html"><span>Files</span></a></li>
      <li><a href="dirs.html"><span>Directories</span></a></li>
    </ul>
  </div>
  <div class="tabs">
    <ul>
      <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
      <li><a href="classes.html"><span>Class&nbsp;Index</span></a></li>
      <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
      <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
    </ul>
  </div>
  <div class="navpath"><a class="el" href="namespacegcu.html">gcu</a>::<a class="el" href="classgcu_1_1Window.html">Window</a>
  </div>
</div>
<div class="contents">
<h1>gcu::Window Class Reference</h1><!-- doxytag: class="gcu::Window" -->
<p><code>#include &lt;<a class="el" href="gcu_2window_8h_source.html">gcu/window.h</a>&gt;</code></p>
<div class="dynheader">
Inheritance diagram for gcu::Window:</div>
<div class="dynsection">
 <div class="center">
  <img src="classgcu_1_1Window.gif" usemap="#gcu::Window_map" alt=""/>
  <map id="gcu::Window_map" name="gcu::Window_map">
<area href="classgcp_1_1Target.html" alt="gcp::Target" shape="rect" coords="0,56,83,80"/>
<area href="classgcp_1_1Window.html" alt="gcp::Window" shape="rect" coords="0,112,83,136"/>
</map>
 </div>
</div>

<p><a href="classgcu_1_1Window-members.html">List of all members.</a></p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td colspan="2"><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classgcu_1_1Window.html#a103f1504b2c6d457f5be303a02012c57">Window</a> ()</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classgcu_1_1Window.html#a1a2f39872d6ef5c0f7a7c947f55503fb">~Window</a> ()</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classgcu_1_1Window.html#a7f5384a9bb88e7b0666fee33d6fad9c5">Destroy</a> ()</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classgcu_1_1Window.html#a3915acc97424b39836b43847a099c235">Show</a> ()</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">GtkWindow *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classgcu_1_1Window.html#af6fe48a6b041688ee3fe9c5f25158d7b">GetWindow</a> (void)</td></tr>
<tr><td colspan="2"><h2>Protected Attributes</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">GtkWindow *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classgcu_1_1Window.html#a1751606f8dbefc0f1bdd182426cd004e">m_Window</a></td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<p>Base class for windows. Just a placeholder for now. </p>

<p>Definition at line <a class="el" href="gcu_2window_8h_source.html#l00037">37</a> of file <a class="el" href="gcu_2window_8h_source.html">gcu/window.h</a>.</p>
<hr/><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" id="a103f1504b2c6d457f5be303a02012c57"></a><!-- doxytag: member="gcu::Window::Window" ref="a103f1504b2c6d457f5be303a02012c57" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">gcu::Window::Window </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>The default constructor. </p>

</div>
</div>
<a class="anchor" id="a1a2f39872d6ef5c0f7a7c947f55503fb"></a><!-- doxytag: member="gcu::Window::~Window" ref="a1a2f39872d6ef5c0f7a7c947f55503fb" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual gcu::Window::~Window </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>The destructor. </p>

<p>Reimplemented in <a class="el" href="classgcp_1_1Window.html#a52f3eca50f14b6c624b2511e137d3ebd">gcp::Window</a>.</p>

</div>
</div>
<hr/><h2>Member Function Documentation</h2>
<a class="anchor" id="a7f5384a9bb88e7b0666fee33d6fad9c5"></a><!-- doxytag: member="gcu::Window::Destroy" ref="a7f5384a9bb88e7b0666fee33d6fad9c5" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void gcu::Window::Destroy </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Destroys the window. This method should be overloaded in derived classes since default imlementation does not do anything. </p>

<p>Reimplemented in <a class="el" href="classgcp_1_1Window.html#a06d6d9215244d18cec6db8207fed3d31">gcp::Window</a>.</p>

</div>
</div>
<a class="anchor" id="af6fe48a6b041688ee3fe9c5f25158d7b"></a><!-- doxytag: member="gcu::Window::GetWindow" ref="af6fe48a6b041688ee3fe9c5f25158d7b" args="(void)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">gcu::Window::GetWindow </td>
          <td>(</td>
          <td class="paramtype">void&nbsp;</td>
          <td class="paramname"></td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<dl class="return"><dt><b>Returns:</b></dt><dd>the GtkWindow correspondig to this <a class="el" href="classgcu_1_1Window.html">Window</a> instance. </dd></dl>

<p>Definition at line <a class="el" href="gcu_2window_8h_source.html#l00066">66</a> of file <a class="el" href="gcu_2window_8h_source.html">gcu/window.h</a>.</p>

</div>
</div>
<a class="anchor" id="a3915acc97424b39836b43847a099c235"></a><!-- doxytag: member="gcu::Window::Show" ref="a3915acc97424b39836b43847a099c235" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void gcu::Window::Show </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Raises the window and makes it active. This method should be overloaded in derived classes since default imlementation does not do anything. </p>

<p>Reimplemented in <a class="el" href="classgcp_1_1Window.html#a75fbc6502012e4592d403f5a7d8bc9c0">gcp::Window</a>.</p>

</div>
</div>
<hr/><h2>Member Data Documentation</h2>
<a class="anchor" id="a1751606f8dbefc0f1bdd182426cd004e"></a><!-- doxytag: member="gcu::Window::m_Window" ref="a1751606f8dbefc0f1bdd182426cd004e" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classgcu_1_1Window.html#a1751606f8dbefc0f1bdd182426cd004e">gcu::Window::m_Window</a><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>The GtkWindow instance corresponding to the <a class="el" href="classgcu_1_1Window.html">Window</a>. </p>

<p>Definition at line <a class="el" href="gcu_2window_8h_source.html#l00066">66</a> of file <a class="el" href="gcu_2window_8h_source.html">gcu/window.h</a>.</p>

</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="gcu_2window_8h_source.html">gcu/window.h</a></li>
</ul>
</div>
<hr size="1"/><address style="text-align: right;"><small>Generated on Sun Sep 6 18:33:56 2009 for The Gnome Chemistry Utils by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body>
</html>