diff options
Diffstat (limited to 'ue1/doxygen/cpixelformat__24_8h-source.html')
| -rw-r--r-- | ue1/doxygen/cpixelformat__24_8h-source.html | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/ue1/doxygen/cpixelformat__24_8h-source.html b/ue1/doxygen/cpixelformat__24_8h-source.html new file mode 100644 index 0000000..9139a25 --- /dev/null +++ b/ue1/doxygen/cpixelformat__24_8h-source.html | |||
| @@ -0,0 +1,48 @@ | |||
| 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> | ||
| 2 | <html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> | ||
| 3 | <title>imgsynth: imgsynth/cpixelformat_24.h Source File</title> | ||
| 4 | <link href="doxygen.css" rel="stylesheet" type="text/css"> | ||
| 5 | <link href="tabs.css" rel="stylesheet" type="text/css"> | ||
| 6 | </head><body> | ||
| 7 | <!-- Generated by Doxygen 1.5.3 --> | ||
| 8 | <div class="tabs"> | ||
| 9 | <ul> | ||
| 10 | <li><a href="index.html"><span>Main Page</span></a></li> | ||
| 11 | <li><a href="namespaces.html"><span>Namespaces</span></a></li> | ||
| 12 | <li><a href="annotated.html"><span>Classes</span></a></li> | ||
| 13 | <li class="current"><a href="files.html"><span>Files</span></a></li> | ||
| 14 | </ul> | ||
| 15 | </div> | ||
| 16 | <h1>imgsynth/cpixelformat_24.h</h1><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 | ||
| 17 | <a name="l00008"></a>00008 <span class="preprocessor">#ifndef CPIXELFORMAT_24_H</span> | ||
| 18 | <a name="l00009"></a>00009 <span class="preprocessor"></span><span class="preprocessor">#define CPIXELFORMAT_24_H</span> | ||
| 19 | <a name="l00010"></a>00010 <span class="preprocessor"></span> | ||
| 20 | <a name="l00011"></a>00011 <span class="preprocessor">#include <fstream></span> | ||
| 21 | <a name="l00012"></a>00012 <span class="preprocessor">#include "cpixelformat.h"</span> | ||
| 22 | <a name="l00013"></a>00013 | ||
| 23 | <a name="l00020"></a><a class="code" href="classCPixelFormat__24.html">00020</a> <span class="keyword">class </span><a class="code" href="classCPixelFormat__24.html" title="Implementation of CPixelFormat handling 24bit color Windows Bitmaps.">CPixelFormat_24</a> : <span class="keyword">public</span> <a class="code" href="classCPixelFormat.html" title="Abstract class for handling different color bitcount of Bitmaps.">CPixelFormat</a> | ||
| 24 | <a name="l00021"></a>00021 { | ||
| 25 | <a name="l00022"></a>00022 <span class="keyword">public</span>: | ||
| 26 | <a name="l00032"></a><a class="code" href="classCPixelFormat__24.html#c5aed32dc92ca6715ab5d609f05fc07f">00032</a> <a class="code" href="classCPixelFormat__24.html#c5aed32dc92ca6715ab5d609f05fc07f" title="Default ctor.">CPixelFormat_24</a>(<a class="code" href="classCBitmap.html" title="Implementation of CFile handling Windows Bitmaps.">CBitmap</a> *bitmap) | ||
| 27 | <a name="l00033"></a>00033 : <a class="code" href="classCPixelFormat.html" title="Abstract class for handling different color bitcount of Bitmaps.">CPixelFormat</a>(bitmap) | ||
| 28 | <a name="l00034"></a>00034 {} | ||
| 29 | <a name="l00035"></a>00035 | ||
| 30 | <a name="l00045"></a><a class="code" href="classCPixelFormat__24.html#379f710a9ece424271e25c9182d14db9">00045</a> <a class="code" href="classCPixelFormat__24.html#379f710a9ece424271e25c9182d14db9" title="Default dtor.">~CPixelFormat_24</a>() | ||
| 31 | <a name="l00046"></a>00046 {} | ||
| 32 | <a name="l00047"></a>00047 | ||
| 33 | <a name="l00059"></a>00059 <span class="keywordtype">void</span> <a class="code" href="classCPixelFormat__24.html#902e32cdae81a2c20404592ebe2d6616" title="Modifies pixel at coordinates x, y.">setPixel</a>(<span class="keyword">const</span> uint32_t *pixel, uint32_t x, uint32_t y); | ||
| 34 | <a name="l00060"></a>00060 | ||
| 35 | <a name="l00070"></a><a class="code" href="classCPixelFormat__24.html#4c45044f0ef60c9a0254d0a0bc6255c6">00070</a> uint32_t <a class="code" href="classCPixelFormat__24.html#4c45044f0ef60c9a0254d0a0bc6255c6" title="returns color bitcount supported by this class">getBitCount</a>() | ||
| 36 | <a name="l00071"></a>00071 { | ||
| 37 | <a name="l00072"></a>00072 <span class="keywordflow">return</span> 24; | ||
| 38 | <a name="l00073"></a>00073 } | ||
| 39 | <a name="l00074"></a>00074 }; | ||
| 40 | <a name="l00075"></a>00075 | ||
| 41 | <a name="l00076"></a>00076 <span class="preprocessor">#endif</span> | ||
| 42 | <a name="l00077"></a>00077 <span class="preprocessor"></span> | ||
| 43 | <a name="l00078"></a>00078 <span class="comment">/* vim: set et sw=2 ts=2: */</span> | ||
| 44 | </pre></div><hr size="1"><address style="text-align: right;"><small>Generated on Sun Apr 26 12:25:52 2009 for imgsynth by | ||
| 45 | <a href="http://www.doxygen.org/index.html"> | ||
| 46 | <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.3 </small></address> | ||
| 47 | </body> | ||
| 48 | </html> | ||
