]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - docs/module-doc/classModeParameter.html
Added new documentation
[user/henk/code/inspircd.git] / docs / module-doc / classModeParameter.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2 <html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
3 <title>ModeParameter class Reference</title>
4 <link href="inspircd.css" rel="stylesheet" type="text/css">
5 </head><body>
6 <!-- Generated by Doxygen 1.3-rc3 -->
7 <center>
8 <a class="qindex" href="main.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</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>
9 <hr><h1>ModeParameter Class Reference</h1>Holds a custom parameter to a module-defined channel mode e.g. 
10 <a href="#_details">More...</a>
11 <p>
12 <code>#include &lt;<a class="el" href="channels_8h-source.html">channels.h</a>&gt;</code>
13 <p>
14 Inheritance diagram for ModeParameter:<p><center><img src="classModeParameter__inherit__graph.gif" border="0" usemap="#ModeParameter__inherit__map" alt="Inheritance graph"></center>
15 <map name="ModeParameter__inherit__map">
16 <area href="classclassbase.html" shape="rect" coords="25,16,92,37" alt="">
17 </map>
18 <center><font size="2">[<a target="top" href="graph_legend.html">legend</a>]</font></center>Collaboration diagram for ModeParameter:<p><center><img src="classModeParameter__coll__graph.gif" border="0" usemap="#ModeParameter__coll__map" alt="Collaboration graph"></center>
19 <map name="ModeParameter__coll__map">
20 <area href="classclassbase.html" shape="rect" coords="7,107,73,128" alt="">
21 </map>
22 <center><font size="2">[<a target="top" href="graph_legend.html">legend</a>]</font></center><a href="classModeParameter-members.html">List of all members.</a><table border=0 cellpadding=0 cellspacing=0>
23 <tr><td></td></tr>
24 <tr><td colspan=2><br><h2>Public Attributes</h2></td></tr>
25 <tr><td nowrap align=right valign=top>char&nbsp;</td><td valign=bottom><a class="el" href="classModeParameter.html#m0">mode</a></td></tr>
26 <tr><td nowrap align=right valign=top>char&nbsp;</td><td valign=bottom><a class="el" href="classModeParameter.html#m1">parameter</a> [MAXBUF]</td></tr>
27 <tr><td nowrap align=right valign=top>char&nbsp;</td><td valign=bottom><a class="el" href="classModeParameter.html#m2">channel</a> [CHANMAX]</td></tr>
28 </table>
29 <hr><a name="_details"></a><h2>Detailed Description</h2>
30 Holds a custom parameter to a module-defined channel mode e.g.
31 <p>
32 for +L this would hold the channel name. 
33 <p>
34
35 <p>
36 Definition at line <a class="el" href="channels_8h-source.html#l00059">59</a> of file <a class="el" href="channels_8h-source.html">channels.h</a>.<hr><h2>Member Data Documentation</h2>
37 <a name="m2" doxytag="ModeParameter::channel"></a><p>
38 <table width="100%" cellpadding="2" cellspacing="0" border="0">
39   <tr>
40     <td class="md">
41       <table cellpadding="0" cellspacing="0" border="0">
42         <tr>
43           <td class="md" nowrap valign="top"> char ModeParameter::channel[CHANMAX]
44       </table>
45     </td>
46   </tr>
47 </table>
48 <table cellspacing=5 cellpadding=0 border=0>
49   <tr>
50     <td>
51       &nbsp;
52     </td>
53     <td>
54
55 <p>
56
57 <p>
58 Definition at line <a class="el" href="channels_8h-source.html#l00064">64</a> of file <a class="el" href="channels_8h-source.html">channels.h</a>.
59 <p>
60 Referenced by <a class="el" href="channels_8cpp-source.html#l00050">chanrec::SetCustomModeParam()</a>.    </td>
61   </tr>
62 </table>
63 <a name="m0" doxytag="ModeParameter::mode"></a><p>
64 <table width="100%" cellpadding="2" cellspacing="0" border="0">
65   <tr>
66     <td class="md">
67       <table cellpadding="0" cellspacing="0" border="0">
68         <tr>
69           <td class="md" nowrap valign="top"> char ModeParameter::mode
70       </table>
71     </td>
72   </tr>
73 </table>
74 <table cellspacing=5 cellpadding=0 border=0>
75   <tr>
76     <td>
77       &nbsp;
78     </td>
79     <td>
80
81 <p>
82
83 <p>
84 Definition at line <a class="el" href="channels_8h-source.html#l00062">62</a> of file <a class="el" href="channels_8h-source.html">channels.h</a>.
85 <p>
86 Referenced by <a class="el" href="channels_8cpp-source.html#l00050">chanrec::SetCustomModeParam()</a>.    </td>
87   </tr>
88 </table>
89 <a name="m1" doxytag="ModeParameter::parameter"></a><p>
90 <table width="100%" cellpadding="2" cellspacing="0" border="0">
91   <tr>
92     <td class="md">
93       <table cellpadding="0" cellspacing="0" border="0">
94         <tr>
95           <td class="md" nowrap valign="top"> char ModeParameter::parameter[MAXBUF]
96       </table>
97     </td>
98   </tr>
99 </table>
100 <table cellspacing=5 cellpadding=0 border=0>
101   <tr>
102     <td>
103       &nbsp;
104     </td>
105     <td>
106
107 <p>
108
109 <p>
110 Definition at line <a class="el" href="channels_8h-source.html#l00063">63</a> of file <a class="el" href="channels_8h-source.html">channels.h</a>.
111 <p>
112 Referenced by <a class="el" href="channels_8cpp-source.html#l00050">chanrec::SetCustomModeParam()</a>.    </td>
113   </tr>
114 </table>
115 <hr>The documentation for this class was generated from the following file:<ul>
116 <li><a class="el" href="channels_8h-source.html">channels.h</a></ul>
117 <hr><address style="align: right;"><small>Generated on Wed Apr 7 19:20:49 2004 for InspIRCd by
118 <a href="http://www.doxygen.org/index.html">
119 <img src="doxygen.png" alt="doxygen" align="middle" border=0 
120 width=110 height=53></a>1.3-rc3 </small></address>
121 </body>
122 </html>