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 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98
|
<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>VideoOptions.h</h1><a href="videooptions_h.html">Go to the documentation of this file.</a><div class="fragment"><pre>00001 <font class="preprocessor">#ifndef VIDEOOPTIONS_HPP</font>
00002 <font class="preprocessor"></font><font class="preprocessor">#define VIDEOOPTIONS_HPP</font>
00003 <font class="preprocessor"></font>
00004 <font class="preprocessor">#include <qdom.h></font>
00005
00006 <font class="comment">/* </font>
00007 <font class="comment"> Note: 'S' stands for 'Structure': this really isn't a class, merely</font>
00008 <font class="comment"> a struct-with-functions.</font>
00009 <font class="comment">*/</font>
00010
00011 <font class="keyword">struct </font><a class="code" href="struct_svideooptions.html">SVideoOptions</a>
00012 {
00013 <font class="keyword">private</font>:
00014 QDomElement Me;
00015
00016 QDomText *pValues;
00017 QDict<QDomText> Opts;
00018
00019 <font class="keywordtype">void</font> Populate(QDomDocument &doc);
00020
00021 <font class="keyword">public</font>:
00022 <a class="code" href="struct_svideooptions.html#a0">SVideoOptions</a>(QDomDocument &doc);
00023 <a class="code" href="struct_svideooptions.html#a0">SVideoOptions</a>(<font class="keyword">const</font> <a class="code" href="struct_svideooptions.html">SVideoOptions</a> &);
00024 <a class="code" href="struct_svideooptions.html#a2">~SVideoOptions</a>();
00025
00026 <font class="keywordtype">void</font> <a class="code" href="struct_svideooptions.html#a3">SetXML</a>(<font class="keyword">const</font> QDomElement &el);
00027 QDomNode <a class="code" href="struct_svideooptions.html#a4">GetXML</a>();
00028
00029 <font class="comment">// attributes</font>
00030 QString <a class="code" href="struct_svideooptions.html#a5">GetDeviceName</a>() <font class="keyword">const</font>;
00031 <font class="keywordtype">void</font> <a class="code" href="struct_svideooptions.html#a6">SetDeviceName</a>(<font class="keyword">const</font> QString &name);
00032 QString <a class="code" href="struct_svideooptions.html#a7">GetNodeName</a>() <font class="keyword">const</font>;
00033 <font class="keywordtype">void</font> <a class="code" href="struct_svideooptions.html#a8">SetNodeName</a>(<font class="keyword">const</font> QString &node);
00034
00035 <font class="comment">// values</font>
00036 QString <a class="code" href="struct_svideooptions.html#a9">GetBaseName</a>() <font class="keyword">const</font>;
00037 <font class="keywordtype">void</font> <a class="code" href="struct_svideooptions.html#a10">SetBaseName</a>(<font class="keyword">const</font> QString &basename);
00038
00039 QColor <a class="code" href="struct_svideooptions.html#a11">GetTextColor</a>() <font class="keyword">const</font>;
00040 <font class="keywordtype">void</font> <a class="code" href="struct_svideooptions.html#a12">SetTextColor</a>(<font class="keyword">const</font> QColor &color);
00041 <font class="keywordtype">void</font> <a class="code" href="struct_svideooptions.html#a12">SetTextColor</a>(<font class="keyword">const</font> QString &color_name);
00042
00043 QFont <a class="code" href="struct_svideooptions.html#a14">GetTextFont</a>() <font class="keyword">const</font>;
00044 <font class="keywordtype">void</font> <a class="code" href="struct_svideooptions.html#a15">SetTextFont</a>(<font class="keyword">const</font> QFont &font);
00045 <font class="keywordtype">void</font> <a class="code" href="struct_svideooptions.html#a15">SetTextFont</a>(<font class="keyword">const</font> QString &font_name);
00046
00047 <font class="keywordtype">bool</font> <a class="code" href="struct_svideooptions.html#a17">GetTimeInImage</a>() <font class="keyword">const</font>;
00048 <font class="keywordtype">void</font> <a class="code" href="struct_svideooptions.html#a18">SetTimeInImage</a>(<font class="keywordtype">bool</font>);
00049
00050 QString <a class="code" href="struct_svideooptions.html#a19">GetFileFormat</a>() <font class="keyword">const</font>;
00051 <font class="keywordtype">void</font> <a class="code" href="struct_svideooptions.html#a20">SetFileFormat</a>(<font class="keyword">const</font> QString &format);
00052
00053 <font class="keywordtype">int</font> <a class="code" href="struct_svideooptions.html#a21">GetSaveOption</a>() <font class="keyword">const</font>;
00054 <font class="keywordtype">void</font> <a class="code" href="struct_svideooptions.html#a22">SetSaveOption</a>(<font class="keywordtype">int</font>);
00055
00056 <font class="keywordtype">int</font> <a class="code" href="struct_svideooptions.html#a23">GetSequence</a>() <font class="keyword">const</font>;
00057 <font class="keywordtype">void</font> <a class="code" href="struct_svideooptions.html#a24">SetSequence</a>(<font class="keywordtype">int</font>);
00058
00059 <font class="keywordtype">int</font> <a class="code" href="struct_svideooptions.html#a25">GetMaxSequence</a>() <font class="keyword">const</font>;
00060 <font class="keywordtype">void</font> <a class="code" href="struct_svideooptions.html#a26">SetMaxSequence</a>(<font class="keywordtype">int</font>);
00061
00062 <font class="keywordtype">bool</font> <a class="code" href="struct_svideooptions.html#a27">GetSaveToDisk</a>() <font class="keyword">const</font>;
00063 <font class="keywordtype">void</font> <a class="code" href="struct_svideooptions.html#a28">SetSaveToDisk</a>(<font class="keywordtype">bool</font>);
00064
00065 <font class="keywordtype">bool</font> <a class="code" href="struct_svideooptions.html#a29">GetFTPToServer</a>() <font class="keyword">const</font>;
00066 <font class="keywordtype">void</font> <a class="code" href="struct_svideooptions.html#a30">SetFTPToServer</a>(<font class="keywordtype">bool</font>);
00067
00068 QString <a class="code" href="struct_svideooptions.html#a31">GetFTPServer</a>() <font class="keyword">const</font>;
00069 <font class="keywordtype">void</font> <a class="code" href="struct_svideooptions.html#a32">SetFTPServer</a>(<font class="keyword">const</font> QString &server);
00070
00071 QString <a class="code" href="struct_svideooptions.html#a33">GetFTPPath</a>() <font class="keyword">const</font>;
00072 <font class="keywordtype">void</font> <a class="code" href="struct_svideooptions.html#a34">SetFTPPath</a>(<font class="keyword">const</font> QString &path);
00073
00074 QString <a class="code" href="struct_svideooptions.html#a35">GetFTPUser</a>() <font class="keyword">const</font>;
00075 <font class="keywordtype">void</font> <a class="code" href="struct_svideooptions.html#a36">SetFTPUser</a>(<font class="keyword">const</font> QString &user);
00076
00077 QString <a class="code" href="struct_svideooptions.html#a37">GetFTPPass</a>() <font class="keyword">const</font>;
00078 <font class="keywordtype">void</font> <a class="code" href="struct_svideooptions.html#a38">SetFTPPass</a>(<font class="keyword">const</font> QString &pass);
00079 };
00080
00081 <font class="preprocessor">#endif</font>
</font></pre></div><hr><address><small>Generated at Wed Jun 20 02:51:23 2001 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>
|