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
|
<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>ChannelSelector.h</h1><a href="channelselector_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 'ChannelSelector.ui'</font>
00003 <font class="comment">**</font>
00004 <font class="comment">** Created: Sat May 11 00:31:48 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 FORM1_H</font>
00010 <font class="preprocessor"></font><font class="preprocessor">#define FORM1_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
<a name="l00018"></a><a class="code" href="class_cchannelselector.html">00018</a> <font class="keyword">class </font><a class="code" href="class_cchannelselector.html">CChannelSelector</a> : <font class="keyword">public</font> <a class="code" href="class_qdialog.html">QDialog</a>
00019 {
00020 Q_OBJECT
00021
00022 <font class="keyword">public</font>:
00023 <a class="code" href="class_cchannelselector.html#a0">CChannelSelector</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 );
00024 <a class="code" href="class_cchannelselector.html#a1">~CChannelSelector</a>();
00025
00026
00027 };
00028
00029 <font class="preprocessor">#endif // FORM1_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>
|