Sophie

Sophie

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

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: gcp::ReactionPropDlg 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="namespacegcp.html">gcp</a>::<a class="el" href="classgcp_1_1ReactionPropDlg.html">ReactionPropDlg</a>
  </div>
</div>
<div class="contents">
<h1>gcp::ReactionPropDlg Class Reference</h1><!-- doxytag: class="gcp::ReactionPropDlg" --><!-- doxytag: inherits="gcu::Dialog" -->
<p>reaction properties dialog box class.  
<a href="#_details">More...</a></p>

<p><code>#include &lt;<a class="el" href="reaction-prop-dlg_8h_source.html">gcp/reaction-prop-dlg.h</a>&gt;</code></p>
<div class="dynheader">
Inheritance diagram for gcp::ReactionPropDlg:</div>
<div class="dynsection">
 <div class="center">
  <img src="classgcp_1_1ReactionPropDlg.gif" usemap="#gcp::ReactionPropDlg_map" alt=""/>
  <map id="gcp::ReactionPropDlg_map" name="gcp::ReactionPropDlg_map">
<area href="classgcu_1_1Dialog.html" alt="gcu::Dialog" shape="rect" coords="0,0,134,24"/>
</map>
 </div>
</div>

<p><a href="classgcp_1_1ReactionPropDlg-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="classgcp_1_1ReactionPropDlg.html#a228e035cd90993304012776d622f56cc">ReactionPropDlg</a> (<a class="el" href="classgcp_1_1ReactionArrow.html">ReactionArrow</a> *arrow, <a class="el" href="classgcp_1_1ReactionProp.html">ReactionProp</a> *prop)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classgcp_1_1ReactionPropDlg.html#a506794f0e618fdb81ee3cd76de8eb2fe">~ReactionPropDlg</a> ()</td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<p>reaction properties dialog box class. </p>
<p>The class for the dialog used to set the properties of objects attached to reaction arrows. </p>

<p>Definition at line <a class="el" href="reaction-prop-dlg_8h_source.html#l00045">45</a> of file <a class="el" href="reaction-prop-dlg_8h_source.html">reaction-prop-dlg.h</a>.</p>
<hr/><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" id="a228e035cd90993304012776d622f56cc"></a><!-- doxytag: member="gcp::ReactionPropDlg::ReactionPropDlg" ref="a228e035cd90993304012776d622f56cc" args="(ReactionArrow *arrow, ReactionProp *prop)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">gcp::ReactionPropDlg::ReactionPropDlg </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="classgcp_1_1ReactionArrow.html">ReactionArrow</a> *&nbsp;</td>
          <td class="paramname"> <em>arrow</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="classgcp_1_1ReactionProp.html">ReactionProp</a> *&nbsp;</td>
          <td class="paramname"> <em>prop</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<dl><dt><b>Parameters:</b></dt><dd>
  <table border="0" cellspacing="2" cellpadding="0">
    <tr><td valign="top"></td><td valign="top"><em>arrow</em>&nbsp;</td><td>the reaction arrow to which the object is attached. </td></tr>
    <tr><td valign="top"></td><td valign="top"><em>prop</em>&nbsp;</td><td>the associated reaction property.</td></tr>
  </table>
  </dd>
</dl>
<p>Builds and shows the reaction properties dialog box for <em>arrow</em> and <em>prop</em>. </p>

</div>
</div>
<a class="anchor" id="a506794f0e618fdb81ee3cd76de8eb2fe"></a><!-- doxytag: member="gcp::ReactionPropDlg::~ReactionPropDlg" ref="a506794f0e618fdb81ee3cd76de8eb2fe" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual gcp::ReactionPropDlg::~ReactionPropDlg </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>

</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="reaction-prop-dlg_8h_source.html">reaction-prop-dlg.h</a></li>
</ul>
</div>
<hr size="1"/><address style="text-align: right;"><small>Generated on Sun Sep 6 18:33:54 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>