1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
|
<html>
<head>
<title>Camstream: CamStream API documentation</title>
<link rel="stylesheet" href="../../tech.css" type="text/css">
</head>
<body>
<!-- Generated by Doxygen 1.2.6 -->
<center>
<a class="qindex" href="index.html">Main Page</a> <a class="qindex" href="hierarchy.html">Class Hierarchy</a> <a class="qindex" href="annotated.html">Compound List</a> <a class="qindex" href="files.html">File List</a> <a class="qindex" href="functions.html">Compound Members</a> <a class="qindex" href="globals.html">File Members</a> </center>
<hr><h1>TimeSnapshot.h</h1><a href="timesnapshot_h.html">Go to the documentation of this file.</a><div class="fragment"><pre>00001 <font class="comment">/****************************************************************************</font>
00002 <font class="comment">** Form interface generated from reading ui file 'TimeSnapshot.ui'</font>
00003 <font class="comment">**</font>
00004 <font class="comment">** Created: Sat May 11 00:32:18 2002</font>
00005 <font class="comment">** by: The User Interface Compiler (uic)</font>
00006 <font class="comment">**</font>
00007 <font class="comment">** WARNING! All changes made in this file will be lost!</font>
00008 <font class="comment">****************************************************************************/</font>
00009 <font class="preprocessor">#ifndef TIMESNAPDLG_H</font>
00010 <font class="preprocessor"></font><font class="preprocessor">#define TIMESNAPDLG_H</font>
00011 <font class="preprocessor"></font>
00012 <font class="preprocessor">#include <qvariant.h></font>
00013 <font class="preprocessor">#include <qdialog.h></font>
00014 <font class="keyword">class </font>QVBoxLayout;
00015 <font class="keyword">class </font>QHBoxLayout;
00016 <font class="keyword">class </font>QGridLayout;
00017 <font class="keyword">class </font>QButtonGroup;
00018 <font class="keyword">class </font>QPushButton;
00019 <font class="keyword">class </font>QRadioButton;
00020 <font class="keyword">class </font>QSpinBox;
00021
<a name="l00022"></a><a class="code" href="class_ctimesnapdlg.html">00022</a> <font class="keyword">class </font><a class="code" href="class_ctimesnapdlg.html">CTimeSnapDlg</a> : <font class="keyword">public</font> <a class="code" href="class_qdialog.html">QDialog</a>
00023 {
00024 Q_OBJECT
00025
00026 <font class="keyword">public</font>:
00027 <a class="code" href="class_ctimesnapdlg.html#a0">CTimeSnapDlg</a>( <a class="code" href="class_qwidget.html">QWidget</a>* parent = 0, <font class="keyword">const</font> <font class="keywordtype">char</font>* name = 0, <font class="keywordtype">bool</font> modal = FALSE, WFlags fl = 0 );
00028 <a class="code" href="class_ctimesnapdlg.html#a1">~CTimeSnapDlg</a>();
00029
<a name="l00030"></a><a class="code" href="class_ctimesnapdlg.html#m0">00030</a> QPushButton* OkButton;
<a name="l00031"></a><a class="code" href="class_ctimesnapdlg.html#m1">00031</a> QPushButton* CancelButton;
<a name="l00032"></a><a class="code" href="class_ctimesnapdlg.html#m2">00032</a> QButtonGroup* ButtonGroup1;
<a name="l00033"></a><a class="code" href="class_ctimesnapdlg.html#m3">00033</a> QSpinBox* Interval;
<a name="l00034"></a><a class="code" href="class_ctimesnapdlg.html#m4">00034</a> QRadioButton* Seconds;
<a name="l00035"></a><a class="code" href="class_ctimesnapdlg.html#m5">00035</a> QRadioButton* Minutes;
00036
00037 <font class="keyword">protected</font>:
<a name="l00038"></a><a class="code" href="class_ctimesnapdlg.html#n0">00038</a> QHBoxLayout* Layout2;
00039 };
00040
00041 <font class="preprocessor">#endif // TIMESNAPDLG_H</font>
</font></pre></div><hr><address><small>Generated at Sat May 18 02:56:55 2002 for Camstream by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.gif" alt="doxygen" align="middle" border=0
width=110 height=53></a>1.2.6 written by <a href="mailto:dimitri@stack.nl">Dimitri van Heesch</a>,
© 1997-2001</small></address>
</body>
</html>
|