doxygen/html/classInfoLabel.html
changeset 0 04114bce8fd0
equal deleted inserted replaced
-1:000000000000 0:04114bce8fd0
       
     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>InfoLabel class Reference</title>
       
     4 <link href="doxygen.css" rel="stylesheet" type="text/css">
       
     5 </head><body>
       
     6 <!-- Generated by Doxygen 1.2.16 -->
       
     7 <center>
       
     8 <a class="qindex" href="index.html">Main Page</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; </center>
       
     9 <hr><h1>InfoLabel  Class Reference</h1><code>#include &lt;<a class="el" href="infolabel_8h-source.html">infolabel.h</a>&gt;</code>
       
    10 <p>
       
    11 <a href="classInfoLabel-members.html">List of all members.</a><table border=0 cellpadding=0 cellspacing=0>
       
    12 <tr><td colspan=2><br><h2>Public Slots</h2></td></tr>
       
    13 <tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classInfoLabel.html#g0">setTitle</a> (const QString &amp;str)</td></tr>
       
    14 <tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classInfoLabel.html#g1">setValue</a> (const QString &amp;str)</td></tr>
       
    15 <tr><td colspan=2><br><h2>Public Methods</h2></td></tr>
       
    16 <tr><td nowrap align=right valign=top>&nbsp;</td><td valign=bottom><a class="el" href="classInfoLabel.html#a0">InfoLabel</a> (QWidget *parent=0, const char *name=0)</td></tr>
       
    17 <tr><td nowrap align=right valign=top>&nbsp;</td><td valign=bottom><a class="el" href="classInfoLabel.html#a1">InfoLabel</a> (const QString &amp;mytitle, QWidget *parent=0, const char *name=0)</td></tr>
       
    18 <tr><td nowrap align=right valign=top>&nbsp;</td><td valign=bottom><a class="el" href="classInfoLabel.html#a2">InfoLabel</a> (const QString &amp;mytitle, const QString &amp;myvalue, QWidget *parent=0, const char *name=0)</td></tr>
       
    19 <tr><td nowrap align=right valign=top>QString&nbsp;</td><td valign=bottom><a class="el" href="classInfoLabel.html#a3">title</a> () const</td></tr>
       
    20 <tr><td nowrap align=right valign=top>QString&nbsp;</td><td valign=bottom><a class="el" href="classInfoLabel.html#a4">value</a> () const</td></tr>
       
    21 </table>
       
    22 <hr><a name="_details"></a><h2>Detailed Description</h2>
       
    23 Class which defines an information label. It usually tells the user information about some configuration parameter or result (label title). It's usually shown as a title in bold and a colon, followed by its value. 
       
    24 <p>
       
    25 <hr><h2>Constructor &amp; Destructor Documentation</h2>
       
    26 <a name="a0" doxytag="InfoLabel::InfoLabel"></a><p>
       
    27 <table width="100%" cellpadding="2" cellspacing="0" border="0">
       
    28   <tr>
       
    29     <td class="md">
       
    30       <table cellpadding="0" cellspacing="0" border="0">
       
    31         <tr>
       
    32           <td class="md" nowrap valign="top"> InfoLabel::InfoLabel </td>
       
    33           <td class="md" valign="top">(&nbsp;</td>
       
    34           <td class="md" nowrap valign="top">QWidget *&nbsp;</td>
       
    35           <td class="mdname" nowrap>&nbsp; <em>parent</em> = 0, </td>
       
    36         </tr>
       
    37         <tr>
       
    38           <td></td>
       
    39           <td></td>
       
    40           <td class="md" nowrap>const char *&nbsp;</td>
       
    41           <td class="mdname" nowrap>&nbsp; <em>name</em> = 0</td>
       
    42         </tr>
       
    43         <tr>
       
    44           <td></td>
       
    45           <td class="md">)&nbsp;</td>
       
    46           <td class="md" colspan="2"></td>
       
    47         </tr>
       
    48 
       
    49       </table>
       
    50     </td>
       
    51   </tr>
       
    52 </table>
       
    53 <table cellspacing=5 cellpadding=0 border=0>
       
    54   <tr>
       
    55     <td>
       
    56       &nbsp;
       
    57     </td>
       
    58     <td>
       
    59 
       
    60 <p>
       
    61 Constructs an InfoLabel with no title or value     </td>
       
    62   </tr>
       
    63 </table>
       
    64 <a name="a1" doxytag="InfoLabel::InfoLabel"></a><p>
       
    65 <table width="100%" cellpadding="2" cellspacing="0" border="0">
       
    66   <tr>
       
    67     <td class="md">
       
    68       <table cellpadding="0" cellspacing="0" border="0">
       
    69         <tr>
       
    70           <td class="md" nowrap valign="top"> InfoLabel::InfoLabel </td>
       
    71           <td class="md" valign="top">(&nbsp;</td>
       
    72           <td class="md" nowrap valign="top">const QString &amp;&nbsp;</td>
       
    73           <td class="mdname" nowrap>&nbsp; <em>mytitle</em>, </td>
       
    74         </tr>
       
    75         <tr>
       
    76           <td></td>
       
    77           <td></td>
       
    78           <td class="md" nowrap>QWidget *&nbsp;</td>
       
    79           <td class="mdname" nowrap>&nbsp; <em>parent</em> = 0, </td>
       
    80         </tr>
       
    81         <tr>
       
    82           <td></td>
       
    83           <td></td>
       
    84           <td class="md" nowrap>const char *&nbsp;</td>
       
    85           <td class="mdname" nowrap>&nbsp; <em>name</em> = 0</td>
       
    86         </tr>
       
    87         <tr>
       
    88           <td></td>
       
    89           <td class="md">)&nbsp;</td>
       
    90           <td class="md" colspan="2"></td>
       
    91         </tr>
       
    92 
       
    93       </table>
       
    94     </td>
       
    95   </tr>
       
    96 </table>
       
    97 <table cellspacing=5 cellpadding=0 border=0>
       
    98   <tr>
       
    99     <td>
       
   100       &nbsp;
       
   101     </td>
       
   102     <td>
       
   103 
       
   104 <p>
       
   105 Constructs an InfoLabel with title <dl compact><dt><b>
       
   106 Parameters: </b><dd>
       
   107 <table border=0 cellspacing=2 cellpadding=0>
       
   108 <tr><td valign=top><em>mytitle</em>&nbsp;</td><td>
       
   109 and void result </td></tr>
       
   110 <tr><td valign=top><em>mytitle</em>&nbsp;</td><td>
       
   111 Title of the InfoLabel </td></tr>
       
   112 </table>
       
   113 </dl>    </td>
       
   114   </tr>
       
   115 </table>
       
   116 <a name="a2" doxytag="InfoLabel::InfoLabel"></a><p>
       
   117 <table width="100%" cellpadding="2" cellspacing="0" border="0">
       
   118   <tr>
       
   119     <td class="md">
       
   120       <table cellpadding="0" cellspacing="0" border="0">
       
   121         <tr>
       
   122           <td class="md" nowrap valign="top"> InfoLabel::InfoLabel </td>
       
   123           <td class="md" valign="top">(&nbsp;</td>
       
   124           <td class="md" nowrap valign="top">const QString &amp;&nbsp;</td>
       
   125           <td class="mdname" nowrap>&nbsp; <em>mytitle</em>, </td>
       
   126         </tr>
       
   127         <tr>
       
   128           <td></td>
       
   129           <td></td>
       
   130           <td class="md" nowrap>const QString &amp;&nbsp;</td>
       
   131           <td class="mdname" nowrap>&nbsp; <em>myvalue</em>, </td>
       
   132         </tr>
       
   133         <tr>
       
   134           <td></td>
       
   135           <td></td>
       
   136           <td class="md" nowrap>QWidget *&nbsp;</td>
       
   137           <td class="mdname" nowrap>&nbsp; <em>parent</em> = 0, </td>
       
   138         </tr>
       
   139         <tr>
       
   140           <td></td>
       
   141           <td></td>
       
   142           <td class="md" nowrap>const char *&nbsp;</td>
       
   143           <td class="mdname" nowrap>&nbsp; <em>name</em> = 0</td>
       
   144         </tr>
       
   145         <tr>
       
   146           <td></td>
       
   147           <td class="md">)&nbsp;</td>
       
   148           <td class="md" colspan="2"></td>
       
   149         </tr>
       
   150 
       
   151       </table>
       
   152     </td>
       
   153   </tr>
       
   154 </table>
       
   155 <table cellspacing=5 cellpadding=0 border=0>
       
   156   <tr>
       
   157     <td>
       
   158       &nbsp;
       
   159     </td>
       
   160     <td>
       
   161 
       
   162 <p>
       
   163 Constructs an InfoLabel with title param mytitle and result param myvalue <dl compact><dt><b>
       
   164 Parameters: </b><dd>
       
   165 <table border=0 cellspacing=2 cellpadding=0>
       
   166 <tr><td valign=top><em>mytitle</em>&nbsp;</td><td>
       
   167 Title of the InfoLabel </td></tr>
       
   168 <tr><td valign=top><em>myvalue</em>&nbsp;</td><td>
       
   169 Value of the information labeled as the title set </td></tr>
       
   170 </table>
       
   171 </dl>    </td>
       
   172   </tr>
       
   173 </table>
       
   174 <hr><h2>Member Function Documentation</h2>
       
   175 <a name="g0" doxytag="InfoLabel::setTitle"></a><p>
       
   176 <table width="100%" cellpadding="2" cellspacing="0" border="0">
       
   177   <tr>
       
   178     <td class="md">
       
   179       <table cellpadding="0" cellspacing="0" border="0">
       
   180         <tr>
       
   181           <td class="md" nowrap valign="top"> void InfoLabel::setTitle </td>
       
   182           <td class="md" valign="top">(&nbsp;</td>
       
   183           <td class="md" nowrap valign="top">const QString &amp;&nbsp;</td>
       
   184           <td class="mdname1" valign="top" nowrap>&nbsp; <em>str</em>          </td>
       
   185           <td class="md" valign="top">)&nbsp;</td>
       
   186           <td class="md" nowrap><code> [slot]</code></td>
       
   187         </tr>
       
   188 
       
   189       </table>
       
   190     </td>
       
   191   </tr>
       
   192 </table>
       
   193 <table cellspacing=5 cellpadding=0 border=0>
       
   194   <tr>
       
   195     <td>
       
   196       &nbsp;
       
   197     </td>
       
   198     <td>
       
   199 
       
   200 <p>
       
   201 Sets the title of the label     </td>
       
   202   </tr>
       
   203 </table>
       
   204 <a name="g1" doxytag="InfoLabel::setValue"></a><p>
       
   205 <table width="100%" cellpadding="2" cellspacing="0" border="0">
       
   206   <tr>
       
   207     <td class="md">
       
   208       <table cellpadding="0" cellspacing="0" border="0">
       
   209         <tr>
       
   210           <td class="md" nowrap valign="top"> void InfoLabel::setValue </td>
       
   211           <td class="md" valign="top">(&nbsp;</td>
       
   212           <td class="md" nowrap valign="top">const QString &amp;&nbsp;</td>
       
   213           <td class="mdname1" valign="top" nowrap>&nbsp; <em>str</em>          </td>
       
   214           <td class="md" valign="top">)&nbsp;</td>
       
   215           <td class="md" nowrap><code> [slot]</code></td>
       
   216         </tr>
       
   217 
       
   218       </table>
       
   219     </td>
       
   220   </tr>
       
   221 </table>
       
   222 <table cellspacing=5 cellpadding=0 border=0>
       
   223   <tr>
       
   224     <td>
       
   225       &nbsp;
       
   226     </td>
       
   227     <td>
       
   228 
       
   229 <p>
       
   230 Sets the value shown as the title's value     </td>
       
   231   </tr>
       
   232 </table>
       
   233 <a name="a3" doxytag="InfoLabel::title"></a><p>
       
   234 <table width="100%" cellpadding="2" cellspacing="0" border="0">
       
   235   <tr>
       
   236     <td class="md">
       
   237       <table cellpadding="0" cellspacing="0" border="0">
       
   238         <tr>
       
   239           <td class="md" nowrap valign="top"> QString InfoLabel::title </td>
       
   240           <td class="md" valign="top">(&nbsp;</td>
       
   241           <td class="mdname1" valign="top" nowrap>&nbsp;          </td>
       
   242           <td class="md" valign="top">)&nbsp;</td>
       
   243           <td class="md" nowrap> const</td>
       
   244         </tr>
       
   245 
       
   246       </table>
       
   247     </td>
       
   248   </tr>
       
   249 </table>
       
   250 <table cellspacing=5 cellpadding=0 border=0>
       
   251   <tr>
       
   252     <td>
       
   253       &nbsp;
       
   254     </td>
       
   255     <td>
       
   256 
       
   257 <p>
       
   258 Returns the title of the information label     </td>
       
   259   </tr>
       
   260 </table>
       
   261 <a name="a4" doxytag="InfoLabel::value"></a><p>
       
   262 <table width="100%" cellpadding="2" cellspacing="0" border="0">
       
   263   <tr>
       
   264     <td class="md">
       
   265       <table cellpadding="0" cellspacing="0" border="0">
       
   266         <tr>
       
   267           <td class="md" nowrap valign="top"> QString InfoLabel::value </td>
       
   268           <td class="md" valign="top">(&nbsp;</td>
       
   269           <td class="mdname1" valign="top" nowrap>&nbsp;          </td>
       
   270           <td class="md" valign="top">)&nbsp;</td>
       
   271           <td class="md" nowrap> const</td>
       
   272         </tr>
       
   273 
       
   274       </table>
       
   275     </td>
       
   276   </tr>
       
   277 </table>
       
   278 <table cellspacing=5 cellpadding=0 border=0>
       
   279   <tr>
       
   280     <td>
       
   281       &nbsp;
       
   282     </td>
       
   283     <td>
       
   284 
       
   285 <p>
       
   286 Returns the value set for the information     </td>
       
   287   </tr>
       
   288 </table>
       
   289 <hr>The documentation for this class was generated from the following files:<ul>
       
   290 <li><a class="el" href="infolabel_8h-source.html">infolabel.h</a><li>infolabel.cpp</ul>
       
   291 <hr><address align="right"><small>Generated on Mon Nov 3 19:26:24 2003 for yagl by
       
   292 <a href="http://www.doxygen.org/index.html">
       
   293 <img src="doxygen.png" alt="doxygen" align="middle" border=0 
       
   294 width=110 height=53></a>1.2.16 </small></address>
       
   295 </body>
       
   296 </html>