doxygen/html/inputcombo_8h-source.html
author viric@llimona
Thu, 18 May 2006 23:05:01 +0200
changeset 0 04114bce8fd0
permissions -rw-r--r--
Initial from sourceforge's cvs.

<!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>inputcombo.h Source File</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.2.16 -->
<center>
<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>
<hr><h1>inputcombo.h</h1><div class="fragment"><pre>00001 <font class="preprocessor">#ifndef INPUTCOMBO_H</font>
00002 <font class="preprocessor"></font><font class="preprocessor">#define INPUTCOMBO_H</font>
00003 <font class="preprocessor"></font>
00004 <font class="preprocessor">#include &lt;qhbox.h&gt;</font>
00005 
00006 <font class="keyword">class </font>QString;
00007 <font class="keyword">class </font>QStringList;
00008 <font class="keyword">class </font>QLabel;
00009 <font class="keyword">class </font>QComboBox;
00010 
<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
00015 {
00016         Q_OBJECT
00017 
00018 <font class="keyword">private</font>:
00019         QLabel *labelbox;
00020         QComboBox *combobox;
00021         
00022         <font class="keywordtype">void</font> initWidget();
00023 
00024 <font class="keyword">public</font> slots:
00028         <font class="keywordtype">void</font> <a class="code" href="classInputCombo.html#g0">setLabel</a>(QString &amp;str);
00029 
00030 <font class="keyword">public</font>:
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);
00040         <a class="code" href="classInputCombo.html#a0">InputCombo</a>(<font class="keyword">const</font> QString &amp;mylabel, QWidget *parent=0,
00041                         <font class="keyword">const</font> <font class="keywordtype">char</font> *name=0);
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,
00049                         QWidget *parent=0, <font class="keyword">const</font> <font class="keywordtype">char</font> *name=0);
00050 
00054         QString <a class="code" href="classInputCombo.html#a3">text</a>() <font class="keyword">const</font>;
00058         QString <a class="code" href="classInputCombo.html#a4">label</a>() <font class="keyword">const</font>;
00059 
00063         QLabel* <a class="code" href="classInputCombo.html#a5">qLabel</a>();
00067         QComboBox* <a class="code" href="classInputCombo.html#a6">qComboBox</a>();
00068 };
00069 
00070 <font class="preprocessor">#endif // INPUTCOMBO_H</font>
</pre></div><hr><address align="right"><small>Generated on Mon Nov 3 19:26:24 2003 for yagl 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.2.16 </small></address>
</body>
</html>