doxygen/html/inputcombo_8h-source.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>inputcombo.h Source File</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>inputcombo.h</h1><div class="fragment"><pre>00001 <font class="preprocessor">#ifndef INPUTCOMBO_H</font>
       
    10 00002 <font class="preprocessor"></font><font class="preprocessor">#define INPUTCOMBO_H</font>
       
    11 00003 <font class="preprocessor"></font>
       
    12 00004 <font class="preprocessor">#include &lt;qhbox.h&gt;</font>
       
    13 00005 
       
    14 00006 <font class="keyword">class </font>QString;
       
    15 00007 <font class="keyword">class </font>QStringList;
       
    16 00008 <font class="keyword">class </font>QLabel;
       
    17 00009 <font class="keyword">class </font>QComboBox;
       
    18 00010 
       
    19 <a name="l00014"></a><a class="code" href="classInputCombo.html">00014</a> <font class="keyword">class </font><a class="code" href="classInputCombo.html">InputCombo</a> : <font class="keyword">public</font> QHBox
       
    20 00015 {
       
    21 00016         Q_OBJECT
       
    22 00017 
       
    23 00018 <font class="keyword">private</font>:
       
    24 00019         QLabel *labelbox;
       
    25 00020         QComboBox *combobox;
       
    26 00021         
       
    27 00022         <font class="keywordtype">void</font> initWidget();
       
    28 00023 
       
    29 00024 <font class="keyword">public</font> slots:
       
    30 00028         <font class="keywordtype">void</font> <a class="code" href="classInputCombo.html#g0">setLabel</a>(QString &amp;str);
       
    31 00029 
       
    32 00030 <font class="keyword">public</font>:
       
    33 00034         <a class="code" href="classInputCombo.html#a0">InputCombo</a>(QWidget *parent=0, <font class="keyword">const</font> <font class="keywordtype">char</font> *name=0);
       
    34 00040         <a class="code" href="classInputCombo.html#a0">InputCombo</a>(<font class="keyword">const</font> QString &amp;mylabel, QWidget *parent=0,
       
    35 00041                         <font class="keyword">const</font> <font class="keywordtype">char</font> *name=0);
       
    36 00048         <a class="code" href="classInputCombo.html#a0">InputCombo</a>(<font class="keyword">const</font> QString &amp;mylabel, <font class="keyword">const</font> QStringList &amp;mystrings,
       
    37 00049                         QWidget *parent=0, <font class="keyword">const</font> <font class="keywordtype">char</font> *name=0);
       
    38 00050 
       
    39 00054         QString <a class="code" href="classInputCombo.html#a3">text</a>() <font class="keyword">const</font>;
       
    40 00058         QString <a class="code" href="classInputCombo.html#a4">label</a>() <font class="keyword">const</font>;
       
    41 00059 
       
    42 00063         QLabel* <a class="code" href="classInputCombo.html#a5">qLabel</a>();
       
    43 00067         QComboBox* <a class="code" href="classInputCombo.html#a6">qComboBox</a>();
       
    44 00068 };
       
    45 00069 
       
    46 00070 <font class="preprocessor">#endif // INPUTCOMBO_H</font>
       
    47 </pre></div><hr><address align="right"><small>Generated on Mon Nov 3 19:26:24 2003 for yagl by
       
    48 <a href="http://www.doxygen.org/index.html">
       
    49 <img src="doxygen.png" alt="doxygen" align="middle" border=0 
       
    50 width=110 height=53></a>1.2.16 </small></address>
       
    51 </body>
       
    52 </html>