doxygen/html/inputfield_8h-source.html
changeset 0 04114bce8fd0
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/doxygen/html/inputfield_8h-source.html	Thu May 18 23:05:01 2006 +0200
@@ -0,0 +1,52 @@
+<!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>inputfield.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>inputfield.h</h1><div class="fragment"><pre>00001 <font class="preprocessor">#ifndef INPUTFIELD_H</font>
+00002 <font class="preprocessor"></font><font class="preprocessor">#define INPUTFIELD_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>QLabel;
+00008 <font class="keyword">class </font>QLineEdit;
+00009 
+<a name="l00013"></a><a class="code" href="classInputField.html">00013</a> <font class="keyword">class </font><a class="code" href="classInputField.html">InputField</a> : <font class="keyword">public</font> QHBox
+00014 {
+00015         Q_OBJECT
+00016 
+00017 <font class="keyword">private</font>:
+00018         QLabel *labelbox;
+00019         QLineEdit *textbox;
+00020         
+00021         <font class="keywordtype">void</font> initWidget();
+00022 
+00023 <font class="keyword">public</font> slots:
+00027         <font class="keywordtype">void</font> <a class="code" href="classInputField.html#g0">setText</a>(QString &amp;str);
+00031         <font class="keywordtype">void</font> <a class="code" href="classInputField.html#g1">setLabel</a>(QString &amp;str);
+00032 
+00033 <font class="keyword">public</font>:
+00037         <a class="code" href="classInputField.html#a0">InputField</a>(QWidget *parent=0, <font class="keyword">const</font> <font class="keywordtype">char</font> *name=0);
+00043         <a class="code" href="classInputField.html#a0">InputField</a>(<font class="keyword">const</font> QString &amp;mylabel, QWidget *parent=0,
+00044                         <font class="keyword">const</font> <font class="keywordtype">char</font> *name=0);
+00051         <a class="code" href="classInputField.html#a0">InputField</a>(<font class="keyword">const</font> QString &amp;mylabel, <font class="keyword">const</font> QString &amp;mytext,
+00052                         QWidget *parent=0, <font class="keyword">const</font> <font class="keywordtype">char</font> *name=0);
+00053 
+00057         QString <a class="code" href="classInputField.html#a3">text</a>() <font class="keyword">const</font>;
+00061         QString <a class="code" href="classInputField.html#a4">label</a>() <font class="keyword">const</font>;
+00062 
+00066         QLabel* <a class="code" href="classInputField.html#a5">qLabel</a>();
+00070         QLineEdit* <a class="code" href="classInputField.html#a6">qLineEdit</a>();
+00071 };
+00072 
+00073 <font class="preprocessor">#endif // INPUTFIELD_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>