File: _cam_stream_app_8h.html

package info (click to toggle)
camstream 0.27%2Bdfsg-3
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 12,320 kB
  • ctags: 5,393
  • sloc: cpp: 17,031; sh: 8,154; asm: 455; ansic: 440; makefile: 343
file content (111 lines) | stat: -rw-r--r-- 4,761 bytes parent folder | download | duplicates (2)
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
99
100
101
102
103
104
105
106
107
108
109
110
111
<html>
<head>
<title>Camstream: CamStream API documentation</title>
<link rel="stylesheet" href="../../tech.css" type="text/css">
</head>
<body>

<!-- Generated by Doxygen 1.3.7 -->
<div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="hierarchy.html">Class&nbsp;Hierarchy</a> | <a class="qindex" href="classes.html">Alphabetical&nbsp;List</a> | <a class="qindex" href="annotated.html">Class&nbsp;List</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Class&nbsp;Members</a> | <a class="qindex" href="globals.html">File&nbsp;Members</a></div>
<h1>CamStreamApp.h File Reference</h1><code>#include &lt;qapplication.h&gt;</code><br>
<code>#include &lt;qcolor.h&gt;</code><br>
<code>#include &lt;qdict.h&gt;</code><br>
<code>#include &lt;qdir.h&gt;</code><br>
<code>#include &lt;qdom.h&gt;</code><br>
<code>#include &lt;qfile.h&gt;</code><br>
<code>#include &lt;qfont.h&gt;</code><br>
<code>#include &lt;qstring.h&gt;</code><br>

<p>
<a href="_cam_stream_app_8h-source.html">Go to the source code of this file.</a><h2>Classes</h2>
<ul>
<li>class <a class="el" href="class_c_cam_stream_app.html">CCamStreamApp</a>
<dl class="el"><dd class="mdescRight">The CamStream main application class.  <a href="class_c_cam_stream_app.html#_details">More...</a><br><br></dl><li>struct <a class="el" href="struct_c_cam_stream_app_1_1___configuration.html">CCamStreamApp::_Configuration</a>
</ul>
<h2>Enumerations</h2>
<ul>
<li>enum <a class="el" href="_cam_stream_app_8h.html#a6">FileTypeEnum</a> { <br>
&nbsp;&nbsp;<a class="el" href="_cam_stream_app_8h.html#a6a1">file_jpeg</a>, 
<a class="el" href="_cam_stream_app_8h.html#a6a2">file_png</a>, 
<a class="el" href="_cam_stream_app_8h.html#a6a3">file_ppm</a>, 
<a class="el" href="_cam_stream_app_8h.html#a6a4">file_bmp</a>, 
<br>
&nbsp;&nbsp;<a class="el" href="_cam_stream_app_8h.html#a6a5">file_MAX</a>
<br>
 }
</ul>
<h2>Variables</h2>
<ul>
<li><a class="el" href="class_c_cam_stream_app.html">CCamStreamApp</a> * <a class="el" href="_cam_stream_app_8h.html#a0">g_pCamApp</a>
</ul>
<hr><a name="_details"></a><h2>Detailed Description</h2>
Include file for main object; contains some global stuff, including the configuration file (which is an XML document)<hr><h2>Enumeration Type Documentation</h2>
<a class="anchor" name="a6" doxytag="CamStreamApp.h::FileTypeEnum" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> enum <a class="el" href="_cam_stream_app_8h.html#a6">FileTypeEnum</a>          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Enumeration for image file types we support.<p>
Current supported formats: JPG, PNG, PPM, BMP (but only if the proper libaries are linked in) <dl compact><dt><b>Enumeration values: </b></dt><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em><a class="anchor" name="a6a1" doxytag="file_jpeg" ></a>file_jpeg</em>&nbsp;</td><td>
</td></tr>
<tr><td valign=top><em><a class="anchor" name="a6a2" doxytag="file_png" ></a>file_png</em>&nbsp;</td><td>
</td></tr>
<tr><td valign=top><em><a class="anchor" name="a6a3" doxytag="file_ppm" ></a>file_ppm</em>&nbsp;</td><td>
</td></tr>
<tr><td valign=top><em><a class="anchor" name="a6a4" doxytag="file_bmp" ></a>file_bmp</em>&nbsp;</td><td>
</td></tr>
<tr><td valign=top><em><a class="anchor" name="a6a5" doxytag="file_MAX" ></a>file_MAX</em>&nbsp;</td><td>
</td></tr>
</table>
</dl>
    </td>
  </tr>
</table>
<hr><h2>Variable Documentation</h2>
<a class="anchor" name="a0" doxytag="CamStreamApp.h::g_pCamApp" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> <a class="el" href="class_c_cam_stream_app.html">CCamStreamApp</a>* <a class="el" href="_cam_stream_app_8h.html#a0">g_pCamApp</a>          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Global pointer to the one and only <a class="el" href="class_c_cam_stream_app.html">CCamStreamApp</a> instance. 
<p>
    </td>
  </tr>
</table>
<hr size="1"><address style="align: right;"><small>Generated on Wed Dec 13 23:38:46 2006 for CamStream by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.7 </small></address>
</body>
</html>