blob: 02aa8e48f2d7ae9cdb2d3ecf73a27272fb1eb909 (
plain)
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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>imgsynth2: Class List</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.3 -->
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li class="current"><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<h1>imgsynth2 Class List</h1>Here are the classes, structs, unions and interfaces with brief descriptions:<table>
<tr><td class="indexkey"><a class="el" href="classCBitmap.html">CBitmap</a></td><td class="indexvalue">Abstract implementation of <a class="el" href="classCFile.html" title="Abstract class for handling files. Needed for generic use in CScriptparser.">CFile</a> handling Bitmaps </td></tr>
<tr><td class="indexkey"><a class="el" href="classCFile.html">CFile</a></td><td class="indexvalue">Abstract class for handling files. Needed for generic use in <a class="el" href="classCScriptparser.html" title="class for parsing simple scriptfiles">CScriptparser</a> </td></tr>
<tr><td class="indexkey"><a class="el" href="classCFile_1_1FileError.html">CFile::FileError</a></td><td class="indexvalue">Exception thrown by implemententations of <a class="el" href="classCFile.html" title="Abstract class for handling files. Needed for generic use in CScriptparser.">CFile</a> </td></tr>
<tr><td class="indexkey"><a class="el" href="classCPixelFormat.html">CPixelFormat</a></td><td class="indexvalue">Abstract class for handling different color bitcount of Bitmaps </td></tr>
<tr><td class="indexkey"><a class="el" href="classCPixelFormat_1_1PixelFormatError.html">CPixelFormat::PixelFormatError</a></td><td class="indexvalue">Exception thrown by implemententations of <a class="el" href="classCPixelFormat.html" title="Abstract class for handling different color bitcount of Bitmaps.">CPixelFormat</a> </td></tr>
<tr><td class="indexkey"><a class="el" href="structCPixelFormat_1_1RGBPIXEL.html">CPixelFormat::RGBPIXEL</a></td><td class="indexvalue">RGB Pixel structure </td></tr>
<tr><td class="indexkey"><a class="el" href="classCPixelFormat__BGR24.html">CPixelFormat_BGR24</a></td><td class="indexvalue">Implementation of <a class="el" href="classCPixelFormat.html" title="Abstract class for handling different color bitcount of Bitmaps.">CPixelFormat</a> handling 24bit color Windows Bitmaps </td></tr>
<tr><td class="indexkey"><a class="el" href="classCPixelFormat__BGR555.html">CPixelFormat_BGR555</a></td><td class="indexvalue">Implementation of <a class="el" href="classCPixelFormat.html" title="Abstract class for handling different color bitcount of Bitmaps.">CPixelFormat</a> handling BGR555 color (real color) Windows Bitmaps </td></tr>
<tr><td class="indexkey"><a class="el" href="classCPixelFormat__Indexed8.html">CPixelFormat_Indexed8</a></td><td class="indexvalue">Implementation of <a class="el" href="classCPixelFormat.html" title="Abstract class for handling different color bitcount of Bitmaps.">CPixelFormat</a> handling 24bit indexed bitmaps </td></tr>
<tr><td class="indexkey"><a class="el" href="classCPixmap.html">CPixmap</a></td><td class="indexvalue">Implementation of <a class="el" href="classCFile.html" title="Abstract class for handling files. Needed for generic use in CScriptparser.">CFile</a> handling Pixmap file format </td></tr>
<tr><td class="indexkey"><a class="el" href="structCPixmap_1_1PIXMAP__FILEHEADER.html">CPixmap::PIXMAP_FILEHEADER</a></td><td class="indexvalue">Pixmap Header structure </td></tr>
<tr><td class="indexkey"><a class="el" href="classCScriptparser.html">CScriptparser</a></td><td class="indexvalue">Class for parsing simple scriptfiles </td></tr>
<tr><td class="indexkey"><a class="el" href="classCScriptparser_1_1ParserError.html">CScriptparser::ParserError</a></td><td class="indexvalue">Exception thrown by <a class="el" href="classCScriptparser.html" title="class for parsing simple scriptfiles">CScriptparser</a> </td></tr>
<tr><td class="indexkey"><a class="el" href="classCWindowsBitmap.html">CWindowsBitmap</a></td><td class="indexvalue">Implementation of <a class="el" href="classCBitmap.html" title="Abstract implementation of CFile handling Bitmaps.">CBitmap</a> handling Windows Bitmaps </td></tr>
<tr><td class="indexkey"><a class="el" href="structCWindowsBitmap_1_1BITMAP__FILEHEADER.html">CWindowsBitmap::BITMAP_FILEHEADER</a></td><td class="indexvalue">Windows Bitmap File Header structure </td></tr>
<tr><td class="indexkey"><a class="el" href="structCWindowsBitmap_1_1BITMAP__INFOHEADER.html">CWindowsBitmap::BITMAP_INFOHEADER</a></td><td class="indexvalue">Windows Bitmap Info Header structure </td></tr>
</table>
<hr size="1"><address style="text-align: right;"><small>Generated on Sat May 2 18:58:11 2009 for imgsynth2 by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.3 </small></address>
</body>
</html>
|