summaryrefslogtreecommitdiff
path: root/sigalatvision/doc/html/classTSubMenu.html
diff options
context:
space:
mode:
Diffstat (limited to 'sigalatvision/doc/html/classTSubMenu.html')
-rw-r--r--sigalatvision/doc/html/classTSubMenu.html82
1 files changed, 82 insertions, 0 deletions
diff --git a/sigalatvision/doc/html/classTSubMenu.html b/sigalatvision/doc/html/classTSubMenu.html
new file mode 100644
index 0000000..3abd942
--- /dev/null
+++ b/sigalatvision/doc/html/classTSubMenu.html
@@ -0,0 +1,82 @@
+<!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>TSubMenu class Reference</title>
+<link href="doxygen.css" rel="stylesheet" type="text/css">
+</head><body bgcolor="#ffffff">
+<!-- Generated by Doxygen 1.2.8.1 -->
+<center>
+<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="classes.html">Alphabetical List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
+<hr><h1>TSubMenu Class Reference</h1>Used to differentiate between different types of <a class="el" href="classTMenuItem.html">TMenuItem</a>: individual menu items and submenus.
+<a href="#_details">More...</a>
+<p>
+<code>#include &lt;<a class="el" href="menus_8h-source.html">menus.h</a>&gt;</code>
+<p>
+<p>Inheritance diagram for TSubMenu::
+<p><center><img src="classTSubMenu.gif" usemap="#TSubMenu_map" border="0"></center>
+<map name="TSubMenu_map">
+<area href="classTMenuItem.html" alt="TMenuItem" shape="rect" coords="0,0,73,24">
+</map>
+<a href="classTSubMenu-members.html">List of all members.</a><table border=0 cellpadding=0 cellspacing=0>
+<tr><td colspan=2><br><h2>Public Methods</h2></td></tr>
+<tr><td nowrap align=right valign=top>&nbsp;</td><td valign=bottom><a class="el" href="classTSubMenu.html#a0">TSubMenu</a> (const char *nm, <a class="el" href="ttypes_8h.html#a0">ushort</a> key, <a class="el" href="ttypes_8h.html#a0">ushort</a> <a class="el" href="classTMenuItem.html#m5">helpCtx</a>=<a class="el" href="views_8h.html#a64">hcNoContext</a>)</td></tr>
+</table>
+<hr><a name="_details"></a><h2>Detailed Description</h2>
+TSubMenu is a class used to differentiate between different types of <a class="el" href="classTMenuItem.html">TMenuItem</a>: individual menu items and submenus.
+<p>
+TVision supplies the overloaded operator+ so you can easily construct complete menus without dozens of nested parentheses. When you use TSubMenu, the compiler can distinguish between attempts to use operator+ on individual menu items and their submenus.
+<p>
+
+<p>
+Definition at line <a class="el" href="menus_8h-source.html#l00164">164</a> of file <a class="el" href="menus_8h-source.html">menus.h</a>.<hr><h2>Constructor &amp; Destructor Documentation</h2>
+<a name="a0" doxytag="TSubMenu::TSubMenu"></a><p>
+<table width="100%" cellpadding="2" cellspacing="0" border="0">
+ <tr>
+ <td class="md">
+ <table cellpadding="0" cellspacing="0" border="0">
+ <tr>
+ <td nowrap valign="top"><b>
+TSubMenu::TSubMenu (
+ </b></td>
+ <td valign="bottom"><b>
+const char * <em>nm</em>,
+ </b></td>
+ </tr>
+ <tr>
+ <td></td>
+ <td><b>
+<a class="el" href="ttypes_8h.html#a0">ushort</a> <em>key</em>,
+ </b></td>
+ </tr>
+ <tr>
+ <td></td>
+ <td><b>
+<a class="el" href="ttypes_8h.html#a0">ushort</a> <em>helpCtx</em> = <a class="el" href="views_8h.html#a64">hcNoContext</a>&nbsp;)
+ </b></td>
+ </tr>
+
+ </table>
+ </td>
+ </tr>
+</table>
+<table cellspacing=5 cellpadding=0 border=0>
+ <tr>
+ <td>
+ &nbsp;
+ </td>
+ <td>
+
+<p>
+Calls constructor TMenuItem(nm, 0, key, helpCtx). <dl compact><dt>
+<b>See also: </b><dd>
+<a class="el" href="classTMenuItem.html#a0">TMenuItem::TMenuItem</a> </dl> </td>
+ </tr>
+</table>
+<hr>The documentation for this class was generated from the following file:<ul>
+<li><a class="el" href="menus_8h-source.html">menus.h</a></ul>
+<hr><address><small>Generated at Sat Sep 22 20:19:37 2001 for TVision by
+<a href="http://www.doxygen.org/index.html">
+<img src="doxygen.gif" alt="doxygen" align="middle" border=0
+width=110 height=53></a>1.2.8.1 written by <a href="mailto:dimitri@stack.nl">Dimitri van Heesch</a>,
+ &copy;&nbsp;1997-2001</small></address>
+</body>
+</html>