doxygen/html/infolabel_8h-source.html
changeset 0 04114bce8fd0
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/doxygen/html/infolabel_8h-source.html	Thu May 18 23:05:01 2006 +0200
@@ -0,0 +1,51 @@
+<!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>infolabel.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>infolabel.h</h1><div class="fragment"><pre>00001 <font class="preprocessor">#ifndef INFOLABEL_H</font>
+00002 <font class="preprocessor"></font><font class="preprocessor">#define INFOLABEL_H</font>
+00003 <font class="preprocessor"></font>
+00004 
+00005 <font class="preprocessor">#include &lt;qlabel.h&gt;</font>
+00006 
+00007 <font class="keyword">class </font>QString;
+00008 <font class="keyword">class </font>QLineEdit;
+00009 
+<a name="l00015"></a><a class="code" href="classInfoLabel.html">00015</a> <font class="keyword">class </font><a class="code" href="classInfoLabel.html">InfoLabel</a> : <font class="keyword">public</font> QLabel
+00016 {
+00017         Q_OBJECT
+00018 
+00019 <font class="keyword">private</font>:
+00020         QString *titlevar, *valuevar;
+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="classInfoLabel.html#g0">setTitle</a>(<font class="keyword">const</font> QString &amp;str);
+00032         <font class="keywordtype">void</font> <a class="code" href="classInfoLabel.html#g1">setValue</a>(<font class="keyword">const</font> QString &amp;str);
+00033 
+00034 <font class="keyword">public</font>:
+00038         <a class="code" href="classInfoLabel.html#a0">InfoLabel</a>(QWidget *parent=0, <font class="keyword">const</font> <font class="keywordtype">char</font> *name=0);
+00039 
+00045         <a class="code" href="classInfoLabel.html#a0">InfoLabel</a>(<font class="keyword">const</font> QString &amp;mytitle, QWidget *parent=0,
+00046                         <font class="keyword">const</font> <font class="keywordtype">char</font> *name=0);
+00047 
+00054         <a class="code" href="classInfoLabel.html#a0">InfoLabel</a>(<font class="keyword">const</font> QString &amp;mytitle, <font class="keyword">const</font> QString &amp;myvalue,
+00055                         QWidget *parent=0, <font class="keyword">const</font> <font class="keywordtype">char</font> *name=0);
+00056 
+00060         QString <a class="code" href="classInfoLabel.html#a3">title</a>() <font class="keyword">const</font>;
+00061 
+00065         QString <a class="code" href="classInfoLabel.html#a4">value</a>() <font class="keyword">const</font>;
+00066 };
+00067 
+00068 <font class="preprocessor">#endif // INFOLABEL_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>