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
|
<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>DCTPanel.h</h1><a href="dctpanel_h.html">Go to the documentation of this file.</a><div class="fragment"><pre>00001 <font class="preprocessor">#ifndef DCTPANEL_HPP</font>
00002 <font class="preprocessor"></font><font class="preprocessor">#define DCTPANEL_HPP</font>
00003 <font class="preprocessor"></font>
00004 <font class="preprocessor">#include "<a class="code" href="campanel_h.html">CamPanel.h</a>"</font>
00005 <font class="preprocessor">#include "<a class="code" href="camtile_h.html">CamTile.h</a>"</font>
00006
00007 <font class="keyword">class </font><a class="code" href="class_cdctpanel.html">CDCTPanel</a>: <font class="keyword">public</font> <a class="code" href="class_ccampanel.html">CCamPanel</a>
00008 {
00009 Q_OBJECT
00010 <font class="keyword">private</font>:
00011 <a class="code" href="class_ccampanel.html">CCamPanel</a> *pBasePanel;
00012 <font class="keywordtype">bool</font> Inverse;
00013
00014 <font class="keywordtype">bool</font> TilesDefault;
00015 <font class="keywordtype">int</font> tiles_y, tiles_uv;
00016 <a class="code" href="struct_ccamtile.html">CCamTile</a> *pTilesY, *pTilesUV;
00017
00018 <font class="keywordtype">int</font> coeff[32]; <font class="comment">/* DCT coeffecients */</font>
00019
00020 <font class="keywordtype">void</font> CreateTiles();
00021
00022 <font class="keyword">public</font>:
00023 <a class="code" href="class_cdctpanel.html#a0">CDCTPanel</a>(<a class="code" href="class_ccampanel.html">CCamPanel</a> *base_panel, <font class="keywordtype">bool</font> inv,
00024 <font class="keyword">const</font> <font class="keywordtype">char</font> *name = <font class="stringliteral">"dct.yuv"</font>,
00025 <font class="keyword">const</font> <font class="keywordtype">char</font> *desc = <font class="stringliteral">"DCT conversion"</font>);
00026 <a class="code" href="class_cdctpanel.html#a1">~CDCTPanel</a>();
00027
00028 <font class="keywordtype">void</font> <a class="code" href="class_cdctpanel.html#a2">SetTiles</a>(<a class="code" href="struct_ccamtile.html">CCamTile</a> *tilesy, <a class="code" href="struct_ccamtile.html">CCamTile</a> *tilesuv);
00029
00030 <font class="keyword">public</font> slots:
00031 <font class="keywordtype">void</font> <a class="code" href="class_cdctpanel.html#g0">UpdatePanel</a>();
00032 <font class="keywordtype">void</font> <a class="code" href="class_ccampanel.html#g0">SetSize</a>(<font class="keyword">const</font> QSize &ns);
00033 };
00034
00035 <font class="preprocessor">#endif</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>
|