67 lines
3.7 KiB
HTML
67 lines
3.7 KiB
HTML
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||
|
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
|
||
|
<title>Gewi::WidgetNode class Reference</title>
|
||
|
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
||
|
</head><body>
|
||
|
<!-- Generated by Doxygen 1.3 -->
|
||
|
<center>
|
||
|
<a class="qindex" href="index.html">Main Page</a> <a class="qindex" href="namespaces.html">Namespace List</a> <a class="qindex" href="hierarchy.html">Class Hierarchy</a> <a class="qindex" href="annotated.html">Compound List</a> <a class="qindex" href="files.html">File List</a> <a class="qindex" href="namespacemembers.html">Namespace Members</a> <a class="qindex" href="functions.html">Compound Members</a> </center>
|
||
|
<hr><h1>Gewi::WidgetNode Class Reference</h1><code>#include <<a class="el" href="GewiWidgetList_8h-source.html">GewiWidgetList.h</a>></code>
|
||
|
<p>
|
||
|
<a href="classGewi_1_1WidgetNode-members.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>
|
||
|
Doubly linked list node containing a widget.
|
||
|
<p>
|
||
|
<table border=0 cellpadding=0 cellspacing=0>
|
||
|
<tr><td></td></tr>
|
||
|
<tr><td colspan=2><br><h2>Public Member Functions</h2></td></tr>
|
||
|
<tr><td nowrap align=right valign=top> </td><td valign=bottom><a class="el" href="classGewi_1_1WidgetNode.html#a0">WidgetNode</a> ()</td></tr>
|
||
|
<tr><td> </td><td><em class="mdesc">Basic constructor.</em> <a href="#a0"></a><em></em><br><br></td></tr>
|
||
|
<tr><td colspan=2><br><h2>Public Attributes</h2></td></tr>
|
||
|
<tr><td nowrap align=right valign=top><a name="m0" doxytag="Gewi::WidgetNode::widget"></a>
|
||
|
<a class="el" href="classGewi_1_1GWidget.html">GWidget</a> * </td><td valign=bottom><a class="el" href="classGewi_1_1WidgetNode.html#m0">widget</a></td></tr>
|
||
|
<tr><td> </td><td><em class="mdesc">Pointer to widget for this node.</em><br><br></td></tr>
|
||
|
<tr><td nowrap align=right valign=top><a name="m1" doxytag="Gewi::WidgetNode::prev"></a>
|
||
|
WidgetNode * </td><td valign=bottom><a class="el" href="classGewi_1_1WidgetNode.html#m1">prev</a></td></tr>
|
||
|
<tr><td> </td><td><em class="mdesc">Pointer to previous node.</em><br><br></td></tr>
|
||
|
<tr><td nowrap align=right valign=top><a name="m2" doxytag="Gewi::WidgetNode::next"></a>
|
||
|
WidgetNode * </td><td valign=bottom><a class="el" href="classGewi_1_1WidgetNode.html#m2">next</a></td></tr>
|
||
|
<tr><td> </td><td><em class="mdesc">Pointer to next node.</em><br><br></td></tr>
|
||
|
</table>
|
||
|
<hr><h2>Constructor & Destructor Documentation</h2>
|
||
|
<a name="a0" doxytag="Gewi::WidgetNode::WidgetNode"></a><p>
|
||
|
<table width="100%" cellpadding="2" cellspacing="0" border="0">
|
||
|
<tr>
|
||
|
<td class="md">
|
||
|
<table cellpadding="0" cellspacing="0" border="0">
|
||
|
<tr>
|
||
|
<td class="md" nowrap valign="top"> Gewi::WidgetNode::WidgetNode </td>
|
||
|
<td class="md" valign="top">( </td>
|
||
|
<td class="mdname1" valign="top" nowrap> </td>
|
||
|
<td class="md" valign="top"> ) </td>
|
||
|
<td class="md" nowrap></td>
|
||
|
</tr>
|
||
|
|
||
|
</table>
|
||
|
</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
<table cellspacing=5 cellpadding=0 border=0>
|
||
|
<tr>
|
||
|
<td>
|
||
|
|
||
|
</td>
|
||
|
<td>
|
||
|
|
||
|
<p>
|
||
|
Simple safety constructor just sets all values to NULL. </td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
<hr>The documentation for this class was generated from the following files:<ul>
|
||
|
<li>/include/<a class="el" href="GewiWidgetList_8h-source.html">GewiWidgetList.h</a><li>/src/<a class="el" href="GewiWidgetList_8cpp.html">GewiWidgetList.cpp</a></ul>
|
||
|
<hr><address style="align: right;"><small>Generated on Mon Jun 16 03:27:18 2003 for Gewi by
|
||
|
<a href="http://www.doxygen.org/index.html">
|
||
|
<img src="doxygen.png" alt="doxygen" align="middle" border=0
|
||
|
width=110 height=53></a>1.3 </small></address>
|
||
|
</body>
|
||
|
</html>
|