This commit is contained in:
James Turk 2003-04-27 18:54:58 +00:00
parent b6a889881f
commit dd4ed607df
84 changed files with 2056 additions and 1890 deletions

View File

@ -1,7 +1,9 @@
ZEngine Version Log for Version 0.8.2
$Id: changelog.txt,v 1.30 2003/04/27 18:37:39 cozman Exp $
$Id: changelog.txt,v 1.31 2003/04/27 18:54:58 cozman Exp $
0.8.3
-Fixed project files for people who don't want to add ZEngine to their path.
-Altered layout of some of the header files to hopefully be more readable.
-Fixed minor bugs in ZImage, allowing Gewi to work properly.
-Added loading of fonts from withen an archive via PhysFS (needs SDL_ttf 2.0.6)
-Changed behavior of ZImage::Bind to work with blending.

2
config
View File

@ -1,7 +1,7 @@
#Config file for ZEngine#
#Edit only this file#
BUILD= ZEngine-0.8.2
BUILD= ZEngine-0.8.3
#Define compiler commands:
CC= g++

View File

@ -4,8 +4,8 @@
# General configuration options
#---------------------------------------------------------------------------
PROJECT_NAME = ZEngine
PROJECT_NUMBER = 0.8.2
OUTPUT_DIRECTORY = /home/James/ZEngine-0.8.2/doc
PROJECT_NUMBER = 0.8.3
OUTPUT_DIRECTORY = /home/James/ZEngine-0.8.3/doc
OUTPUT_LANGUAGE = English
EXTRACT_ALL = NO
EXTRACT_PRIVATE = YES
@ -19,7 +19,7 @@ REPEAT_BRIEF = NO
ALWAYS_DETAILED_SEC = NO
INLINE_INHERITED_MEMB = NO
FULL_PATH_NAMES = YES
STRIP_FROM_PATH = /home/James/ZEngine-0.8.2/
STRIP_FROM_PATH = /home/James/ZEngine-0.8.3/
INTERNAL_DOCS = NO
STRIP_CODE_COMMENTS = YES
CASE_SENSE_NAMES = YES
@ -52,12 +52,12 @@ QUIET = NO
WARNINGS = YES
WARN_IF_UNDOCUMENTED = YES
WARN_FORMAT = "$file:$line: $text"
WARN_LOGFILE = /home/James/ZEngine-0.8.2/doc/ZEngine.log
WARN_LOGFILE = /home/James/ZEngine-0.8.3/doc/ZEngine.log
#---------------------------------------------------------------------------
# configuration options related to the input files
#---------------------------------------------------------------------------
INPUT = /home/James/ZEngine-0.8.2/src \
/home/James/ZEngine-0.8.2/include
INPUT = /home/James/ZEngine-0.8.3/src \
/home/James/ZEngine-0.8.3/include
FILE_PATTERNS =
RECURSIVE = YES
EXCLUDE =

View File

@ -4,8 +4,8 @@
# General configuration options
#---------------------------------------------------------------------------
PROJECT_NAME = ZEngine
PROJECT_NUMBER = 0.8.2
OUTPUT_DIRECTORY = C:\libs\ZEngine-0.8.2\doc\
PROJECT_NUMBER = 0.8.3
OUTPUT_DIRECTORY = C:\libs\ZEngine-0.8.3\doc\
OUTPUT_LANGUAGE = English
EXTRACT_ALL = NO
EXTRACT_PRIVATE = YES
@ -20,7 +20,7 @@ REPEAT_BRIEF = NO
ALWAYS_DETAILED_SEC = NO
INLINE_INHERITED_MEMB = NO
FULL_PATH_NAMES = YES
STRIP_FROM_PATH = C:\libs\ZEngine-0.8.2
STRIP_FROM_PATH = C:\libs\ZEngine-0.8.3
INTERNAL_DOCS = NO
CASE_SENSE_NAMES = YES
SHORT_NAMES = NO
@ -53,12 +53,12 @@ WARNINGS = YES
WARN_IF_UNDOCUMENTED = YES
WARN_IF_DOC_ERROR = YES
WARN_FORMAT = "$file:$line: $text"
WARN_LOGFILE = C:\libs\ZEngine-0.8.2\doc\ZEngine.log
WARN_LOGFILE = C:\libs\ZEngine-0.8.3\doc\ZEngine.log
#---------------------------------------------------------------------------
# configuration options related to the input files
#---------------------------------------------------------------------------
INPUT = C:/libs/ZEngine-0.8.2/include \
C:/libs/ZEngine-0.8.2/src
INPUT = C:/libs/ZEngine-0.8.3/include \
C:/libs/ZEngine-0.8.3/src
FILE_PATTERNS =
RECURSIVE = YES
EXCLUDE =

View File

@ -5,7 +5,7 @@
</head><body>
<!-- Generated by Doxygen 1.3-rc2 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<hr><h1>/include/external/SDLGL_Util.h</h1><div class="fragment"><pre>00001 <span class="comment">/*This code comes from testgl.c which is part of the SDL source distribution.</span>
00002 <span class="comment"> Available at http://libsdl.org/</span>
00003 <span class="comment">*/</span>
@ -18,7 +18,7 @@
00010 GLuint SDL_GL_LoadTexture(SDL_Surface *surface, GLfloat *texcoord);
00011
00012 <span class="preprocessor">#endif //__sdlgl_h__</span>
</pre></div><hr><address style="align: right;"><small>Generated on Tue Jan 28 16:31:28 2003 for ZEngine by
</pre></div><hr><address style="align: right;"><small>Generated on Sun Apr 27 14:53:39 2003 for ZEngine by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0
width=110 height=53></a>1.3-rc2 </small></address>

View File

@ -5,7 +5,7 @@
</head><body>
<!-- Generated by Doxygen 1.3-rc2 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<hr><h1>/include/ZE_Defines.h</h1><a href="ZE__Defines_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre>00001 <span class="comment">/*******************************************************************************</span>
00002 <span class="comment"> This file is Part of the ZEngine Library for 2D game development.</span>
00003 <span class="comment"> Copyright (C) 2002, 2003 James Turk</span>
@ -19,15 +19,25 @@
00024 <span class="preprocessor">#ifndef __ze_defines_h__</span>
00025 <span class="preprocessor"></span><span class="preprocessor">#define __ze_defines_h__</span>
00026 <span class="preprocessor"></span>
00027 <span class="comment">//defines- undefine any of these if you dont have the indicated SDL extension//</span>
<a name="l00029"></a><a class="code" href="ZE__Defines_8h.html#a0">00029</a> <span class="comment">#define USE_SDL_TTF</span>
<a name="l00031"></a><a class="code" href="ZE__Defines_8h.html#a1">00031</a> <span class="comment">#define USE_SDL_IMAGE</span>
<a name="l00033"></a><a class="code" href="ZE__Defines_8h.html#a2">00033</a> <span class="comment">#define USE_SDL_MIXER</span>
00035 <span class="comment">//#define USE_PHYSFS</span>
<a name="l00037"></a><a class="code" href="ZE__Defines_8h.html#a3">00037</a> <span class="comment">#define VERSION "0.8.2"</span>
00038
00039 <span class="preprocessor">#endif //__ze_defines_h__</span>
</pre></div><hr><address style="align: right;"><small>Generated on Tue Jan 28 16:31:28 2003 for ZEngine by
00027 <span class="comment">//Defines- undefine any of these if you dont have the indicated SDL extension//</span>
00028
<a name="l00030"></a><a class="code" href="ZE__Defines_8h.html#a0">00030</a> <span class="preprocessor">#define VERSION "0.8.3"</span>
00031 <span class="preprocessor"></span>
<a name="l00033"></a><a class="code" href="ZE__Defines_8h.html#a1">00033</a> <span class="preprocessor">#define USE_SDL_TTF</span>
00034 <span class="preprocessor"></span>
<a name="l00035"></a><a class="code" href="ZE__Defines_8h.html#a2">00035</a> <span class="preprocessor">#define USE_SDL_IMAGE</span>
00036 <span class="preprocessor"></span>
<a name="l00037"></a><a class="code" href="ZE__Defines_8h.html#a3">00037</a> <span class="preprocessor">#define USE_SDL_MIXER</span>
00038 <span class="preprocessor"></span>
00039 <span class="comment">//#define USE_SDL_NET</span>
00041 <span class="comment">//#define USE_PHYSFS</span>
00042
<a name="l00044"></a><a class="code" href="ZE__Defines_8h.html#a4">00044</a> <span class="preprocessor">#define MAX_MSG_LEN 10240</span>
00045 <span class="preprocessor"></span>
<a name="l00046"></a><a class="code" href="ZE__Defines_8h.html#a5">00046</a> <span class="keyword">typedef</span> <span class="keywordtype">char</span> <a class="code" href="ZE__Defines_8h.html#a5">ZByte</a>;
00047
00048 <span class="preprocessor">#endif //__ze_defines_h__</span>
</pre></div><hr><address style="align: right;"><small>Generated on Sun Apr 27 14:53:39 2003 for ZEngine by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0
width=110 height=53></a>1.3-rc2 </small></address>

View File

@ -5,12 +5,12 @@
</head><body>
<!-- Generated by Doxygen 1.3-rc2 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<hr><h1>/include/ZE_Defines.h File Reference</h1><hr><a name="_details"></a><h2>Detailed Description</h2>
<dl compact><dt><b>File Header:</b></dt><dd>File: <a class="el" href="ZE__Defines_8h.html">ZE_Defines.h</a> <br>
Description: Defines header file for ZEngine class, where all #define statements to control compilation options are placed. <br>
Author(s): James Turk <br>
<dl compact><dt><b>Id</b></dt><dd><a class="el" href="ZE__Defines_8h.html">ZE_Defines.h</a>,v 1.7 2003/01/19 05:43:40 cozman Exp </dd></dl>
<dl compact><dt><b>Id</b></dt><dd><a class="el" href="ZE__Defines_8h.html">ZE_Defines.h</a>,v 1.11 2003/04/08 03:33:10 cozman Exp </dd></dl>
<br>
</dd></dl>
@ -22,20 +22,27 @@ Definition file, holds #define statements describing optional features of ZEngin
<a href="ZE__Defines_8h-source.html">Go to the source code of this file.</a><table border=0 cellpadding=0 cellspacing=0>
<tr><td></td></tr>
<tr><td colspan=2><br><h2>Defines</h2></td></tr>
<tr><td nowrap align=right valign=top><a name="a0" doxytag="ZE_Defines.h::USE_SDL_TTF"></a>
#define&nbsp;</td><td valign=bottom><a class="el" href="ZE__Defines_8h.html#a0">USE_SDL_TTF</a></td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Define to include font support.</em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a name="a1" doxytag="ZE_Defines.h::USE_SDL_IMAGE"></a>
#define&nbsp;</td><td valign=bottom><a class="el" href="ZE__Defines_8h.html#a1">USE_SDL_IMAGE</a></td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Define to include non-bmp image file support.</em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a name="a2" doxytag="ZE_Defines.h::USE_SDL_MIXER"></a>
#define&nbsp;</td><td valign=bottom><a class="el" href="ZE__Defines_8h.html#a2">USE_SDL_MIXER</a></td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Define to include sound support.</em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a name="a3" doxytag="ZE_Defines.h::VERSION"></a>
#define&nbsp;</td><td valign=bottom><a class="el" href="ZE__Defines_8h.html#a3">VERSION</a>&nbsp;&nbsp;&nbsp;"0.8.2"</td></tr>
<tr><td nowrap align=right valign=top><a name="a0" doxytag="ZE_Defines.h::VERSION"></a>
#define&nbsp;</td><td valign=bottom><a class="el" href="ZE__Defines_8h.html#a0">VERSION</a>&nbsp;&nbsp;&nbsp;"0.8.3"</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Version number.</em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a name="a1" doxytag="ZE_Defines.h::USE_SDL_TTF"></a>
#define&nbsp;</td><td valign=bottom><a class="el" href="ZE__Defines_8h.html#a1">USE_SDL_TTF</a></td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Define to include font support.</em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a name="a2" doxytag="ZE_Defines.h::USE_SDL_IMAGE"></a>
#define&nbsp;</td><td valign=bottom><a class="el" href="ZE__Defines_8h.html#a2">USE_SDL_IMAGE</a></td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Define to include non-bmp image file support.</em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a name="a3" doxytag="ZE_Defines.h::USE_SDL_MIXER"></a>
#define&nbsp;</td><td valign=bottom><a class="el" href="ZE__Defines_8h.html#a3">USE_SDL_MIXER</a></td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Define to include sound support.</em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a name="a4" doxytag="ZE_Defines.h::MAX_MSG_LEN"></a>
#define&nbsp;</td><td valign=bottom><a class="el" href="ZE__Defines_8h.html#a4">MAX_MSG_LEN</a>&nbsp;&nbsp;&nbsp;10240</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Maximum message length (for SDL_net). (10kb [10240] default).</em></font><br><br></td></tr>
<tr><td colspan=2><br><h2>Typedefs</h2></td></tr>
<tr><td nowrap align=right valign=top><a name="a5" doxytag="ZE_Defines.h::ZByte"></a>
typedef char&nbsp;</td><td valign=bottom><a class="el" href="ZE__Defines_8h.html#a5">ZByte</a></td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Define a ZByte as a plain char (for SDL_net).</em></font><br><br></td></tr>
</table>
<hr><address style="align: right;"><small>Generated on Tue Jan 28 16:31:28 2003 for ZEngine by
<hr><address style="align: right;"><small>Generated on Sun Apr 27 14:53:40 2003 for ZEngine by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0
width=110 height=53></a>1.3-rc2 </small></address>

View File

@ -5,7 +5,7 @@
</head><body>
<!-- Generated by Doxygen 1.3-rc2 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<hr><h1>/include/ZE_Includes.h</h1><a href="ZE__Includes_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre>00001 <span class="comment">/*******************************************************************************</span>
00002 <span class="comment"> This file is Part of the ZEngine Library for 2D game development.</span>
00003 <span class="comment"> Copyright (C) 2002, 2003 James Turk</span>
@ -33,24 +33,27 @@
00039 <span class="preprocessor"></span><span class="preprocessor">#ifdef USE_SDL_MIXER</span>
00040 <span class="preprocessor"></span><span class="preprocessor">#include "SDL_mixer.h"</span>
00041 <span class="preprocessor">#endif</span>
00042 <span class="preprocessor"></span><span class="preprocessor">#ifdef USE_PHYSFS</span>
00043 <span class="preprocessor"></span><span class="preprocessor">#include "physfs.h"</span>
00044 <span class="preprocessor">#include "external/physfsrwops.h"</span>
00045 <span class="preprocessor">#endif</span>
00046 <span class="preprocessor"></span>
00047 <span class="preprocessor">#include &lt;string&gt;</span>
00048 <span class="preprocessor">#include &lt;vector&gt;</span>
00049 <span class="preprocessor">#include &lt;queue&gt;</span>
00050 <span class="preprocessor">#include &lt;list&gt;</span>
00051 <span class="preprocessor">#include &lt;fstream&gt;</span>
00052 <span class="preprocessor">#include &lt;cstdio&gt;</span>
00053 <span class="preprocessor">#include &lt;cstdlib&gt;</span>
00054 <span class="preprocessor">#include &lt;cstdarg&gt;</span>
00055 <span class="preprocessor">#include &lt;cctype&gt;</span>
00056 <span class="keyword">using</span> <span class="keyword">namespace </span>std;
00057
00058 <span class="preprocessor">#endif //__ze_includes_h__</span>
</pre></div><hr><address style="align: right;"><small>Generated on Tue Jan 28 16:31:28 2003 for ZEngine by
00042 <span class="preprocessor"></span><span class="preprocessor">#ifdef USE_SDL_NET</span>
00043 <span class="preprocessor"></span><span class="preprocessor">#include "SDL_net.h"</span>
00044 <span class="preprocessor">#endif</span>
00045 <span class="preprocessor"></span><span class="preprocessor">#ifdef USE_PHYSFS</span>
00046 <span class="preprocessor"></span><span class="preprocessor">#include "physfs.h"</span>
00047 <span class="preprocessor">#include "external/physfsrwops.h"</span>
00048 <span class="preprocessor">#endif</span>
00049 <span class="preprocessor"></span>
00050 <span class="preprocessor">#include &lt;string&gt;</span>
00051 <span class="preprocessor">#include &lt;vector&gt;</span>
00052 <span class="preprocessor">#include &lt;queue&gt;</span>
00053 <span class="preprocessor">#include &lt;list&gt;</span>
00054 <span class="preprocessor">#include &lt;fstream&gt;</span>
00055 <span class="preprocessor">#include &lt;cstdio&gt;</span>
00056 <span class="preprocessor">#include &lt;cstdlib&gt;</span>
00057 <span class="preprocessor">#include &lt;cstdarg&gt;</span>
00058 <span class="preprocessor">#include &lt;cctype&gt;</span>
00059 <span class="keyword">using</span> <span class="keyword">namespace </span>std;
00060
00061 <span class="preprocessor">#endif //__ze_includes_h__</span>
</pre></div><hr><address style="align: right;"><small>Generated on Sun Apr 27 14:53:39 2003 for ZEngine by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0
width=110 height=53></a>1.3-rc2 </small></address>

View File

@ -5,12 +5,12 @@
</head><body>
<!-- Generated by Doxygen 1.3-rc2 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<hr><h1>/include/ZE_Includes.h File Reference</h1><hr><a name="_details"></a><h2>Detailed Description</h2>
<dl compact><dt><b>File Header: </b></dt><dd>File: <a class="el" href="ZE__Includes_8h.html">ZE_Includes.h</a> <br>
Description: Header file for ZEngine universal includes. <br>
Author(s): James Turk <br>
<dl compact><dt><b>Id</b></dt><dd><a class="el" href="ZE__Includes_8h.html">ZE_Includes.h</a>,v 1.5 2003/01/13 05:53:47 cozman Exp </dd></dl>
<dl compact><dt><b>Id</b></dt><dd><a class="el" href="ZE__Includes_8h.html">ZE_Includes.h</a>,v 1.6 2003/02/16 21:38:50 cozman Exp </dd></dl>
<br>
</dd></dl>
@ -40,7 +40,7 @@ ZE_*.h files should only include this file and any other ZE_*.h files that they
<tr><td colspan=2><br><h2>Namespaces</h2></td></tr>
<tr><td nowrap align=right valign=top>namespace &nbsp;</td><td valign=bottom><b>std</b></td></tr>
</table>
<hr><address style="align: right;"><small>Generated on Tue Jan 28 16:31:28 2003 for ZEngine by
<hr><address style="align: right;"><small>Generated on Sun Apr 27 14:53:40 2003 for ZEngine by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0
width=110 height=53></a>1.3-rc2 </small></address>

View File

@ -5,7 +5,7 @@
</head><body>
<!-- Generated by Doxygen 1.3-rc2 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<hr><h1>/src/ZE_Utility.cpp File Reference</h1><hr><a name="_details"></a><h2>Detailed Description</h2>
<dl compact><dt><b>File Header:</b></dt><dd>File: <a class="el" href="ZE__Utility_8cpp.html">ZE_Utility.cpp</a> <br>
Description: Implementation source file for ZEngine Utilities. <br>
@ -23,7 +23,7 @@ Source file containing open utilities for use inside and alongside ZEngine.
<tr><td colspan=2><br><h2>Namespaces</h2></td></tr>
<tr><td nowrap align=right valign=top>namespace &nbsp;</td><td valign=bottom><a class="el" href="namespaceZE.html">ZE</a></td></tr>
</table>
<hr><address style="align: right;"><small>Generated on Tue Jan 28 16:31:28 2003 for ZEngine by
<hr><address style="align: right;"><small>Generated on Sun Apr 27 14:53:40 2003 for ZEngine by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0
width=110 height=53></a>1.3-rc2 </small></address>

View File

@ -5,7 +5,7 @@
</head><body>
<!-- Generated by Doxygen 1.3-rc2 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<hr><h1>/include/ZE_Utility.h</h1><a href="ZE__Utility_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre>00001 <span class="comment">/*******************************************************************************</span>
00002 <span class="comment"> This file is Part of the ZEngine Library for 2D game development.</span>
00003 <span class="comment"> Copyright (C) 2002, 2003 James Turk</span>
@ -24,7 +24,7 @@
<a name="l00030"></a><a class="code" href="namespaceZE.html">00030</a> <span class="keyword">namespace </span>ZE
00031 {
00032
00042 string <a class="code" href="namespaceZE.html#a15">FormatStr</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> *fmtstr, ...);
00042 string <a class="code" href="namespaceZE.html#a19">FormatStr</a>(<span class="keyword">const</span> <span class="keywordtype">char</span> *fmtstr, ...);
00043
00045 <span class="comment">//Macros//</span>
00047 <span class="comment"></span>
@ -47,7 +47,7 @@
00073
00074 <span class="preprocessor">#endif //__ze_utility_h__</span>
00075 <span class="preprocessor"></span>
</pre></div><hr><address style="align: right;"><small>Generated on Tue Jan 28 16:31:28 2003 for ZEngine by
</pre></div><hr><address style="align: right;"><small>Generated on Sun Apr 27 14:53:40 2003 for ZEngine by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0
width=110 height=53></a>1.3-rc2 </small></address>

View File

@ -5,7 +5,7 @@
</head><body>
<!-- Generated by Doxygen 1.3-rc2 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<hr><h1>/include/ZE_Utility.h File Reference</h1><hr><a name="_details"></a><h2>Detailed Description</h2>
<dl compact><dt><b>File Header: </b></dt><dd>File: <a class="el" href="ZE__Utility_8h.html">ZE_Utility.h</a> <br>
Description: Header file for ZEngine Utilities. <br>
@ -139,7 +139,7 @@ Safely free a Mix_Music* and set it to NULL. </td>
Safely free a TTF_Font and set it to NULL. </td>
</tr>
</table>
<hr><address style="align: right;"><small>Generated on Tue Jan 28 16:31:28 2003 for ZEngine by
<hr><address style="align: right;"><small>Generated on Sun Apr 27 14:53:40 2003 for ZEngine by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0
width=110 height=53></a>1.3-rc2 </small></address>

View File

@ -5,12 +5,12 @@
</head><body>
<!-- Generated by Doxygen 1.3-rc2 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<hr><h1>/src/ZE_ZConfigFile.cpp File Reference</h1><hr><a name="_details"></a><h2>Detailed Description</h2>
<dl compact><dt><b>File Header: </b></dt><dd>File: <a class="el" href="ZE__ZConfigFile_8cpp.html">ZE_ZConfigFile.cpp</a> <br>
Description: Implementation source file for ZConfigFile, the ZEngine INI-Style Config File. <br>
Author(s): James Turk <br>
<dl compact><dt><b>Id</b></dt><dd><a class="el" href="ZE__ZConfigFile_8cpp.html">ZE_ZConfigFile.cpp</a>,v 1.4 2003/01/16 05:45:58 cozman Exp </dd></dl>
<dl compact><dt><b>Id</b></dt><dd><a class="el" href="ZE__ZConfigFile_8cpp.html">ZE_ZConfigFile.cpp</a>,v 1.7 2003/04/08 03:30:50 cozman Exp </dd></dl>
<br>
</dd></dl>
@ -23,7 +23,7 @@ Implementation of ZConfigFile, the ZEngine INI-Style Config File.
<tr><td colspan=2><br><h2>Namespaces</h2></td></tr>
<tr><td nowrap align=right valign=top>namespace &nbsp;</td><td valign=bottom><a class="el" href="namespaceZE.html">ZE</a></td></tr>
</table>
<hr><address style="align: right;"><small>Generated on Tue Jan 28 16:31:28 2003 for ZEngine by
<hr><address style="align: right;"><small>Generated on Sun Apr 27 14:53:40 2003 for ZEngine by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0
width=110 height=53></a>1.3-rc2 </small></address>

View File

@ -5,7 +5,7 @@
</head><body>
<!-- Generated by Doxygen 1.3-rc2 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<hr><h1>/include/ZE_ZConfigFile.h</h1><a href="ZE__ZConfigFile_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre>00001 <span class="comment">/*******************************************************************************</span>
00002 <span class="comment"> This file is Part of the ZEngine Library for 2D game development.</span>
00003 <span class="comment"> Copyright (C) 2002, 2003 James Turk</span>
@ -19,77 +19,80 @@
00025 <span class="preprocessor">#ifndef __ze_zconfigfile_h__</span>
00026 <span class="preprocessor"></span><span class="preprocessor">#define __ze_zconfigfile_h__</span>
00027 <span class="preprocessor"></span>
00028 <span class="preprocessor">#include "<a class="code" href="ZE__ZObject_8h.html">ZE_ZObject.h</a>"</span> <span class="comment">//included even though ZCF isn't derived (to obtain all other needed headers)</span>
00028 <span class="preprocessor">#include "<a class="code" href="ZE__ZEngine_8h.html">ZE_ZEngine.h</a>"</span>
00029
00030 <span class="keyword">namespace </span>ZE
00031 {
00032
<a name="l00038"></a><a class="code" href="classZE_1_1ZConfigFile.html">00038</a> <span class="keyword">class </span><a class="code" href="classZE_1_1ZConfigFile.html">ZConfigFile</a> : <span class="keyword">public</span> <a class="code" href="classZE_1_1ZObject.html">ZObject</a>
<a name="l00038"></a><a class="code" href="classZE_1_1ZConfigFile.html">00038</a> <span class="keyword">class </span><a class="code" href="classZE_1_1ZConfigFile.html">ZConfigFile</a>
00039 {
00040 <span class="keyword">private</span>:
00041
00042 <span class="comment">//Private Types//</span>
00043
00044
<a name="l00051"></a><a class="code" href="classZE_1_1ZConfigFile_1_1ZCF__Variable.html">00051</a> <span class="keyword">class </span><a class="code" href="classZE_1_1ZConfigFile_1_1ZCF__Variable.html">ZCF_Variable</a>
00052 {
00053 <span class="keyword">public</span>:
<a name="l00055"></a><a class="code" href="classZE_1_1ZConfigFile_1_1ZCF__Variable.html#m0">00055</a> string <a class="code" href="classZE_1_1ZConfigFile_1_1ZCF__Variable.html#m0">var</a>;
<a name="l00057"></a><a class="code" href="classZE_1_1ZConfigFile_1_1ZCF__Variable.html#m1">00057</a> string <a class="code" href="classZE_1_1ZConfigFile_1_1ZCF__Variable.html#m1">val</a>;
00058 };
00059
<a name="l00065"></a><a class="code" href="classZE_1_1ZConfigFile_1_1ZCF__Section.html">00065</a> <span class="keyword">class </span><a class="code" href="classZE_1_1ZConfigFile_1_1ZCF__Section.html">ZCF_Section</a>
00066 {
00067 <span class="keyword">public</span>:
<a name="l00069"></a><a class="code" href="classZE_1_1ZConfigFile_1_1ZCF__Section.html#m0">00069</a> string <a class="code" href="classZE_1_1ZConfigFile_1_1ZCF__Section.html#m0">section</a>;
<a name="l00071"></a><a class="code" href="classZE_1_1ZConfigFile_1_1ZCF__Section.html#m1">00071</a> list&lt;ZCF_Variable&gt; <a class="code" href="classZE_1_1ZConfigFile_1_1ZCF__Section.html#m1">varList</a>;
00072 };
00073
<a name="l00075"></a><a class="code" href="classZE_1_1ZConfigFile.html#o0">00075</a> list&lt;ZCF_Section&gt; <a class="code" href="classZE_1_1ZConfigFile.html#o0">mFileLayout</a>;
00076
<a name="l00078"></a><a class="code" href="classZE_1_1ZConfigFile.html#o1">00078</a> string <a class="code" href="classZE_1_1ZConfigFile.html#o1">mFilename</a>;
00079
00087 string <a class="code" href="classZE_1_1ZConfigFile.html#c0">CleanString</a>(string str) <span class="keyword">const</span>;
00088
00096 <span class="keywordtype">bool</span> <a class="code" href="classZE_1_1ZConfigFile.html#c1">Exists</a>(string sec) <span class="keyword">const</span>;
00097
00106 <span class="keywordtype">bool</span> <a class="code" href="classZE_1_1ZConfigFile.html#c1">Exists</a>(string sec, string var) <span class="keyword">const</span>;
00107
00116 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZConfigFile.html#c3">SetVariable</a>(string sec, string var, string val);
00117
00127 string <a class="code" href="classZE_1_1ZConfigFile.html#c4">GetVariable</a>(string sec, string var, string defVal) <span class="keyword">const</span>;
00128
00129 <span class="keyword">public</span>:
00130
00136 <a class="code" href="classZE_1_1ZConfigFile.html#a0">ZConfigFile</a>();
00137
00144 <a class="code" href="classZE_1_1ZConfigFile.html#a0">ZConfigFile</a>(string filename);
00145
00151 <a class="code" href="classZE_1_1ZConfigFile.html#a2">~ZConfigFile</a>();
00152
00159 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZConfigFile.html#a3">Process</a>(string filename);
00160
00170 <span class="keywordtype">int</span> <a class="code" href="classZE_1_1ZConfigFile.html#a4">GetInt</a>(string section, string var, <span class="keywordtype">int</span> defVal) <span class="keyword">const</span>;
<a name="l00050"></a><a class="code" href="classZE_1_1ZConfigFile_1_1ZCF__Variable.html">00050</a> <span class="keyword">class </span><a class="code" href="classZE_1_1ZConfigFile_1_1ZCF__Variable.html">ZCF_Variable</a>
00051 {
00052 <span class="keyword">public</span>:
<a name="l00054"></a><a class="code" href="classZE_1_1ZConfigFile_1_1ZCF__Variable.html#m0">00054</a> string <a class="code" href="classZE_1_1ZConfigFile_1_1ZCF__Variable.html#m0">var</a>;
<a name="l00056"></a><a class="code" href="classZE_1_1ZConfigFile_1_1ZCF__Variable.html#m1">00056</a> string <a class="code" href="classZE_1_1ZConfigFile_1_1ZCF__Variable.html#m1">val</a>;
00057 };
00058
<a name="l00064"></a><a class="code" href="classZE_1_1ZConfigFile_1_1ZCF__Section.html">00064</a> <span class="keyword">class </span><a class="code" href="classZE_1_1ZConfigFile_1_1ZCF__Section.html">ZCF_Section</a>
00065 {
00066 <span class="keyword">public</span>:
<a name="l00068"></a><a class="code" href="classZE_1_1ZConfigFile_1_1ZCF__Section.html#m0">00068</a> string <a class="code" href="classZE_1_1ZConfigFile_1_1ZCF__Section.html#m0">section</a>;
<a name="l00070"></a><a class="code" href="classZE_1_1ZConfigFile_1_1ZCF__Section.html#m1">00070</a> list&lt;ZCF_Variable&gt; <a class="code" href="classZE_1_1ZConfigFile_1_1ZCF__Section.html#m1">varList</a>;
00071 };
00072
00073 <span class="keyword">protected</span>:
<a name="l00075"></a><a class="code" href="classZE_1_1ZConfigFile.html#n0">00075</a> list&lt;ZCF_Section&gt; <a class="code" href="classZE_1_1ZConfigFile.html#n0">rFileLayout</a>;
<a name="l00077"></a><a class="code" href="classZE_1_1ZConfigFile.html#n1">00077</a> string <a class="code" href="classZE_1_1ZConfigFile.html#n1">rFilename</a>;
00078
00086 string <a class="code" href="classZE_1_1ZConfigFile.html#b0">CleanString</a>(string str) <span class="keyword">const</span>;
00087
00095 <span class="keywordtype">bool</span> <a class="code" href="classZE_1_1ZConfigFile.html#b1">Exists</a>(string sec) <span class="keyword">const</span>;
00096
00105 <span class="keywordtype">bool</span> <a class="code" href="classZE_1_1ZConfigFile.html#b1">Exists</a>(string sec, string var) <span class="keyword">const</span>;
00106
00115 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZConfigFile.html#b3">SetVariable</a>(string sec, string var, string val);
00116
00126 string <a class="code" href="classZE_1_1ZConfigFile.html#b4">GetVariable</a>(string sec, string var, string defVal) <span class="keyword">const</span>;
00127
00128 <span class="keyword">public</span>:
00129
00135 <a class="code" href="classZE_1_1ZConfigFile.html#a0">ZConfigFile</a>();
00136
00143 <a class="code" href="classZE_1_1ZConfigFile.html#a0">ZConfigFile</a>(string filename);
00144
00150 <span class="keyword">virtual</span> <a class="code" href="classZE_1_1ZConfigFile.html#a2">~ZConfigFile</a>();
00151
00158 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZConfigFile.html#a3">Process</a>(string filename);
00159
00170 <span class="keywordtype">float</span> <a class="code" href="classZE_1_1ZConfigFile.html#a4">GetFloat</a>(string section, string var, <span class="keywordtype">float</span> defVal) <span class="keyword">const</span>;
00171
00182 <span class="keywordtype">bool</span> <a class="code" href="classZE_1_1ZConfigFile.html#a5">GetBool</a>(string section, string var, <span class="keywordtype">bool</span> defVal) <span class="keyword">const</span>;
00183
00193 string <a class="code" href="classZE_1_1ZConfigFile.html#a6">GetString</a>(string section, string var, string defVal) <span class="keyword">const</span>;
00181 <span class="keywordtype">int</span> <a class="code" href="classZE_1_1ZConfigFile.html#a5">GetInt</a>(string section, string var, <span class="keywordtype">int</span> defVal) <span class="keyword">const</span>;
00182
00193 <span class="keywordtype">bool</span> <a class="code" href="classZE_1_1ZConfigFile.html#a6">GetBool</a>(string section, string var, <span class="keywordtype">bool</span> defVal) <span class="keyword">const</span>;
00194
00204 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZConfigFile.html#a7">SetInt</a>(string section, string var, <span class="keywordtype">int</span> val);
00204 string <a class="code" href="classZE_1_1ZConfigFile.html#a7">GetString</a>(string section, string var, string defVal) <span class="keyword">const</span>;
00205
00215 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZConfigFile.html#a8">SetBool</a>(string section, string var, <span class="keywordtype">bool</span> val);
00216
00226 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZConfigFile.html#a9">SetString</a>(string section, string var, string val);
00227
00233 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZConfigFile.html#a10">Flush</a>();
00234
00240 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZConfigFile.html#a11">Close</a>();
00241 };
00242
00243 }
00244
00245 <span class="preprocessor">#endif //__ze_zconfigfile_h__</span>
</pre></div><hr><address style="align: right;"><small>Generated on Tue Jan 28 16:31:28 2003 for ZEngine by
00216 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZConfigFile.html#a8">SetFloat</a>(string section, string var, <span class="keywordtype">float</span> val);
00217
00227 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZConfigFile.html#a9">SetInt</a>(string section, string var, <span class="keywordtype">int</span> val);
00228
00238 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZConfigFile.html#a10">SetBool</a>(string section, string var, <span class="keywordtype">bool</span> val);
00239
00249 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZConfigFile.html#a11">SetString</a>(string section, string var, string val);
00250
00256 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZConfigFile.html#a12">Flush</a>();
00257
00263 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZConfigFile.html#a13">Close</a>();
00264 };
00265
00266 }
00267
00268 <span class="preprocessor">#endif //__ze_zconfigfile_h__</span>
</pre></div><hr><address style="align: right;"><small>Generated on Sun Apr 27 14:53:40 2003 for ZEngine by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0
width=110 height=53></a>1.3-rc2 </small></address>

View File

@ -5,19 +5,19 @@
</head><body>
<!-- Generated by Doxygen 1.3-rc2 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<hr><h1>/include/ZE_ZConfigFile.h File Reference</h1><hr><a name="_details"></a><h2>Detailed Description</h2>
<dl compact><dt><b>File Header: </b></dt><dd>File: Types/ZE_ZConfigFile.h <br>
Description: Header file for ZEngine INI-Style Config Files.<br>
Author(s): James Turk <br>
<dl compact><dt><b>Id</b></dt><dd><a class="el" href="ZE__ZConfigFile_8h.html">ZE_ZConfigFile.h</a>,v 1.6 2003/01/16 05:46:39 cozman Exp </dd></dl>
<dl compact><dt><b>Id</b></dt><dd><a class="el" href="ZE__ZConfigFile_8h.html">ZE_ZConfigFile.h</a>,v 1.9 2003/02/10 04:40:16 cozman Exp </dd></dl>
<br>
</dd></dl>
<p>
Definition file for ZConfigFile, an INI-style Config format.
<p>
<code>#include "<a class="el" href="ZE__ZObject_8h-source.html">ZE_ZObject.h</a>"</code><br>
<code>#include "<a class="el" href="ZE__ZEngine_8h-source.html">ZE_ZEngine.h</a>"</code><br>
<p>
<a href="ZE__ZConfigFile_8h-source.html">Go to the source code of this file.</a><table border=0 cellpadding=0 cellspacing=0>
@ -25,7 +25,7 @@ Definition file for ZConfigFile, an INI-style Config format.
<tr><td colspan=2><br><h2>Namespaces</h2></td></tr>
<tr><td nowrap align=right valign=top>namespace &nbsp;</td><td valign=bottom><a class="el" href="namespaceZE.html">ZE</a></td></tr>
</table>
<hr><address style="align: right;"><small>Generated on Tue Jan 28 16:31:28 2003 for ZEngine by
<hr><address style="align: right;"><small>Generated on Sun Apr 27 14:53:40 2003 for ZEngine by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0
width=110 height=53></a>1.3-rc2 </small></address>

View File

@ -5,12 +5,12 @@
</head><body>
<!-- Generated by Doxygen 1.3-rc2 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<hr><h1>/src/ZE_ZEngine.cpp File Reference</h1><hr><a name="_details"></a><h2>Detailed Description</h2>
<dl compact><dt><b>File Header: </b></dt><dd>File: <a class="el" href="ZE__ZEngine_8cpp.html">ZE_ZEngine.cpp</a> <br>
Description: Implementation source file for ZEngine library main singleton class. <br>
Author(s): James Turk <br>
<dl compact><dt><b>Id</b></dt><dd><a class="el" href="ZE__ZEngine_8cpp.html">ZE_ZEngine.cpp</a>,v 1.25 2003/01/27 04:33:34 cozman Exp </dd></dl>
<dl compact><dt><b>Id</b></dt><dd><a class="el" href="ZE__ZEngine_8cpp.html">ZE_ZEngine.cpp</a>,v 1.34 2003/04/08 03:30:50 cozman Exp </dd></dl>
<br>
</dd></dl>
@ -23,7 +23,7 @@ Actual implementation of ZEngine singleton class, the core of ZEngine.
<tr><td colspan=2><br><h2>Namespaces</h2></td></tr>
<tr><td nowrap align=right valign=top>namespace &nbsp;</td><td valign=bottom><a class="el" href="namespaceZE.html">ZE</a></td></tr>
</table>
<hr><address style="align: right;"><small>Generated on Tue Jan 28 16:31:28 2003 for ZEngine by
<hr><address style="align: right;"><small>Generated on Sun Apr 27 14:53:40 2003 for ZEngine by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0
width=110 height=53></a>1.3-rc2 </small></address>

View File

@ -5,7 +5,7 @@
</head><body>
<!-- Generated by Doxygen 1.3-rc2 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<hr><h1>/include/ZE_ZEngine.h</h1><a href="ZE__ZEngine_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre>00001 <span class="comment">/*******************************************************************************</span>
00002 <span class="comment"> This file is Part of the ZEngine Library for 2D game development.</span>
00003 <span class="comment"> Copyright (C) 2002, 2003 James Turk</span>
@ -29,212 +29,197 @@
00039
<a name="l00046"></a><a class="code" href="classZE_1_1ZEngine.html">00046</a> <span class="keyword">class </span><a class="code" href="classZE_1_1ZEngine.html">ZEngine</a>
00047 {
00049 <span class="comment">//Singleton + Memory Management//</span>
00051 <span class="comment"></span>
00052 <span class="keyword">private</span>:
00054 <span class="keyword">static</span> <a class="code" href="classZE_1_1ZEngine.html">ZEngine</a> *<a class="code" href="classZE_1_1ZEngine.html#r0">sInstance</a>;
00055
00061 <a class="code" href="classZE_1_1ZEngine.html#c0">ZEngine</a>();
00062
00063 <span class="keyword">public</span>:
00064
00071 <span class="keyword">static</span> <a class="code" href="classZE_1_1ZEngine.html">ZEngine</a>* <a class="code" href="classZE_1_1ZEngine.html#d0">GetInstance</a>();
00072
00078 <span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZEngine.html#d1">ReleaseInstance</a>();
00079
00086 <span class="keyword">static</span> string <a class="code" href="classZE_1_1ZEngine.html#d2">GetVersion</a>();
00087
00089 <span class="comment">//Initialization//</span>
00091 <span class="comment"></span>
00092 <span class="keyword">private</span>:
<a name="l00094"></a><a class="code" href="classZE_1_1ZEngine.html#o0">00094</a> <span class="keywordtype">int</span> <a class="code" href="classZE_1_1ZEngine.html#o0">mWidth</a>;
<a name="l00096"></a><a class="code" href="classZE_1_1ZEngine.html#o1">00096</a> <span class="keywordtype">int</span> <a class="code" href="classZE_1_1ZEngine.html#o1">mHeight</a>;
<a name="l00098"></a><a class="code" href="classZE_1_1ZEngine.html#o2">00098</a> <span class="keywordtype">int</span> <a class="code" href="classZE_1_1ZEngine.html#o2">mBPP</a>;
<a name="l00100"></a><a class="code" href="classZE_1_1ZEngine.html#o3">00100</a> <span class="keywordtype">bool</span> <a class="code" href="classZE_1_1ZEngine.html#o3">mFullscreen</a>;
<a name="l00102"></a><a class="code" href="classZE_1_1ZEngine.html#o4">00102</a> <span class="keywordtype">bool</span> <a class="code" href="classZE_1_1ZEngine.html#o4">mInitialized</a>;
00103
00104 <span class="preprocessor">#ifdef USE_SDL_MIXER </span>
00105 <span class="preprocessor"></span>
<a name="l00106"></a><a class="code" href="classZE_1_1ZEngine.html#o5">00106</a> <span class="keywordtype">int</span> <a class="code" href="classZE_1_1ZEngine.html#o5">mRate</a>;
<a name="l00108"></a><a class="code" href="classZE_1_1ZEngine.html#o6">00108</a> <span class="keywordtype">bool</span> <a class="code" href="classZE_1_1ZEngine.html#o6">mStereo</a>;
00109 <span class="preprocessor">#endif </span>
00110 <span class="preprocessor"></span>
00111
00112 <span class="keyword">public</span>:
00113 <span class="comment">//add initialization</span>
00114
00125 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZEngine.html#a0">SetupDisplay</a>(<span class="keywordtype">int</span> width, <span class="keywordtype">int</span> height, <span class="keywordtype">int</span> bpp, <span class="keywordtype">bool</span> fullscreen);
00126
00127 <span class="preprocessor">#ifdef USE_SDL_MIXER</span>
00128 <span class="preprocessor"></span>
00136 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZEngine.html#a1">SetupSound</a>(<span class="keywordtype">int</span> rate, <span class="keywordtype">bool</span> stereo);
00137 <span class="preprocessor">#endif </span>
00138 <span class="preprocessor"></span>
00150 <span class="keywordtype">bool</span> <a class="code" href="classZE_1_1ZEngine.html#a2">CreateDisplay</a>(string title, string icon=<span class="stringliteral">""</span>);
00151
00157 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZEngine.html#a3">CloseDisplay</a>();
00158
00166 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZEngine.html#a4">ToggleFullscreen</a>();
00167
00175 <span class="keywordtype">bool</span> <a class="code" href="classZE_1_1ZEngine.html#a5">Initialized</a>();
00176
00178 <span class="comment">//Screen Access//</span>
00180 <span class="comment"></span>
00181 <span class="keyword">private</span>:
<a name="l00183"></a><a class="code" href="classZE_1_1ZEngine.html#o7">00183</a> SDL_Surface *<a class="code" href="classZE_1_1ZEngine.html#o7">mScreen</a>;
00184
00185 <span class="keyword">public</span>:
00192 SDL_Surface *<a class="code" href="classZE_1_1ZEngine.html#a6">Display</a>();
00193
00200 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZEngine.html#a7">Update</a>();
00201
00211 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZEngine.html#a8">Clear</a>(<span class="keywordtype">float</span> red=0.0f, <span class="keywordtype">float</span> green=0.0f, <span class="keywordtype">float</span> blue=0.0f, <span class="keywordtype">float</span> alpha=1.0f);
00212
00214 <span class="comment">//OpenGL Specific Functions//</span>
00216 <span class="comment"> public:</span>
00217
00224 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZEngine.html#a9">SetGL2D</a>();
00225
00227 <span class="comment">//Timer and Framerate Independent Movement//</span>
00229 <span class="comment"> </span>
00230 <span class="keyword">private</span>:
<a name="l00232"></a><a class="code" href="classZE_1_1ZEngine.html#o8">00232</a> <span class="keywordtype">bool</span> <a class="code" href="classZE_1_1ZEngine.html#o8">mPaused</a>;
<a name="l00234"></a><a class="code" href="classZE_1_1ZEngine.html#o9">00234</a> <span class="keywordtype">bool</span> <a class="code" href="classZE_1_1ZEngine.html#o9">mUnpauseOnActive</a>;
<a name="l00236"></a><a class="code" href="classZE_1_1ZEngine.html#o10">00236</a> Uint8 <a class="code" href="classZE_1_1ZEngine.html#o10">mDesiredFramerate</a>;
<a name="l00238"></a><a class="code" href="classZE_1_1ZEngine.html#o11">00238</a> Uint32 <a class="code" href="classZE_1_1ZEngine.html#o11">mNextUpdate</a>;
<a name="l00240"></a><a class="code" href="classZE_1_1ZEngine.html#o12">00240</a> Uint32 <a class="code" href="classZE_1_1ZEngine.html#o12">mLastPause</a>;
<a name="l00242"></a><a class="code" href="classZE_1_1ZEngine.html#o13">00242</a> Uint32 <a class="code" href="classZE_1_1ZEngine.html#o13">mPausedTime</a>;
<a name="l00244"></a><a class="code" href="classZE_1_1ZEngine.html#o14">00244</a> Uint32 <a class="code" href="classZE_1_1ZEngine.html#o14">mLastTime</a>;
<a name="l00246"></a><a class="code" href="classZE_1_1ZEngine.html#o15">00246</a> <span class="keywordtype">double</span> <a class="code" href="classZE_1_1ZEngine.html#o15">mSecPerFrame</a>;
00247
00248 <span class="keyword">public</span>:
00255 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZEngine.html#a10">Delay</a>(Uint32 milliseconds);
00256
00263 Uint32 <a class="code" href="classZE_1_1ZEngine.html#a11">GetTime</a>();
00264
00270 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZEngine.html#a12">PauseTimer</a>();
00271
00277 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZEngine.html#a13">UnpauseTimer</a>();
00278
00285 <span class="keywordtype">double</span> <a class="code" href="classZE_1_1ZEngine.html#a14">GetFrameTime</a>();
00286
00294 <span class="keywordtype">double</span> <a class="code" href="classZE_1_1ZEngine.html#a15">GetFramerate</a>();
00295
00305 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZEngine.html#a16">SetDesiredFramerate</a>(Uint8 rate);
00306
00314 Uint8 <a class="code" href="classZE_1_1ZEngine.html#a17">GetDesiredFramerate</a>();
00315
00322 <span class="keywordtype">bool</span> <a class="code" href="classZE_1_1ZEngine.html#a18">IsPaused</a>();
00323
00325 <span class="comment">//Event and Input Handling//</span>
00327 <span class="comment"> private:</span>
<a name="l00329"></a><a class="code" href="classZE_1_1ZEngine.html#o16">00329</a> <span class="comment"> bool mNeedReload;</span>
<a name="l00331"></a><a class="code" href="classZE_1_1ZEngine.html#o17">00331</a> <span class="comment"> bool mActive;</span>
<a name="l00333"></a><a class="code" href="classZE_1_1ZEngine.html#o18">00333</a> <span class="comment"> bool mQuit;</span>
<a name="l00335"></a><a class="code" href="classZE_1_1ZEngine.html#o19">00335</a> <span class="comment"> Uint8 *mKeyIsPressed;</span>
<a name="l00337"></a><a class="code" href="classZE_1_1ZEngine.html#o20">00337</a> <span class="comment"> bool mKeyPress[SDLK_LAST];</span>
<a name="l00339"></a><a class="code" href="classZE_1_1ZEngine.html#o21">00339</a> <span class="comment"> int mMouseX;</span>
<a name="l00341"></a><a class="code" href="classZE_1_1ZEngine.html#o22">00341</a> <span class="comment"> int mMouseY;</span>
<a name="l00343"></a><a class="code" href="classZE_1_1ZEngine.html#o23">00343</a> <span class="comment"> Uint8 mMouseB;</span>
00344
00345 <span class="keyword">public</span>:
00352 <span class="keywordtype">bool</span> <a class="code" href="classZE_1_1ZEngine.html#a19">IsActive</a>();
00353
00360 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZEngine.html#a20">RequestQuit</a>();
00361
00369 <span class="keywordtype">bool</span> <a class="code" href="classZE_1_1ZEngine.html#a21">QuitRequested</a>();
00370
00375 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZEngine.html#a22">SetReloadNeed</a>(<span class="keywordtype">bool</span> state);
00376
00384 <span class="keywordtype">bool</span> <a class="code" href="classZE_1_1ZEngine.html#a23">ImagesNeedReload</a>();
00385
00395 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZEngine.html#a24">SetKeyRepeatRate</a>(<span class="keywordtype">int</span> rate);
00396
00404 <span class="keywordtype">bool</span> <a class="code" href="classZE_1_1ZEngine.html#a25">KeyIsPressed</a>(SDLKey key);
00405
00413 <span class="keywordtype">bool</span> <a class="code" href="classZE_1_1ZEngine.html#a26">KeyPress</a>(SDLKey key);
00414
00420 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZEngine.html#a27">HideCursor</a>();
00421
00427 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZEngine.html#a28">ShowCursor</a>();
00428
00435 <span class="keywordtype">int</span> <a class="code" href="classZE_1_1ZEngine.html#a29">MouseX</a>();
00436
00443 <span class="keywordtype">int</span> <a class="code" href="classZE_1_1ZEngine.html#a30">MouseY</a>();
00444
00451 <span class="keywordtype">bool</span> <a class="code" href="classZE_1_1ZEngine.html#a31">LButtonPressed</a>();
00452
00459 <span class="keywordtype">bool</span> <a class="code" href="classZE_1_1ZEngine.html#a32">RButtonPressed</a>();
00460
00468 <span class="keywordtype">bool</span> <a class="code" href="classZE_1_1ZEngine.html#a33">MouseInRect</a>(SDL_Rect *rect);
00469
00475 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZEngine.html#a34">CheckEvents</a>();
00476
00487 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZEngine.html#a35">SetEventFilter</a>(SDL_EventFilter filter);
00488
00489 <span class="preprocessor">#ifdef USE_PHYSFS</span>
00490 <span class="preprocessor"></span>
00491 <span class="comment">//Physfs Utilities//</span>
00493 <span class="comment"> public:</span>
00500 <span class="comment"></span> <span class="keywordtype">void</span> InitPhysFS(string argv);
00501
00508 <span class="keywordtype">void</span> AddPhysFSDir(string dir);
00509
00510 <span class="preprocessor">#endif //USE_PHYSFS</span>
00511 <span class="preprocessor"></span>
00513 <span class="comment">//Error Logging//</span>
00515 <span class="comment"> private:</span>
<a name="l00517"></a><a class="code" href="classZE_1_1ZEngine.html#o24">00517</a> <span class="comment"> queue&lt;ZError&gt; mErrorQueue;</span>
<a name="l00519"></a><a class="code" href="classZE_1_1ZEngine.html#o25">00519</a> <span class="comment"> ZError mCurError;</span>
<a name="l00521"></a><a class="code" href="classZE_1_1ZEngine.html#o26">00521</a> <span class="comment"> bool mLogAllErrors;</span>
<a name="l00523"></a><a class="code" href="classZE_1_1ZEngine.html#o27">00523</a> <span class="comment"> FILE *mErrlog;</span>
00524
00532 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZEngine.html#c1">LogError</a>(<a class="code" href="classZE_1_1ZError.html">ZError</a> error);
00533
00534 <span class="keyword">public</span>:
00545 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZEngine.html#a36">SetErrorLog</a>(<span class="keywordtype">bool</span> logAll, string logFile=<span class="stringliteral">""</span>);
00546
00557 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZEngine.html#a37">ReportError</a>(ZErrorCode code, string desc=<span class="stringliteral">""</span>, string file=<span class="stringliteral">""</span>, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> line=0);
00558
00566 <a class="code" href="namespaceZE.html#a16">ZErrorCode</a> <a class="code" href="classZE_1_1ZEngine.html#a38">GetLastError</a>();
00567
00575 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZEngine.html#a39">WriteLog</a>(string str);
00576
00583 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZEngine.html#a40">FlushErrors</a>();
00584
00585
00587 <span class="comment">//Data Loading + Unloading//</span>
00589 <span class="comment"> public:</span>
00597 <span class="comment"></span> SDL_Surface* <a class="code" href="classZE_1_1ZEngine.html#a41">LoadImage</a>(string filename);
00598
00599 <span class="preprocessor">#ifdef USE_SDL_MIXER</span>
00600 <span class="preprocessor"></span>
00607 Mix_Chunk* <a class="code" href="classZE_1_1ZEngine.html#a42">LoadSound</a>(string filename);
00608
00616 Mix_Music* <a class="code" href="classZE_1_1ZEngine.html#a43">LoadMusic</a>(string filename);
00617 <span class="preprocessor">#endif</span>
00618 <span class="preprocessor"></span>
00619 <span class="preprocessor">#ifdef USE_SDL_TTF</span>
00620 <span class="preprocessor"></span>
00628 TTF_Font* <a class="code" href="classZE_1_1ZEngine.html#a44">LoadFont</a>(string filename, <span class="keywordtype">int</span> size);
00629 <span class="preprocessor">#endif </span>
00630 <span class="preprocessor"></span>
00632 <span class="comment">//Accessors//</span>
00634 <span class="comment"></span>
00635 <span class="keyword">public</span>:
00642 <span class="keywordtype">int</span> <a class="code" href="classZE_1_1ZEngine.html#a45">Width</a>();
00643
00650 <span class="keywordtype">int</span> <a class="code" href="classZE_1_1ZEngine.html#a46">Height</a>();
00651
00658 <span class="keywordtype">int</span> <a class="code" href="classZE_1_1ZEngine.html#a47">BPP</a>();
00659
00666 <span class="keywordtype">bool</span> <a class="code" href="classZE_1_1ZEngine.html#a48">IsFullscreen</a>();
00667 };
00668
00669 }
00670
00671 <span class="preprocessor">#endif //__ze_zengine_h__</span>
</pre></div><hr><address style="align: right;"><small>Generated on Tue Jan 28 16:31:28 2003 for ZEngine by
00048
00049 <span class="keyword">private</span>:
00051 <span class="keyword">static</span> <a class="code" href="classZE_1_1ZEngine.html">ZEngine</a> *<a class="code" href="classZE_1_1ZEngine.html#r0">sInstance</a>;
<a name="l00053"></a><a class="code" href="classZE_1_1ZEngine.html#o0">00053</a> <span class="keywordtype">int</span> <a class="code" href="classZE_1_1ZEngine.html#o0">mWidth</a>;
<a name="l00055"></a><a class="code" href="classZE_1_1ZEngine.html#o1">00055</a> <span class="keywordtype">int</span> <a class="code" href="classZE_1_1ZEngine.html#o1">mHeight</a>;
<a name="l00057"></a><a class="code" href="classZE_1_1ZEngine.html#o2">00057</a> <span class="keywordtype">int</span> <a class="code" href="classZE_1_1ZEngine.html#o2">mBPP</a>;
<a name="l00059"></a><a class="code" href="classZE_1_1ZEngine.html#o3">00059</a> <span class="keywordtype">bool</span> <a class="code" href="classZE_1_1ZEngine.html#o3">mFullscreen</a>;
<a name="l00061"></a><a class="code" href="classZE_1_1ZEngine.html#o4">00061</a> <span class="keywordtype">bool</span> <a class="code" href="classZE_1_1ZEngine.html#o4">mInitialized</a>;
<a name="l00063"></a><a class="code" href="classZE_1_1ZEngine.html#o5">00063</a> SDL_Surface *<a class="code" href="classZE_1_1ZEngine.html#o5">mScreen</a>;
<a name="l00065"></a><a class="code" href="classZE_1_1ZEngine.html#o6">00065</a> <span class="keywordtype">bool</span> <a class="code" href="classZE_1_1ZEngine.html#o6">mPaused</a>;
<a name="l00067"></a><a class="code" href="classZE_1_1ZEngine.html#o7">00067</a> <span class="keywordtype">bool</span> <a class="code" href="classZE_1_1ZEngine.html#o7">mUnpauseOnActive</a>;
<a name="l00069"></a><a class="code" href="classZE_1_1ZEngine.html#o8">00069</a> Uint8 <a class="code" href="classZE_1_1ZEngine.html#o8">mDesiredFramerate</a>;
<a name="l00071"></a><a class="code" href="classZE_1_1ZEngine.html#o9">00071</a> Uint32 <a class="code" href="classZE_1_1ZEngine.html#o9">mNextUpdate</a>;
<a name="l00073"></a><a class="code" href="classZE_1_1ZEngine.html#o10">00073</a> Uint32 <a class="code" href="classZE_1_1ZEngine.html#o10">mLastPause</a>;
<a name="l00075"></a><a class="code" href="classZE_1_1ZEngine.html#o11">00075</a> Uint32 <a class="code" href="classZE_1_1ZEngine.html#o11">mPausedTime</a>;
<a name="l00077"></a><a class="code" href="classZE_1_1ZEngine.html#o12">00077</a> Uint32 <a class="code" href="classZE_1_1ZEngine.html#o12">mLastTime</a>;
<a name="l00079"></a><a class="code" href="classZE_1_1ZEngine.html#o13">00079</a> <span class="keywordtype">double</span> <a class="code" href="classZE_1_1ZEngine.html#o13">mSecPerFrame</a>;
<a name="l00081"></a><a class="code" href="classZE_1_1ZEngine.html#o14">00081</a> <span class="keywordtype">bool</span> <a class="code" href="classZE_1_1ZEngine.html#o14">mNeedReload</a>;
<a name="l00083"></a><a class="code" href="classZE_1_1ZEngine.html#o15">00083</a> <span class="keywordtype">bool</span> <a class="code" href="classZE_1_1ZEngine.html#o15">mActive</a>;
<a name="l00085"></a><a class="code" href="classZE_1_1ZEngine.html#o16">00085</a> <span class="keywordtype">bool</span> <a class="code" href="classZE_1_1ZEngine.html#o16">mQuit</a>;
<a name="l00087"></a><a class="code" href="classZE_1_1ZEngine.html#o17">00087</a> Uint8 *<a class="code" href="classZE_1_1ZEngine.html#o17">mKeyIsPressed</a>;
<a name="l00089"></a><a class="code" href="classZE_1_1ZEngine.html#o18">00089</a> <span class="keywordtype">bool</span> <a class="code" href="classZE_1_1ZEngine.html#o18">mKeyPress</a>[SDLK_LAST];
<a name="l00091"></a><a class="code" href="classZE_1_1ZEngine.html#o19">00091</a> <span class="keywordtype">int</span> <a class="code" href="classZE_1_1ZEngine.html#o19">mMouseX</a>;
<a name="l00093"></a><a class="code" href="classZE_1_1ZEngine.html#o20">00093</a> <span class="keywordtype">int</span> <a class="code" href="classZE_1_1ZEngine.html#o20">mMouseY</a>;
<a name="l00095"></a><a class="code" href="classZE_1_1ZEngine.html#o21">00095</a> Uint8 <a class="code" href="classZE_1_1ZEngine.html#o21">mMouseB</a>;
<a name="l00097"></a><a class="code" href="classZE_1_1ZEngine.html#o22">00097</a> queue&lt;ZError&gt; <a class="code" href="classZE_1_1ZEngine.html#o22">mErrorQueue</a>;
<a name="l00099"></a><a class="code" href="classZE_1_1ZEngine.html#o23">00099</a> <a class="code" href="classZE_1_1ZError.html">ZError</a> <a class="code" href="classZE_1_1ZEngine.html#o23">mCurError</a>;
<a name="l00101"></a><a class="code" href="classZE_1_1ZEngine.html#o24">00101</a> <span class="keywordtype">bool</span> <a class="code" href="classZE_1_1ZEngine.html#o24">mLogAllErrors</a>;
<a name="l00103"></a><a class="code" href="classZE_1_1ZEngine.html#o25">00103</a> FILE *<a class="code" href="classZE_1_1ZEngine.html#o25">mErrlog</a>;
00104
00105 <span class="preprocessor">#ifdef USE_SDL_MIXER </span>
00106 <span class="preprocessor"></span>
<a name="l00107"></a><a class="code" href="classZE_1_1ZEngine.html#o26">00107</a> <span class="keywordtype">int</span> <a class="code" href="classZE_1_1ZEngine.html#o26">mRate</a>;
<a name="l00109"></a><a class="code" href="classZE_1_1ZEngine.html#o27">00109</a> <span class="keywordtype">bool</span> <a class="code" href="classZE_1_1ZEngine.html#o27">mStereo</a>;
00110 <span class="preprocessor">#endif </span>
00111 <span class="preprocessor"></span>
00113 <span class="comment">//Singleton + Memory Management//</span>
00115 <span class="comment"></span>
00116 <span class="keyword">private</span>:
00122 <a class="code" href="classZE_1_1ZEngine.html#c0">ZEngine</a>();
00123
00124 <span class="keyword">public</span>:
00125
00132 <span class="keyword">static</span> <a class="code" href="classZE_1_1ZEngine.html">ZEngine</a>* <a class="code" href="classZE_1_1ZEngine.html#d0">GetInstance</a>();
00133
00139 <span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZEngine.html#d1">ReleaseInstance</a>();
00140
00147 <span class="keyword">static</span> string <a class="code" href="classZE_1_1ZEngine.html#d2">GetVersion</a>();
00148
00150 <span class="comment">//Initialization//</span>
00152 <span class="comment"></span>
00163 <span class="comment"></span> <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZEngine.html#a0">SetupDisplay</a>(<span class="keywordtype">int</span> width, <span class="keywordtype">int</span> height, <span class="keywordtype">int</span> bpp, <span class="keywordtype">bool</span> fullscreen);
00164
00165 <span class="preprocessor">#ifdef USE_SDL_MIXER</span>
00166 <span class="preprocessor"></span>
00174 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZEngine.html#a1">SetupSound</a>(<span class="keywordtype">int</span> rate, <span class="keywordtype">bool</span> stereo);
00175 <span class="preprocessor">#endif </span>
00176 <span class="preprocessor"></span>
00188 <span class="keywordtype">bool</span> <a class="code" href="classZE_1_1ZEngine.html#a2">CreateDisplay</a>(string title, string icon=<span class="stringliteral">""</span>);
00189
00195 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZEngine.html#a3">CloseDisplay</a>();
00196
00204 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZEngine.html#a4">ToggleFullscreen</a>();
00205
00213 <span class="keywordtype">bool</span> <a class="code" href="classZE_1_1ZEngine.html#a5">Initialized</a>();
00214
00216 <span class="comment">//Screen Access//</span>
00218 <span class="comment"></span>
00225 <span class="comment"></span> SDL_Surface *<a class="code" href="classZE_1_1ZEngine.html#a6">Display</a>();
00226
00233 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZEngine.html#a7">Update</a>();
00234
00244 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZEngine.html#a8">Clear</a>(<span class="keywordtype">float</span> red=0.0f, <span class="keywordtype">float</span> green=0.0f, <span class="keywordtype">float</span> blue=0.0f, <span class="keywordtype">float</span> alpha=1.0f);
00245
00247 <span class="comment">//OpenGL Specific Functions//</span>
00249 <span class="comment"></span>
00256 <span class="comment"></span> <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZEngine.html#a9">SetGL2D</a>();
00257
00259 <span class="comment">//Timer and Framerate Independent Movement//</span>
00261 <span class="comment"></span>
00268 <span class="comment"></span> <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZEngine.html#a10">Delay</a>(Uint32 milliseconds);
00269
00276 Uint32 <a class="code" href="classZE_1_1ZEngine.html#a11">GetTime</a>();
00277
00283 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZEngine.html#a12">PauseTimer</a>();
00284
00290 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZEngine.html#a13">UnpauseTimer</a>();
00291
00298 <span class="keywordtype">double</span> <a class="code" href="classZE_1_1ZEngine.html#a14">GetFrameTime</a>();
00299
00307 <span class="keywordtype">double</span> <a class="code" href="classZE_1_1ZEngine.html#a15">GetFramerate</a>();
00308
00318 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZEngine.html#a16">SetDesiredFramerate</a>(Uint8 rate);
00319
00327 Uint8 <a class="code" href="classZE_1_1ZEngine.html#a17">GetDesiredFramerate</a>();
00328
00335 <span class="keywordtype">bool</span> <a class="code" href="classZE_1_1ZEngine.html#a18">IsPaused</a>();
00336
00338 <span class="comment">//Event and Input Handling//</span>
00340 <span class="comment"></span>
00347 <span class="comment"></span> <span class="keywordtype">bool</span> <a class="code" href="classZE_1_1ZEngine.html#a19">IsActive</a>();
00348
00355 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZEngine.html#a20">RequestQuit</a>();
00356
00364 <span class="keywordtype">bool</span> <a class="code" href="classZE_1_1ZEngine.html#a21">QuitRequested</a>();
00365
00370 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZEngine.html#a22">SetReloadNeed</a>(<span class="keywordtype">bool</span> state);
00371
00379 <span class="keywordtype">bool</span> <a class="code" href="classZE_1_1ZEngine.html#a23">ImagesNeedReload</a>();
00380
00389 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZEngine.html#a24">SetKeyRepeatRate</a>(<span class="keywordtype">int</span> rate);
00390
00398 <span class="keywordtype">bool</span> <a class="code" href="classZE_1_1ZEngine.html#a25">KeyIsPressed</a>(SDLKey key);
00399
00407 <span class="keywordtype">bool</span> <a class="code" href="classZE_1_1ZEngine.html#a26">KeyPress</a>(SDLKey key);
00408
00414 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZEngine.html#a27">HideCursor</a>();
00415
00421 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZEngine.html#a28">ShowCursor</a>();
00422
00429 <span class="keywordtype">int</span> <a class="code" href="classZE_1_1ZEngine.html#a29">MouseX</a>();
00430
00437 <span class="keywordtype">int</span> <a class="code" href="classZE_1_1ZEngine.html#a30">MouseY</a>();
00438
00445 <span class="keywordtype">bool</span> <a class="code" href="classZE_1_1ZEngine.html#a31">LButtonPressed</a>();
00446
00453 <span class="keywordtype">bool</span> <a class="code" href="classZE_1_1ZEngine.html#a32">RButtonPressed</a>();
00454
00462 <span class="keywordtype">bool</span> <a class="code" href="classZE_1_1ZEngine.html#a33">MouseInRect</a>(SDL_Rect *rect);
00463
00469 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZEngine.html#a34">CheckEvents</a>();
00470
00481 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZEngine.html#a35">SetEventFilter</a>(SDL_EventFilter filter);
00482
00483 <span class="preprocessor">#ifdef USE_PHYSFS</span>
00484 <span class="preprocessor"></span>
00485 <span class="comment">//Physfs Utilities//</span>
00487 <span class="comment"></span>
00493 <span class="comment"></span> <span class="keywordtype">void</span> InitPhysFS(string argv);
00494
00501 <span class="keywordtype">void</span> AddPhysFSDir(string dir);
00502
00503 <span class="preprocessor">#endif //USE_PHYSFS</span>
00504 <span class="preprocessor"></span>
00506 <span class="comment">//Error Logging//</span>
00508 <span class="comment"> private:</span>
00516 <span class="comment"></span> <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZEngine.html#c1">LogError</a>(<a class="code" href="classZE_1_1ZError.html">ZError</a> error);
00517
00518 <span class="keyword">public</span>:
00529 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZEngine.html#a36">SetErrorLog</a>(<span class="keywordtype">bool</span> logAll, string logFile=<span class="stringliteral">""</span>);
00530
00541 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZEngine.html#a37">ReportError</a>(ZErrorCode code, string desc=<span class="stringliteral">""</span>, string file=<span class="stringliteral">""</span>, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> line=0);
00542
00550 <a class="code" href="namespaceZE.html#a20">ZErrorCode</a> <a class="code" href="classZE_1_1ZEngine.html#a38">GetLastError</a>();
00551
00559 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZEngine.html#a39">WriteLog</a>(string str);
00560
00567 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZEngine.html#a40">FlushErrors</a>();
00568
00569
00571 <span class="comment">//Data Loading + Unloading//</span>
00573 <span class="comment"></span>
00580 <span class="comment"></span> SDL_Surface* <a class="code" href="classZE_1_1ZEngine.html#a41">LoadImage</a>(string filename);
00581
00582 <span class="preprocessor">#ifdef USE_SDL_MIXER</span>
00583 <span class="preprocessor"></span>
00590 Mix_Chunk* <a class="code" href="classZE_1_1ZEngine.html#a42">LoadSound</a>(string filename);
00591
00599 Mix_Music* <a class="code" href="classZE_1_1ZEngine.html#a43">LoadMusic</a>(string filename);
00600 <span class="preprocessor">#endif</span>
00601 <span class="preprocessor"></span>
00602 <span class="preprocessor">#ifdef USE_SDL_TTF</span>
00603 <span class="preprocessor"></span>
00611 TTF_Font* <a class="code" href="classZE_1_1ZEngine.html#a44">LoadFont</a>(string filename, <span class="keywordtype">int</span> size);
00612 <span class="preprocessor">#endif </span>
00613 <span class="preprocessor"></span>
00615 <span class="comment">//Accessors//</span>
00617 <span class="comment"></span>
00624 <span class="comment"></span> <span class="keywordtype">int</span> <a class="code" href="classZE_1_1ZEngine.html#a45">Width</a>();
00625
00632 <span class="keywordtype">int</span> <a class="code" href="classZE_1_1ZEngine.html#a46">Height</a>();
00633
00640 <span class="keywordtype">int</span> <a class="code" href="classZE_1_1ZEngine.html#a47">BPP</a>();
00641
00648 <span class="keywordtype">bool</span> <a class="code" href="classZE_1_1ZEngine.html#a48">IsFullscreen</a>();
00649 };
00650
00651 }
00652
00653 <span class="preprocessor">#endif //__ze_zengine_h__</span>
</pre></div><hr><address style="align: right;"><small>Generated on Sun Apr 27 14:53:40 2003 for ZEngine by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0
width=110 height=53></a>1.3-rc2 </small></address>

View File

@ -5,12 +5,12 @@
</head><body>
<!-- Generated by Doxygen 1.3-rc2 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<hr><h1>/include/ZE_ZEngine.h File Reference</h1><hr><a name="_details"></a><h2>Detailed Description</h2>
<dl compact><dt><b>File Header:</b></dt><dd>File: <a class="el" href="ZE__ZEngine_8h.html">ZE_ZEngine.h</a> <br>
Description: Header file for ZEngine class, the core of the ZEngine. <br>
Author(s): James Turk <br>
<dl compact><dt><b>Id</b></dt><dd><a class="el" href="ZE__ZEngine_8h.html">ZE_ZEngine.h</a>,v 1.18 2003/01/27 04:33:34 cozman Exp </dd></dl>
<dl compact><dt><b>Id</b></dt><dd><a class="el" href="ZE__ZEngine_8h.html">ZE_ZEngine.h</a>,v 1.21 2003/04/18 21:59:56 cozman Exp </dd></dl>
<br>
</dd></dl>
@ -28,7 +28,7 @@ ZEngine Game Engine core Engine definition.
<tr><td colspan=2><br><h2>Namespaces</h2></td></tr>
<tr><td nowrap align=right valign=top>namespace &nbsp;</td><td valign=bottom><a class="el" href="namespaceZE.html">ZE</a></td></tr>
</table>
<hr><address style="align: right;"><small>Generated on Tue Jan 28 16:31:28 2003 for ZEngine by
<hr><address style="align: right;"><small>Generated on Sun Apr 27 14:53:40 2003 for ZEngine by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0
width=110 height=53></a>1.3-rc2 </small></address>

View File

@ -5,12 +5,12 @@
</head><body>
<!-- Generated by Doxygen 1.3-rc2 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<hr><h1>/src/ZE_ZError.cpp File Reference</h1><hr><a name="_details"></a><h2>Detailed Description</h2>
<dl compact><dt><b>File Header:</b></dt><dd>File: <a class="el" href="ZE__ZError_8cpp.html">ZE_ZError.cpp</a> <br>
Description: Implementation source file for core ZEngine Error Object. <br>
Author(s): James Turk <br>
<dl compact><dt><b>Id</b></dt><dd><a class="el" href="ZE__ZError_8cpp.html">ZE_ZError.cpp</a>,v 1.3 2003/01/26 00:55:52 cozman Exp </dd></dl>
<dl compact><dt><b>Id</b></dt><dd><a class="el" href="ZE__ZError_8cpp.html">ZE_ZError.cpp</a>,v 1.5 2003/03/01 20:43:41 cozman Exp </dd></dl>
<br>
</dd></dl>
@ -23,7 +23,7 @@ Implementation of ZError, the ZEngine internal error information storage class.
<tr><td colspan=2><br><h2>Namespaces</h2></td></tr>
<tr><td nowrap align=right valign=top>namespace &nbsp;</td><td valign=bottom><a class="el" href="namespaceZE.html">ZE</a></td></tr>
</table>
<hr><address style="align: right;"><small>Generated on Tue Jan 28 16:31:28 2003 for ZEngine by
<hr><address style="align: right;"><small>Generated on Sun Apr 27 14:53:40 2003 for ZEngine by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0
width=110 height=53></a>1.3-rc2 </small></address>

View File

@ -5,7 +5,7 @@
</head><body>
<!-- Generated by Doxygen 1.3-rc2 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<hr><h1>/include/ZE_ZError.h</h1><a href="ZE__ZError_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre>00001 <span class="comment">/*******************************************************************************</span>
00002 <span class="comment"> This file is Part of the ZEngine Library for 2D game development.</span>
00003 <span class="comment"> Copyright (C) 2002, 2003 James Turk</span>
@ -27,54 +27,60 @@
00033 {
00034
00036
<a name="l00040"></a><a class="code" href="namespaceZE.html#a16">00040</a> <span class="keyword">enum</span> <a class="code" href="namespaceZE.html#a16">ZErrorCode</a>
<a name="l00040"></a><a class="code" href="namespaceZE.html#a20">00040</a> <span class="keyword">enum</span> <a class="code" href="namespaceZE.html#a20">ZErrorCode</a>
00041 {
00042 <a class="code" href="namespaceZE.html#a16a0">ZERR_NONE</a>,
00043 <a class="code" href="namespaceZE.html#a16a1">ZERR_SDL_INTERNAL</a>,
00044 <a class="code" href="namespaceZE.html#a16a2">ZERR_SDL_INIT</a>,
00045 <a class="code" href="namespaceZE.html#a16a3">ZERR_MIX_INIT</a>,
00046 <a class="code" href="namespaceZE.html#a16a4">ZERR_TTF_INIT</a>,
00047 <a class="code" href="namespaceZE.html#a16a5">ZERR_VIDMODE</a>,
00048 <a class="code" href="namespaceZE.html#a16a6">ZERR_LOAD_IMAGE</a>,
00049 <a class="code" href="namespaceZE.html#a16a7">ZERR_LOAD_SOUND</a>,
00050 <a class="code" href="namespaceZE.html#a16a8">ZERR_LOAD_MUSIC</a>,
00051 <a class="code" href="namespaceZE.html#a16a9">ZERR_LOAD_FONT</a>,
00052 <a class="code" href="namespaceZE.html#a16a10">ZERR_NOIMAGE</a>,
00053 <a class="code" href="namespaceZE.html#a16a11">ZERR_NOSOUND</a>,
00054 <a class="code" href="namespaceZE.html#a16a12">ZERR_NOMUSIC</a>,
00055 <a class="code" href="namespaceZE.html#a16a13">ZERR_NOFONT</a>,
00056 <a class="code" href="namespaceZE.html#a16a14">ZERR_LAST</a>
00057 };
00058
<a name="l00065"></a><a class="code" href="classZE_1_1ZError.html">00065</a> <span class="keyword">class </span><a class="code" href="classZE_1_1ZError.html">ZError</a>
00066 {
00067 <span class="keyword">protected</span>:
00069 <span class="keyword">static</span> string *<a class="code" href="classZE_1_1ZError.html#q0">sErrorDesc</a>;
<a name="l00071"></a><a class="code" href="classZE_1_1ZError.html#n0">00071</a> <a class="code" href="namespaceZE.html#a16">ZErrorCode</a> <a class="code" href="classZE_1_1ZError.html#n0">rCode</a>;
<a name="l00073"></a><a class="code" href="classZE_1_1ZError.html#n1">00073</a> string <a class="code" href="classZE_1_1ZError.html#n1">rDescription</a>;
<a name="l00075"></a><a class="code" href="classZE_1_1ZError.html#n2">00075</a> string <a class="code" href="classZE_1_1ZError.html#n2">rFilename</a>;
<a name="l00077"></a><a class="code" href="classZE_1_1ZError.html#n3">00077</a> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="classZE_1_1ZError.html#n3">rLine</a>;
00078
00079 <span class="keyword">public</span>:
00085 <span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZError.html#d0">CreateStringTable</a>();
00086
00092 <span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZError.html#d1">DestroyStringTable</a>();
00093
00103 <a class="code" href="classZE_1_1ZError.html#a0">ZError</a>(ZErrorCode code=ZERR_NONE, string desc=<span class="stringliteral">""</span>, string file=<span class="stringliteral">""</span>, <span class="keywordtype">int</span> line=0);
00104
00114 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZError.html#a1">Create</a>(ZErrorCode code, string desc=<span class="stringliteral">""</span>, string file=<span class="stringliteral">""</span>, <span class="keywordtype">int</span> line=0);
00042 <a class="code" href="namespaceZE.html#a20a0">ZERR_NONE</a>,
00043 <a class="code" href="namespaceZE.html#a20a1">ZERR_SDL_INTERNAL</a>,
00044 <a class="code" href="namespaceZE.html#a20a2">ZERR_SDL_INIT</a>,
00045 <a class="code" href="namespaceZE.html#a20a3">ZERR_MIX_INIT</a>,
00046 <a class="code" href="namespaceZE.html#a20a4">ZERR_TTF_INIT</a>,
00047 <a class="code" href="namespaceZE.html#a20a5">ZERR_NET_INIT</a>,
00048 <a class="code" href="namespaceZE.html#a20a6">ZERR_VIDMODE</a>,
00049 <a class="code" href="namespaceZE.html#a20a7">ZERR_LOAD_IMAGE</a>,
00050 <a class="code" href="namespaceZE.html#a20a8">ZERR_LOAD_SOUND</a>,
00051 <a class="code" href="namespaceZE.html#a20a9">ZERR_LOAD_MUSIC</a>,
00052 <a class="code" href="namespaceZE.html#a20a10">ZERR_LOAD_FONT</a>,
00053 <a class="code" href="namespaceZE.html#a20a11">ZERR_NOIMAGE</a>,
00054 <a class="code" href="namespaceZE.html#a20a12">ZERR_NOSOUND</a>,
00055 <a class="code" href="namespaceZE.html#a20a13">ZERR_NOMUSIC</a>,
00056 <a class="code" href="namespaceZE.html#a20a14">ZERR_NOFONT</a>,
00057 <a class="code" href="namespaceZE.html#a20a15">ZERR_NOSOCKET</a>,
00058 <a class="code" href="namespaceZE.html#a20a16">ZERR_NET_CLIENT</a>,
00059 <a class="code" href="namespaceZE.html#a20a17">ZERR_NET_SERVER</a>,
00060 <a class="code" href="namespaceZE.html#a20a18">ZERR_LAST</a>
00061 };
00062
<a name="l00069"></a><a class="code" href="classZE_1_1ZError.html">00069</a> <span class="keyword">class </span><a class="code" href="classZE_1_1ZError.html">ZError</a>
00070 {
00071 <span class="keyword">protected</span>:
00073 <span class="keyword">static</span> string *<a class="code" href="classZE_1_1ZError.html#q0">sErrorDesc</a>;
<a name="l00075"></a><a class="code" href="classZE_1_1ZError.html#n0">00075</a> <a class="code" href="namespaceZE.html#a20">ZErrorCode</a> <a class="code" href="classZE_1_1ZError.html#n0">rCode</a>;
<a name="l00077"></a><a class="code" href="classZE_1_1ZError.html#n1">00077</a> string <a class="code" href="classZE_1_1ZError.html#n1">rDescription</a>;
<a name="l00079"></a><a class="code" href="classZE_1_1ZError.html#n2">00079</a> string <a class="code" href="classZE_1_1ZError.html#n2">rFilename</a>;
<a name="l00081"></a><a class="code" href="classZE_1_1ZError.html#n3">00081</a> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="classZE_1_1ZError.html#n3">rLine</a>;
00082
00083 <span class="keyword">public</span>:
00089 <span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZError.html#d0">CreateStringTable</a>();
00090
00096 <span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZError.html#d1">DestroyStringTable</a>();
00097
00107 <a class="code" href="classZE_1_1ZError.html#a0">ZError</a>(ZErrorCode code=ZERR_NONE, string desc=<span class="stringliteral">""</span>, string file=<span class="stringliteral">""</span>, <span class="keywordtype">int</span> line=0);
00108
00114 <span class="keyword">virtual</span> <a class="code" href="classZE_1_1ZError.html#a1">~ZError</a>();
00115
00117 <span class="comment">//Accessors//</span>
00119 <span class="comment"></span>
00126 <span class="comment"></span> <a class="code" href="namespaceZE.html#a16">ZErrorCode</a> <a class="code" href="classZE_1_1ZError.html#a2">Code</a>() <span class="keyword">const</span>;
00127
00133 string <a class="code" href="classZE_1_1ZError.html#a3">LogString</a>() <span class="keyword">const</span>;
00134 };
00135
00136 }
00137
00138 <span class="preprocessor">#endif //__ze_zerror_h__</span>
</pre></div><hr><address style="align: right;"><small>Generated on Tue Jan 28 16:31:28 2003 for ZEngine by
00125 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZError.html#a2">Create</a>(ZErrorCode code, string desc=<span class="stringliteral">""</span>, string file=<span class="stringliteral">""</span>, <span class="keywordtype">int</span> line=0);
00126
00128 <span class="comment">//Accessors//</span>
00130 <span class="comment"></span>
00137 <span class="comment"></span> <a class="code" href="namespaceZE.html#a20">ZErrorCode</a> <a class="code" href="classZE_1_1ZError.html#a3">Code</a>() <span class="keyword">const</span>;
00138
00144 string <a class="code" href="classZE_1_1ZError.html#a4">LogString</a>() <span class="keyword">const</span>;
00145 };
00146
00147 }
00148
00149 <span class="preprocessor">#endif //__ze_zerror_h__</span>
</pre></div><hr><address style="align: right;"><small>Generated on Sun Apr 27 14:53:40 2003 for ZEngine by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0
width=110 height=53></a>1.3-rc2 </small></address>

View File

@ -5,12 +5,12 @@
</head><body>
<!-- Generated by Doxygen 1.3-rc2 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<hr><h1>/include/ZE_ZError.h File Reference</h1><hr><a name="_details"></a><h2>Detailed Description</h2>
<dl compact><dt><b>File Header: </b></dt><dd>File: <a class="el" href="ZE__ZError_8h.html">ZE_ZError.h</a> <br>
Description: Header file for ZEngine Error Object. <br>
Author(s): James Turk <br>
<dl compact><dt><b>Id</b></dt><dd><a class="el" href="ZE__ZError_8h.html">ZE_ZError.h</a>,v 1.5 2003/01/26 00:55:52 cozman Exp </dd></dl>
<dl compact><dt><b>Id</b></dt><dd><a class="el" href="ZE__ZError_8h.html">ZE_ZError.h</a>,v 1.7 2003/03/01 20:42:52 cozman Exp </dd></dl>
<br>
</dd></dl>
@ -26,7 +26,7 @@ Definition file for ZError, the Error logging class for ZEngine. This class shou
<tr><td colspan=2><br><h2>Namespaces</h2></td></tr>
<tr><td nowrap align=right valign=top>namespace &nbsp;</td><td valign=bottom><a class="el" href="namespaceZE.html">ZE</a></td></tr>
</table>
<hr><address style="align: right;"><small>Generated on Tue Jan 28 16:31:28 2003 for ZEngine by
<hr><address style="align: right;"><small>Generated on Sun Apr 27 14:53:40 2003 for ZEngine by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0
width=110 height=53></a>1.3-rc2 </small></address>

View File

@ -5,12 +5,12 @@
</head><body>
<!-- Generated by Doxygen 1.3-rc2 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<hr><h1>/src/ZE_ZFont.cpp File Reference</h1><hr><a name="_details"></a><h2>Detailed Description</h2>
<dl compact><dt><b>File Header: </b></dt><dd>File: <a class="el" href="ZE__ZFont_8cpp.html">ZE_ZFont.cpp</a> <br>
Description: Implementation source file for core ZEngine Font Object. <br>
Author(s): James Turk <br>
<dl compact><dt><b>Id</b></dt><dd><a class="el" href="ZE__ZFont_8cpp.html">ZE_ZFont.cpp</a>,v 1.5 2003/01/16 05:45:58 cozman Exp </dd></dl>
<dl compact><dt><b>Id</b></dt><dd><a class="el" href="ZE__ZFont_8cpp.html">ZE_ZFont.cpp</a>,v 1.8 2003/04/08 03:34:25 cozman Exp </dd></dl>
<br>
</dd></dl>
@ -21,7 +21,7 @@ Implementation of ZFont, the basic Font class for ZEngine.
<table border=0 cellpadding=0 cellspacing=0>
<tr><td></td></tr>
</table>
<hr><address style="align: right;"><small>Generated on Tue Jan 28 16:31:28 2003 for ZEngine by
<hr><address style="align: right;"><small>Generated on Sun Apr 27 14:53:40 2003 for ZEngine by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0
width=110 height=53></a>1.3-rc2 </small></address>

View File

@ -5,7 +5,7 @@
</head><body>
<!-- Generated by Doxygen 1.3-rc2 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<hr><h1>/include/ZE_ZFont.h</h1><a href="ZE__ZFont_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre>00001 <span class="comment">/*******************************************************************************</span>
00002 <span class="comment"> This file is Part of the ZEngine Library for 2D game development.</span>
00003 <span class="comment"> Copyright (C) 2002, 2003 James Turk</span>
@ -19,7 +19,7 @@
00024 <span class="preprocessor">#ifndef __ze_zfont_h__</span>
00025 <span class="preprocessor"></span><span class="preprocessor">#define __ze_zfont_h__</span>
00026 <span class="preprocessor"></span>
00027 <span class="preprocessor">#include "<a class="code" href="ZE__ZObject_8h.html">ZE_ZObject.h</a>"</span>
00027 <span class="preprocessor">#include "<a class="code" href="ZE__ZEngine_8h.html">ZE_ZEngine.h</a>"</span>
00028 <span class="preprocessor">#include "<a class="code" href="ZE__ZImage_8h.html">ZE_ZImage.h</a>"</span>
00029
00030 <span class="preprocessor">#ifdef USE_SDL_TTF</span>
@ -27,67 +27,68 @@
00032 <span class="keyword">namespace </span>ZE
00033 {
00034
<a name="l00040"></a><a class="code" href="classZE_1_1ZFont.html">00040</a> <span class="keyword">class </span><a class="code" href="classZE_1_1ZFont.html">ZFont</a> : <span class="keyword">public</span> <a class="code" href="classZE_1_1ZObject.html">ZObject</a>
<a name="l00040"></a><a class="code" href="classZE_1_1ZFont.html">00040</a> <span class="keyword">class </span><a class="code" href="classZE_1_1ZFont.html">ZFont</a>
00041 {
00042 <span class="keyword">protected</span>:
<a name="l00044"></a><a class="code" href="classZE_1_1ZFont.html#n0">00044</a> TTF_Font *<a class="code" href="classZE_1_1ZFont.html#n0">rFont</a>;
<a name="l00046"></a><a class="code" href="classZE_1_1ZFont.html#n1">00046</a> string <a class="code" href="classZE_1_1ZFont.html#n1">rFilename</a>;
<a name="l00048"></a><a class="code" href="classZE_1_1ZFont.html#n2">00048</a> SDL_Color <a class="code" href="classZE_1_1ZFont.html#n2">rColor</a>;
<a name="l00050"></a><a class="code" href="classZE_1_1ZFont.html#n3">00050</a> SDL_Color <a class="code" href="classZE_1_1ZFont.html#n3">rBGColor</a>;
00051
00052 <span class="keyword">public</span>:
<a name="l00044"></a><a class="code" href="classZE_1_1ZFont.html#n0">00044</a> <a class="code" href="classZE_1_1ZEngine.html">ZEngine</a>* <a class="code" href="classZE_1_1ZFont.html#n0">rEngine</a>;
<a name="l00046"></a><a class="code" href="classZE_1_1ZFont.html#n1">00046</a> TTF_Font *<a class="code" href="classZE_1_1ZFont.html#n1">rFont</a>;
<a name="l00048"></a><a class="code" href="classZE_1_1ZFont.html#n2">00048</a> string <a class="code" href="classZE_1_1ZFont.html#n2">rFilename</a>;
<a name="l00050"></a><a class="code" href="classZE_1_1ZFont.html#n3">00050</a> SDL_Color <a class="code" href="classZE_1_1ZFont.html#n3">rColor</a>;
<a name="l00052"></a><a class="code" href="classZE_1_1ZFont.html#n4">00052</a> SDL_Color <a class="code" href="classZE_1_1ZFont.html#n4">rBGColor</a>;
00053
00055 <span class="comment">//Opening and Closing//</span>
00057 <span class="comment"></span>
00063 <span class="comment"></span> <a class="code" href="classZE_1_1ZFont.html#a0">ZFont</a>();
00064
00072 <a class="code" href="classZE_1_1ZFont.html#a0">ZFont</a>(string filename, <span class="keywordtype">int</span> size);
00073
00079 <a class="code" href="classZE_1_1ZFont.html#a2">~ZFont</a>();
00080
00088 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZFont.html#a3">Open</a>(string filename, <span class="keywordtype">int</span> size);
00089
00095 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZFont.html#a4">Release</a>();
00096
00098 <span class="comment">//Settings and Drawing//</span>
00100 <span class="comment"></span>
00108 <span class="comment"></span> <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZFont.html#a5">DrawText</a>(string text, <a class="code" href="classZE_1_1ZImage.html">ZImage</a> &amp;image) <span class="keyword">const</span>;
00109
00117 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZFont.html#a6">DrawShadedText</a>(string text, <a class="code" href="classZE_1_1ZImage.html">ZImage</a> &amp;image) <span class="keyword">const</span>;
00118
00127 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZFont.html#a7">SetColor</a>(Uint8 r, Uint8 g, Uint8 b);
00128
00137 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZFont.html#a8">SetBGColor</a>(Uint8 r, Uint8 g, Uint8 b);
00138
00147 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZFont.html#a9">SetStyle</a>(<span class="keywordtype">bool</span> bold, <span class="keywordtype">bool</span> italic, <span class="keywordtype">bool</span> underline);
00148
00155 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZFont.html#a10">Resize</a>(<span class="keywordtype">int</span> size);
00156
00158 <span class="comment">//Accessors//</span>
00160 <span class="comment"></span>
00167 <span class="comment"></span> <span class="keywordtype">bool</span> <a class="code" href="classZE_1_1ZFont.html#a11">IsLoaded</a>() <span class="keyword">const</span>;
00168
00175 <span class="keywordtype">bool</span> <a class="code" href="classZE_1_1ZFont.html#a12">IsBold</a>() <span class="keyword">const</span>;
00176
00183 <span class="keywordtype">bool</span> <a class="code" href="classZE_1_1ZFont.html#a13">IsItalic</a>() <span class="keyword">const</span>;
00184
00191 <span class="keywordtype">bool</span> <a class="code" href="classZE_1_1ZFont.html#a14">IsUnderlined</a>() <span class="keyword">const</span>;
00192
00199 <span class="keywordtype">int</span> <a class="code" href="classZE_1_1ZFont.html#a15">Height</a>() <span class="keyword">const</span>;
00200
00207 <span class="keywordtype">int</span> <a class="code" href="classZE_1_1ZFont.html#a16">LineSkip</a>() <span class="keyword">const</span>;
00208
00216 <span class="keywordtype">int</span> <a class="code" href="classZE_1_1ZFont.html#a17">StringWidth</a>(string text) <span class="keyword">const</span>;
00217
00225 <span class="keywordtype">int</span> <a class="code" href="classZE_1_1ZFont.html#a18">StringHeight</a>(string text) <span class="keyword">const</span>;
00226 };
00227
00228 }
00054 <span class="keyword">public</span>:
00055
00057 <span class="comment">//Opening and Closing//</span>
00059 <span class="comment"></span>
00065 <span class="comment"></span> <a class="code" href="classZE_1_1ZFont.html#a0">ZFont</a>();
00066
00074 <a class="code" href="classZE_1_1ZFont.html#a0">ZFont</a>(string filename, <span class="keywordtype">int</span> size);
00075
00081 <span class="keyword">virtual</span> <a class="code" href="classZE_1_1ZFont.html#a2">~ZFont</a>();
00082
00090 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZFont.html#a3">Open</a>(string filename, <span class="keywordtype">int</span> size);
00091
00097 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZFont.html#a4">Release</a>();
00098
00100 <span class="comment">//Settings and Drawing//</span>
00102 <span class="comment"></span>
00110 <span class="comment"></span> <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZFont.html#a5">DrawText</a>(string text, <a class="code" href="classZE_1_1ZImage.html">ZImage</a> &amp;image) <span class="keyword">const</span>;
00111
00119 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZFont.html#a6">DrawShadedText</a>(string text, <a class="code" href="classZE_1_1ZImage.html">ZImage</a> &amp;image) <span class="keyword">const</span>;
00120
00129 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZFont.html#a7">SetColor</a>(Uint8 r, Uint8 g, Uint8 b);
00130
00139 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZFont.html#a8">SetBGColor</a>(Uint8 r, Uint8 g, Uint8 b);
00140
00149 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZFont.html#a9">SetStyle</a>(<span class="keywordtype">bool</span> bold, <span class="keywordtype">bool</span> italic, <span class="keywordtype">bool</span> underline);
00150
00157 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZFont.html#a10">Resize</a>(<span class="keywordtype">int</span> size);
00158
00160 <span class="comment">//Accessors//</span>
00162 <span class="comment"></span>
00169 <span class="comment"></span> <span class="keywordtype">bool</span> <a class="code" href="classZE_1_1ZFont.html#a11">IsLoaded</a>() <span class="keyword">const</span>;
00170
00177 <span class="keywordtype">bool</span> <a class="code" href="classZE_1_1ZFont.html#a12">IsBold</a>() <span class="keyword">const</span>;
00178
00185 <span class="keywordtype">bool</span> <a class="code" href="classZE_1_1ZFont.html#a13">IsItalic</a>() <span class="keyword">const</span>;
00186
00193 <span class="keywordtype">bool</span> <a class="code" href="classZE_1_1ZFont.html#a14">IsUnderlined</a>() <span class="keyword">const</span>;
00194
00201 <span class="keywordtype">int</span> <a class="code" href="classZE_1_1ZFont.html#a15">Height</a>() <span class="keyword">const</span>;
00202
00209 <span class="keywordtype">int</span> <a class="code" href="classZE_1_1ZFont.html#a16">LineSkip</a>() <span class="keyword">const</span>;
00210
00218 <span class="keywordtype">int</span> <a class="code" href="classZE_1_1ZFont.html#a17">StringWidth</a>(string text) <span class="keyword">const</span>;
00219
00227 <span class="keywordtype">int</span> <a class="code" href="classZE_1_1ZFont.html#a18">StringHeight</a>(string text) <span class="keyword">const</span>;
00228 };
00229
00230 <span class="preprocessor">#endif //USE_SDL_TTF</span>
00231 <span class="preprocessor"></span>
00232 <span class="preprocessor">#endif //__ze_zfont_h__</span>
</pre></div><hr><address style="align: right;"><small>Generated on Tue Jan 28 16:31:28 2003 for ZEngine by
00230 }
00231
00232 <span class="preprocessor">#endif //USE_SDL_TTF</span>
00233 <span class="preprocessor"></span>
00234 <span class="preprocessor">#endif //__ze_zfont_h__</span>
</pre></div><hr><address style="align: right;"><small>Generated on Sun Apr 27 14:53:40 2003 for ZEngine by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0
width=110 height=53></a>1.3-rc2 </small></address>

View File

@ -5,19 +5,19 @@
</head><body>
<!-- Generated by Doxygen 1.3-rc2 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<hr><h1>/include/ZE_ZFont.h File Reference</h1><hr><a name="_details"></a><h2>Detailed Description</h2>
<dl compact><dt><b>File Header: </b></dt><dd>File: <a class="el" href="ZE__ZFont_8h.html">ZE_ZFont.h</a> <br>
Description: Header file for core ZEngine Font Object. <br>
Author(s): James Turk <br>
<dl compact><dt><b>Id</b></dt><dd><a class="el" href="ZE__ZFont_8h.html">ZE_ZFont.h</a>,v 1.4 2003/01/16 05:46:39 cozman Exp </dd></dl>
<dl compact><dt><b>Id</b></dt><dd><a class="el" href="ZE__ZFont_8h.html">ZE_ZFont.h</a>,v 1.6 2003/02/10 04:40:16 cozman Exp </dd></dl>
<br>
</dd></dl>
<p>
Definition file for ZFont, the basic Font class for ZEngine.
<p>
<code>#include "<a class="el" href="ZE__ZObject_8h-source.html">ZE_ZObject.h</a>"</code><br>
<code>#include "<a class="el" href="ZE__ZEngine_8h-source.html">ZE_ZEngine.h</a>"</code><br>
<code>#include "<a class="el" href="ZE__ZImage_8h-source.html">ZE_ZImage.h</a>"</code><br>
<p>
@ -26,7 +26,7 @@ Definition file for ZFont, the basic Font class for ZEngine.
<tr><td colspan=2><br><h2>Namespaces</h2></td></tr>
<tr><td nowrap align=right valign=top>namespace &nbsp;</td><td valign=bottom><a class="el" href="namespaceZE.html">ZE</a></td></tr>
</table>
<hr><address style="align: right;"><small>Generated on Tue Jan 28 16:31:28 2003 for ZEngine by
<hr><address style="align: right;"><small>Generated on Sun Apr 27 14:53:40 2003 for ZEngine by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0
width=110 height=53></a>1.3-rc2 </small></address>

View File

@ -5,12 +5,12 @@
</head><body>
<!-- Generated by Doxygen 1.3-rc2 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<hr><h1>/src/ZE_ZImage.cpp File Reference</h1><hr><a name="_details"></a><h2>Detailed Description</h2>
<dl compact><dt><b>File Header: </b></dt><dd>File: <a class="el" href="ZE__ZImage_8cpp.html">ZE_ZImage.cpp</a> <br>
Description: Implementation source file for core ZEngine Image or Texture Object. <br>
Author(s): James Turk, Gamer Tazar <br>
<dl compact><dt><b>Id</b></dt><dd><a class="el" href="ZE__ZImage_8cpp.html">ZE_ZImage.cpp</a>,v 1.21 2003/01/25 19:56:05 cozman Exp </dd></dl>
<dl compact><dt><b>Id</b></dt><dd><a class="el" href="ZE__ZImage_8cpp.html">ZE_ZImage.cpp</a>,v 1.30 2003/04/18 21:52:49 cozman Exp </dd></dl>
<br>
</dd></dl>
@ -23,7 +23,7 @@ Implementation of ZImage, the Image class for ZEngine.
<tr><td colspan=2><br><h2>Namespaces</h2></td></tr>
<tr><td nowrap align=right valign=top>namespace &nbsp;</td><td valign=bottom><a class="el" href="namespaceZE.html">ZE</a></td></tr>
</table>
<hr><address style="align: right;"><small>Generated on Tue Jan 28 16:31:28 2003 for ZEngine by
<hr><address style="align: right;"><small>Generated on Sun Apr 27 14:53:40 2003 for ZEngine by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0
width=110 height=53></a>1.3-rc2 </small></address>

View File

@ -5,7 +5,7 @@
</head><body>
<!-- Generated by Doxygen 1.3-rc2 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<hr><h1>/include/ZE_ZImage.h</h1><a href="ZE__ZImage_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre>00001 <span class="comment">/*******************************************************************************</span>
00002 <span class="comment"> This file is Part of the ZEngine Library for 2D game development.</span>
00003 <span class="comment"> Copyright (C) 2002, 2003 James Turk</span>
@ -19,85 +19,94 @@
00024 <span class="preprocessor">#ifndef __ze_zimage_h__</span>
00025 <span class="preprocessor"></span><span class="preprocessor">#define __ze_zimage_h__</span>
00026 <span class="preprocessor"></span>
00027 <span class="preprocessor">#include "<a class="code" href="ZE__ZObject_8h.html">ZE_ZObject.h</a>"</span>
00027 <span class="preprocessor">#include "<a class="code" href="ZE__ZEngine_8h.html">ZE_ZEngine.h</a>"</span>
00028
00029 <span class="keyword">namespace </span>ZE
00030 {
00031
<a name="l00037"></a><a class="code" href="classZE_1_1ZImage.html">00037</a> <span class="keyword">class </span><a class="code" href="classZE_1_1ZImage.html">ZImage</a> : <span class="keyword">public</span> <a class="code" href="classZE_1_1ZObject.html">ZObject</a>
<a name="l00037"></a><a class="code" href="classZE_1_1ZImage.html">00037</a> <span class="keyword">class </span><a class="code" href="classZE_1_1ZImage.html">ZImage</a>
00038 {
00039 <span class="keyword">protected</span>:
<a name="l00041"></a><a class="code" href="classZE_1_1ZImage.html#n0">00041</a> GLfloat <a class="code" href="classZE_1_1ZImage.html#n0">rTexMinX</a>;
<a name="l00043"></a><a class="code" href="classZE_1_1ZImage.html#n1">00043</a> GLfloat <a class="code" href="classZE_1_1ZImage.html#n1">rTexMinY</a>;
<a name="l00045"></a><a class="code" href="classZE_1_1ZImage.html#n2">00045</a> GLfloat <a class="code" href="classZE_1_1ZImage.html#n2">rTexMaxX</a>;
<a name="l00047"></a><a class="code" href="classZE_1_1ZImage.html#n3">00047</a> GLfloat <a class="code" href="classZE_1_1ZImage.html#n3">rTexMaxY</a>;
<a name="l00049"></a><a class="code" href="classZE_1_1ZImage.html#n4">00049</a> SDL_Surface *<a class="code" href="classZE_1_1ZImage.html#n4">rImage</a>;
<a name="l00051"></a><a class="code" href="classZE_1_1ZImage.html#n5">00051</a> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="classZE_1_1ZImage.html#n5">rTexID</a>;
<a name="l00053"></a><a class="code" href="classZE_1_1ZImage.html#n6">00053</a> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="classZE_1_1ZImage.html#n6">rWidth</a>;
<a name="l00055"></a><a class="code" href="classZE_1_1ZImage.html#n7">00055</a> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="classZE_1_1ZImage.html#n7">rHeight</a>;
<a name="l00057"></a><a class="code" href="classZE_1_1ZImage.html#n8">00057</a> Uint8 <a class="code" href="classZE_1_1ZImage.html#n8">rAlpha</a>;
00058
00059 <span class="keyword">public</span>:
<a name="l00041"></a><a class="code" href="classZE_1_1ZImage.html#n0">00041</a> <a class="code" href="classZE_1_1ZEngine.html">ZEngine</a>* <a class="code" href="classZE_1_1ZImage.html#n0">rEngine</a>;
<a name="l00043"></a><a class="code" href="classZE_1_1ZImage.html#n1">00043</a> GLfloat <a class="code" href="classZE_1_1ZImage.html#n1">rTexMinX</a>;
<a name="l00045"></a><a class="code" href="classZE_1_1ZImage.html#n2">00045</a> GLfloat <a class="code" href="classZE_1_1ZImage.html#n2">rTexMinY</a>;
<a name="l00047"></a><a class="code" href="classZE_1_1ZImage.html#n3">00047</a> GLfloat <a class="code" href="classZE_1_1ZImage.html#n3">rTexMaxX</a>;
<a name="l00049"></a><a class="code" href="classZE_1_1ZImage.html#n4">00049</a> GLfloat <a class="code" href="classZE_1_1ZImage.html#n4">rTexMaxY</a>;
<a name="l00051"></a><a class="code" href="classZE_1_1ZImage.html#n5">00051</a> SDL_Surface *<a class="code" href="classZE_1_1ZImage.html#n5">rImage</a>;
<a name="l00053"></a><a class="code" href="classZE_1_1ZImage.html#n6">00053</a> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="classZE_1_1ZImage.html#n6">rTexID</a>;
<a name="l00055"></a><a class="code" href="classZE_1_1ZImage.html#n7">00055</a> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="classZE_1_1ZImage.html#n7">rWidth</a>;
<a name="l00057"></a><a class="code" href="classZE_1_1ZImage.html#n8">00057</a> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="classZE_1_1ZImage.html#n8">rHeight</a>;
<a name="l00059"></a><a class="code" href="classZE_1_1ZImage.html#n9">00059</a> Uint8 <a class="code" href="classZE_1_1ZImage.html#n9">rAlpha</a>;
00060
00066 <a class="code" href="classZE_1_1ZImage.html#a0">ZImage</a>();
00067
00074 <a class="code" href="classZE_1_1ZImage.html#a0">ZImage</a>(<span class="keyword">const</span> <a class="code" href="classZE_1_1ZImage.html">ZImage</a> &amp;rhs);
00075
00082 <a class="code" href="classZE_1_1ZImage.html#a0">ZImage</a>(string filename);
00083
00090 <a class="code" href="classZE_1_1ZImage.html#a0">ZImage</a>(SDL_Surface *surface);
00091
00103 <a class="code" href="classZE_1_1ZImage.html#a0">ZImage</a>(SDL_Surface *img, Sint16 x, Sint16 y, Sint16 w, Sint16 h);
00104
00110 <a class="code" href="classZE_1_1ZImage.html#a5">~ZImage</a>();
00111
00113 <span class="comment">//Opening and Closing//</span>
00115 <span class="comment"></span>
00122 <span class="comment"></span> <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZImage.html#a6">Open</a>(string filename);
00123
00135 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZImage.html#a7">OpenFromImage</a>(SDL_Surface *img, Sint16 x, Sint16 y, Sint16 w, Sint16 h);
00136
00143 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZImage.html#a8">Attach</a>(SDL_Surface *surface);
00144
00150 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZImage.html#a9">Reload</a>();
00061 <span class="keyword">public</span>:
00062
00068 <a class="code" href="classZE_1_1ZImage.html#a0">ZImage</a>();
00069
00076 <a class="code" href="classZE_1_1ZImage.html#a0">ZImage</a>(<span class="keyword">const</span> <a class="code" href="classZE_1_1ZImage.html">ZImage</a> &amp;rhs);
00077
00084 <a class="code" href="classZE_1_1ZImage.html#a0">ZImage</a>(string filename);
00085
00092 <a class="code" href="classZE_1_1ZImage.html#a0">ZImage</a>(SDL_Surface *surface);
00093
00105 <a class="code" href="classZE_1_1ZImage.html#a0">ZImage</a>(SDL_Surface *img, Sint16 x, Sint16 y, Sint16 w, Sint16 h);
00106
00118 <a class="code" href="classZE_1_1ZImage.html#a0">ZImage</a>(<span class="keyword">const</span> <a class="code" href="classZE_1_1ZImage.html">ZImage</a> &amp;img, Sint16 x, Sint16 y, Sint16 w, Sint16 h);
00119
00125 <span class="keyword">virtual</span> <a class="code" href="classZE_1_1ZImage.html#a6">~ZImage</a>();
00126
00128 <span class="comment">//Opening and Closing//</span>
00130 <span class="comment"></span>
00137 <span class="comment"></span> <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZImage.html#a7">Open</a>(string filename);
00138
00150 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZImage.html#a8">OpenFromImage</a>(SDL_Surface *img, Sint16 x, Sint16 y, Sint16 w, Sint16 h);
00151
00157 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZImage.html#a10">Release</a>();
00158
00160 <span class="comment">//Graphics//</span>
00162 <span class="comment"></span>
00170 <span class="comment"></span> <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZImage.html#a11">SetAlpha</a>(Uint8 alpha);
00171
00180 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZImage.html#a12">SetColorKey</a>(Uint8 red, Uint8 green, Uint8 blue);
00181
00189 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZImage.html#a13">Flip</a>(<span class="keywordtype">bool</span> horizontal, <span class="keywordtype">bool</span> vertical);
00190
00198 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZImage.html#a14">Stretch</a>(<span class="keywordtype">float</span> xFactor, <span class="keywordtype">float</span> yFactor);
00163 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZImage.html#a8">OpenFromImage</a>(<span class="keyword">const</span> <a class="code" href="classZE_1_1ZImage.html">ZImage</a> &amp;img, Sint16 x, Sint16 y, Sint16 w, Sint16 h);
00164
00171 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZImage.html#a10">Attach</a>(SDL_Surface *surface);
00172
00178 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZImage.html#a11">Reload</a>();
00179
00185 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZImage.html#a12">Release</a>();
00186
00188 <span class="comment">//Graphics//</span>
00190 <span class="comment"></span>
00198 <span class="comment"></span> <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZImage.html#a13">SetAlpha</a>(Uint8 alpha);
00199
00207 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZImage.html#a15">Resize</a>(<span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> width, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> height);
00208
00215 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZImage.html#a16">Bind</a>() <span class="keyword">const</span>;
00216
00224 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZImage.html#a17">Draw</a>(<span class="keywordtype">float</span> x, <span class="keywordtype">float</span> y) <span class="keyword">const</span>;
00225
00234 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZImage.html#a18">DrawRotated</a>(<span class="keywordtype">int</span> x, <span class="keywordtype">int</span> y, <span class="keywordtype">float</span> angle) <span class="keyword">const</span>;
00235
00237 <span class="comment">//Accessors//</span>
00239 <span class="comment"></span>
00246 <span class="comment"></span> <span class="keywordtype">bool</span> <a class="code" href="classZE_1_1ZImage.html#a19">IsLoaded</a>() <span class="keyword">const</span>;
00247
00253 SDL_Surface *<a class="code" href="classZE_1_1ZImage.html#a20">Surface</a>() <span class="keyword">const</span>;
00254
00261 <span class="keywordtype">int</span> <a class="code" href="classZE_1_1ZImage.html#a21">Width</a>() <span class="keyword">const</span>;
00262
00269 <span class="keywordtype">int</span> <a class="code" href="classZE_1_1ZImage.html#a22">Height</a>() <span class="keyword">const</span>;
00270
00278 Uint8 <a class="code" href="classZE_1_1ZImage.html#a23">Alpha</a>() <span class="keyword">const</span>;
00279 };
00280
00281 }
00282
00283 <span class="preprocessor">#endif</span>
</pre></div><hr><address style="align: right;"><small>Generated on Tue Jan 28 16:31:28 2003 for ZEngine by
00208 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZImage.html#a14">SetColorKey</a>(Uint8 red, Uint8 green, Uint8 blue);
00209
00217 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZImage.html#a15">Flip</a>(<span class="keywordtype">bool</span> horizontal, <span class="keywordtype">bool</span> vertical);
00218
00226 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZImage.html#a16">Stretch</a>(<span class="keywordtype">float</span> xFactor, <span class="keywordtype">float</span> yFactor);
00227
00235 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZImage.html#a17">Resize</a>(<span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> width, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> height);
00236
00243 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZImage.html#a18">Bind</a>() <span class="keyword">const</span>;
00244
00252 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZImage.html#a19">Draw</a>(<span class="keywordtype">int</span> x, <span class="keywordtype">int</span> y) <span class="keyword">const</span>;
00253
00262 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZImage.html#a19">Draw</a>(<span class="keywordtype">float</span> x, <span class="keywordtype">float</span> y) <span class="keyword">const</span>;
00263
00272 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZImage.html#a21">DrawRotated</a>(<span class="keywordtype">int</span> x, <span class="keywordtype">int</span> y, <span class="keywordtype">float</span> angle) <span class="keyword">const</span>;
00273
00283 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZImage.html#a21">DrawRotated</a>(<span class="keywordtype">float</span> x, <span class="keywordtype">float</span> y, <span class="keywordtype">float</span> angle) <span class="keyword">const</span>;
00284
00286 <span class="comment">//Accessors//</span>
00288 <span class="comment"></span>
00295 <span class="comment"></span> <span class="keywordtype">bool</span> <a class="code" href="classZE_1_1ZImage.html#a23">IsLoaded</a>() <span class="keyword">const</span>;
00296
00302 SDL_Surface *<a class="code" href="classZE_1_1ZImage.html#a24">Surface</a>() <span class="keyword">const</span>;
00303
00310 <span class="keywordtype">int</span> <a class="code" href="classZE_1_1ZImage.html#a25">Width</a>() <span class="keyword">const</span>;
00311
00318 <span class="keywordtype">int</span> <a class="code" href="classZE_1_1ZImage.html#a26">Height</a>() <span class="keyword">const</span>;
00319
00327 Uint8 <a class="code" href="classZE_1_1ZImage.html#a27">Alpha</a>() <span class="keyword">const</span>;
00328 };
00329
00330 }
00331
00332 <span class="preprocessor">#endif</span>
</pre></div><hr><address style="align: right;"><small>Generated on Sun Apr 27 14:53:40 2003 for ZEngine by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0
width=110 height=53></a>1.3-rc2 </small></address>

View File

@ -5,19 +5,19 @@
</head><body>
<!-- Generated by Doxygen 1.3-rc2 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<hr><h1>/include/ZE_ZImage.h File Reference</h1><hr><a name="_details"></a><h2>Detailed Description</h2>
<dl compact><dt><b>File Header:</b></dt><dd>File: <a class="el" href="ZE__ZImage_8h.html">ZE_ZImage.h</a> <br>
Description: Header file for core ZEngine Image and Texture Object. <br>
Author(s): James Turk, Gamer Tazar <br>
<dl compact><dt><b>Id</b></dt><dd><a class="el" href="ZE__ZImage_8h.html">ZE_ZImage.h</a>,v 1.11 2003/01/25 19:56:05 cozman Exp </dd></dl>
<dl compact><dt><b>Id</b></dt><dd><a class="el" href="ZE__ZImage_8h.html">ZE_ZImage.h</a>,v 1.16 2003/02/10 05:26:18 cozman Exp </dd></dl>
<br>
</dd></dl>
<p>
Definition file for ZImage, the OpenGL version of the ZImage class for ZEngine.
<p>
<code>#include "<a class="el" href="ZE__ZObject_8h-source.html">ZE_ZObject.h</a>"</code><br>
<code>#include "<a class="el" href="ZE__ZEngine_8h-source.html">ZE_ZEngine.h</a>"</code><br>
<p>
<a href="ZE__ZImage_8h-source.html">Go to the source code of this file.</a><table border=0 cellpadding=0 cellspacing=0>
@ -25,7 +25,7 @@ Definition file for ZImage, the OpenGL version of the ZImage class for ZEngine.
<tr><td colspan=2><br><h2>Namespaces</h2></td></tr>
<tr><td nowrap align=right valign=top>namespace &nbsp;</td><td valign=bottom><a class="el" href="namespaceZE.html">ZE</a></td></tr>
</table>
<hr><address style="align: right;"><small>Generated on Tue Jan 28 16:31:28 2003 for ZEngine by
<hr><address style="align: right;"><small>Generated on Sun Apr 27 14:53:40 2003 for ZEngine by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0
width=110 height=53></a>1.3-rc2 </small></address>

View File

@ -5,12 +5,12 @@
</head><body>
<!-- Generated by Doxygen 1.3-rc2 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<hr><h1>/src/ZE_ZMusic.cpp File Reference</h1><hr><a name="_details"></a><h2>Detailed Description</h2>
<dl compact><dt><b>File Header:</b></dt><dd>File: <a class="el" href="ZE__ZMusic_8cpp.html">ZE_ZMusic.cpp</a> <br>
Description: Implementation source file for core ZEngine Music Object. <br>
Author(s): James Turk <br>
<dl compact><dt><b>Id</b></dt><dd><a class="el" href="ZE__ZMusic_8cpp.html">ZE_ZMusic.cpp</a>,v 1.5 2003/01/16 05:45:58 cozman Exp </dd></dl>
<dl compact><dt><b>Id</b></dt><dd><a class="el" href="ZE__ZMusic_8cpp.html">ZE_ZMusic.cpp</a>,v 1.6 2003/02/10 04:02:38 cozman Exp </dd></dl>
<br>
</dd></dl>
@ -21,7 +21,7 @@ Implementation of ZMusic, the basic Music class for ZEngine.
<table border=0 cellpadding=0 cellspacing=0>
<tr><td></td></tr>
</table>
<hr><address style="align: right;"><small>Generated on Tue Jan 28 16:31:28 2003 for ZEngine by
<hr><address style="align: right;"><small>Generated on Sun Apr 27 14:53:40 2003 for ZEngine by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0
width=110 height=53></a>1.3-rc2 </small></address>

View File

@ -5,7 +5,7 @@
</head><body>
<!-- Generated by Doxygen 1.3-rc2 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<hr><h1>/include/ZE_ZMusic.h</h1><a href="ZE__ZMusic_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre>00001 <span class="comment">/*******************************************************************************</span>
00002 <span class="comment"> This file is Part of the ZEngine Library for 2D game development.</span>
00003 <span class="comment"> Copyright (C) 2002, 2003 James Turk</span>
@ -19,65 +19,66 @@
00024 <span class="preprocessor">#ifndef __ze_zmusic_h__</span>
00025 <span class="preprocessor"></span><span class="preprocessor">#define __ze_zmusic_h__</span>
00026 <span class="preprocessor"></span>
00027 <span class="preprocessor">#include "<a class="code" href="ZE__ZObject_8h.html">ZE_ZObject.h</a>"</span>
00027 <span class="preprocessor">#include "<a class="code" href="ZE__ZEngine_8h.html">ZE_ZEngine.h</a>"</span>
00028
00029 <span class="preprocessor">#ifdef USE_SDL_MIXER</span>
00030 <span class="preprocessor"></span>
00031 <span class="keyword">namespace </span>ZE
00032 {
00033
<a name="l00039"></a><a class="code" href="classZE_1_1ZMusic.html">00039</a> <span class="keyword">class </span><a class="code" href="classZE_1_1ZMusic.html">ZMusic</a> : <span class="keyword">public</span> <a class="code" href="classZE_1_1ZObject.html">ZObject</a>
<a name="l00039"></a><a class="code" href="classZE_1_1ZMusic.html">00039</a> <span class="keyword">class </span><a class="code" href="classZE_1_1ZMusic.html">ZMusic</a>
00040 {
00041 <span class="keyword">protected</span>:
<a name="l00043"></a><a class="code" href="classZE_1_1ZMusic.html#n0">00043</a> Mix_Music *<a class="code" href="classZE_1_1ZMusic.html#n0">rMusic</a>;
00044
00045 <span class="keyword">public</span>:
<a name="l00047"></a><a class="code" href="classZE_1_1ZMusic.html#p0">00047</a> <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> <a class="code" href="classZE_1_1ZMusic.html#p0">LoopInfinite</a>;
00048
00050 <span class="comment">//Opening and Closing//</span>
00052 <span class="comment"></span>
00058 <span class="comment"></span> <a class="code" href="classZE_1_1ZMusic.html#a0">ZMusic</a>();
00059
00066 <a class="code" href="classZE_1_1ZMusic.html#a0">ZMusic</a>(string filename);
00067
00073 <a class="code" href="classZE_1_1ZMusic.html#a2">~ZMusic</a>();
00074
00081 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZMusic.html#a3">Open</a>(string filename);
00082
00088 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZMusic.html#a4">Release</a>();
00089
00091 <span class="comment">//Play Controls//</span>
00093 <span class="comment"></span>
00102 <span class="comment"></span> <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZMusic.html#a5">Play</a>(<span class="keywordtype">int</span> loopNum=0, <span class="keywordtype">int</span> fadeTime=0) <span class="keyword">const</span>;
00103
00109 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZMusic.html#a6">Pause</a>() <span class="keyword">const</span>;
00110
00116 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZMusic.html#a7">Unpause</a>() <span class="keyword">const</span>;
00117
00123 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZMusic.html#a8">Rewind</a>() <span class="keyword">const</span>;
00124
00131 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZMusic.html#a9">Stop</a>(<span class="keywordtype">int</span> fadeTime=0) <span class="keyword">const</span>;
00132
00139 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZMusic.html#a10">SetVolume</a>(<span class="keywordtype">int</span> volume);
00140
00142 <span class="comment">//Accessors//</span>
00144 <span class="comment"></span>
00151 <span class="comment"></span> <span class="keywordtype">bool</span> <a class="code" href="classZE_1_1ZMusic.html#a11">IsLoaded</a>() <span class="keyword">const</span>;
00152
00159 <span class="keywordtype">bool</span> <a class="code" href="classZE_1_1ZMusic.html#a12">IsPlaying</a>() <span class="keyword">const</span>;
00160
00167 <span class="keywordtype">bool</span> <a class="code" href="classZE_1_1ZMusic.html#a13">IsPaused</a>() <span class="keyword">const</span>;
00168
00175 <span class="keywordtype">int</span> <a class="code" href="classZE_1_1ZMusic.html#a14">Volume</a>() <span class="keyword">const</span>;
00176 };
00177
00178
00179 }
<a name="l00043"></a><a class="code" href="classZE_1_1ZMusic.html#n0">00043</a> <a class="code" href="classZE_1_1ZEngine.html">ZEngine</a>* <a class="code" href="classZE_1_1ZMusic.html#n0">rEngine</a>;
<a name="l00045"></a><a class="code" href="classZE_1_1ZMusic.html#n1">00045</a> Mix_Music *<a class="code" href="classZE_1_1ZMusic.html#n1">rMusic</a>;
00046
00047 <span class="keyword">public</span>:
<a name="l00049"></a><a class="code" href="classZE_1_1ZMusic.html#p0">00049</a> <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> <a class="code" href="classZE_1_1ZMusic.html#p0">LoopInfinite</a>;
00050
00052 <span class="comment">//Opening and Closing//</span>
00054 <span class="comment"></span>
00060 <span class="comment"></span> <a class="code" href="classZE_1_1ZMusic.html#a0">ZMusic</a>();
00061
00068 <a class="code" href="classZE_1_1ZMusic.html#a0">ZMusic</a>(string filename);
00069
00075 <span class="keyword">virtual</span> <a class="code" href="classZE_1_1ZMusic.html#a2">~ZMusic</a>();
00076
00083 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZMusic.html#a3">Open</a>(string filename);
00084
00090 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZMusic.html#a4">Release</a>();
00091
00093 <span class="comment">//Play Controls//</span>
00095 <span class="comment"></span>
00104 <span class="comment"></span> <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZMusic.html#a5">Play</a>(<span class="keywordtype">int</span> loopNum=0, <span class="keywordtype">int</span> fadeTime=0) <span class="keyword">const</span>;
00105
00111 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZMusic.html#a6">Pause</a>() <span class="keyword">const</span>;
00112
00118 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZMusic.html#a7">Unpause</a>() <span class="keyword">const</span>;
00119
00125 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZMusic.html#a8">Rewind</a>() <span class="keyword">const</span>;
00126
00133 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZMusic.html#a9">Stop</a>(<span class="keywordtype">int</span> fadeTime=0) <span class="keyword">const</span>;
00134
00141 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZMusic.html#a10">SetVolume</a>(<span class="keywordtype">int</span> volume);
00142
00144 <span class="comment">//Accessors//</span>
00146 <span class="comment"></span>
00153 <span class="comment"></span> <span class="keywordtype">bool</span> <a class="code" href="classZE_1_1ZMusic.html#a11">IsLoaded</a>() <span class="keyword">const</span>;
00154
00161 <span class="keywordtype">bool</span> <a class="code" href="classZE_1_1ZMusic.html#a12">IsPlaying</a>() <span class="keyword">const</span>;
00162
00169 <span class="keywordtype">bool</span> <a class="code" href="classZE_1_1ZMusic.html#a13">IsPaused</a>() <span class="keyword">const</span>;
00170
00177 <span class="keywordtype">int</span> <a class="code" href="classZE_1_1ZMusic.html#a14">Volume</a>() <span class="keyword">const</span>;
00178 };
00179
00180
00181 <span class="preprocessor">#endif //USE_SDL_MIXER</span>
00182 <span class="preprocessor"></span>
00183 <span class="preprocessor">#endif //__ze_zmusic_h__</span>
</pre></div><hr><address style="align: right;"><small>Generated on Tue Jan 28 16:31:28 2003 for ZEngine by
00181 }
00182
00183 <span class="preprocessor">#endif //USE_SDL_MIXER</span>
00184 <span class="preprocessor"></span>
00185 <span class="preprocessor">#endif //__ze_zmusic_h__</span>
</pre></div><hr><address style="align: right;"><small>Generated on Sun Apr 27 14:53:40 2003 for ZEngine by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0
width=110 height=53></a>1.3-rc2 </small></address>

View File

@ -5,19 +5,19 @@
</head><body>
<!-- Generated by Doxygen 1.3-rc2 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<hr><h1>/include/ZE_ZMusic.h File Reference</h1><hr><a name="_details"></a><h2>Detailed Description</h2>
<dl compact><dt><b>File Header: </b></dt><dd>File: <a class="el" href="ZE__ZMusic_8h.html">ZE_ZMusic.h</a> <br>
Description: Header file for core ZEngine Music Wrapper Object. <br>
Author(s): James Turk <br>
<dl compact><dt><b>Id</b></dt><dd><a class="el" href="ZE__ZMusic_8h.html">ZE_ZMusic.h</a>,v 1.4 2003/01/16 05:46:39 cozman Exp </dd></dl>
<dl compact><dt><b>Id</b></dt><dd><a class="el" href="ZE__ZMusic_8h.html">ZE_ZMusic.h</a>,v 1.6 2003/02/10 04:40:16 cozman Exp </dd></dl>
<br>
</dd></dl>
<p>
Definition file for ZMusic, the Music file wrapper for ZEngine.
<p>
<code>#include "<a class="el" href="ZE__ZObject_8h-source.html">ZE_ZObject.h</a>"</code><br>
<code>#include "<a class="el" href="ZE__ZEngine_8h-source.html">ZE_ZEngine.h</a>"</code><br>
<p>
<a href="ZE__ZMusic_8h-source.html">Go to the source code of this file.</a><table border=0 cellpadding=0 cellspacing=0>
@ -25,7 +25,7 @@ Definition file for ZMusic, the Music file wrapper for ZEngine.
<tr><td colspan=2><br><h2>Namespaces</h2></td></tr>
<tr><td nowrap align=right valign=top>namespace &nbsp;</td><td valign=bottom><a class="el" href="namespaceZE.html">ZE</a></td></tr>
</table>
<hr><address style="align: right;"><small>Generated on Tue Jan 28 16:31:28 2003 for ZEngine by
<hr><address style="align: right;"><small>Generated on Sun Apr 27 14:53:40 2003 for ZEngine by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0
width=110 height=53></a>1.3-rc2 </small></address>

View File

@ -5,12 +5,12 @@
</head><body>
<!-- Generated by Doxygen 1.3-rc2 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<hr><h1>/src/ZE_ZRect.cpp File Reference</h1><hr><a name="_details"></a><h2>Detailed Description</h2>
<dl compact><dt><b>File Header: </b></dt><dd>File: <a class="el" href="ZE__ZRect_8cpp.html">ZE_ZRect.cpp</a> <br>
Description: Implementation source file for core ZEngine Rectangle Object. <br>
Author(s): James Turk <br>
<dl compact><dt><b>Id</b></dt><dd><a class="el" href="ZE__ZRect_8cpp.html">ZE_ZRect.cpp</a>,v 1.7 2003/01/16 05:45:58 cozman Exp </dd></dl>
<dl compact><dt><b>Id</b></dt><dd><a class="el" href="ZE__ZRect_8cpp.html">ZE_ZRect.cpp</a>,v 1.9 2003/02/10 05:40:28 cozman Exp </dd></dl>
<br>
</dd></dl>
@ -23,7 +23,7 @@ Implementation of ZRect, the Rectangle class for ZEngine.
<tr><td colspan=2><br><h2>Namespaces</h2></td></tr>
<tr><td nowrap align=right valign=top>namespace &nbsp;</td><td valign=bottom><a class="el" href="namespaceZE.html">ZE</a></td></tr>
</table>
<hr><address style="align: right;"><small>Generated on Tue Jan 28 16:31:28 2003 for ZEngine by
<hr><address style="align: right;"><small>Generated on Sun Apr 27 14:53:40 2003 for ZEngine by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0
width=110 height=53></a>1.3-rc2 </small></address>

View File

@ -5,7 +5,7 @@
</head><body>
<!-- Generated by Doxygen 1.3-rc2 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<hr><h1>/include/ZE_ZRect.h</h1><a href="ZE__ZRect_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre>00001 <span class="comment">/*******************************************************************************</span>
00002 <span class="comment"> This file is Part of the ZEngine Library for 2D game development.</span>
00003 <span class="comment"> Copyright (C) 2002, 2003 James Turk</span>
@ -19,7 +19,7 @@
00024 <span class="preprocessor">#ifndef __ze_zrect_h__</span>
00025 <span class="preprocessor"></span><span class="preprocessor">#define __ze_zrect_h__</span>
00026 <span class="preprocessor"></span>
00027 <span class="preprocessor">#include "<a class="code" href="ZE__ZObject_8h.html">ZE_ZObject.h</a>"</span> <span class="comment">//included even though ZRect isn't derived (to obtain all other needed headers)</span>
00027 <span class="preprocessor">#include "<a class="code" href="ZE__ZEngine_8h.html">ZE_ZEngine.h</a>"</span>
00028
00029 <span class="keyword">namespace </span>ZE
00030 {
@ -38,53 +38,57 @@
00057
00067 <a class="code" href="classZE_1_1ZRect.html#a0">ZRect</a>(<span class="keywordtype">float</span> x, <span class="keywordtype">float</span> y, <span class="keywordtype">float</span> width, <span class="keywordtype">float</span> height);
00068
00075 <a class="code" href="classZE_1_1ZRect.html#a0">ZRect</a>(<span class="keyword">const</span> <a class="code" href="classZE_1_1ZRect.html">ZRect</a> &amp;rhs);
00075 <a class="code" href="classZE_1_1ZRect.html#a0">ZRect</a>(<span class="keyword">const</span> SDL_Rect &amp;rect);
00076
00084 <span class="keyword">const</span> <a class="code" href="classZE_1_1ZRect.html">ZRect</a>&amp; <a class="code" href="classZE_1_1ZRect.html#a3">operator=</a>(<span class="keyword">const</span> <a class="code" href="classZE_1_1ZRect.html">ZRect</a> &amp;rhs);
00085
00094 <span class="keywordtype">bool</span> <a class="code" href="classZE_1_1ZRect.html#a4">operator&lt;</a>(<span class="keyword">const</span> <a class="code" href="classZE_1_1ZRect.html">ZRect</a> &amp;rhs) <span class="keyword">const</span>;
00095
00105 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZRect.html#a5">Draw</a>(Uint8 red, Uint8 green, Uint8 blue, Uint8 alpha=255) <span class="keyword">const</span>;
00106
00114 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZRect.html#a6">Move</a>(<span class="keywordtype">float</span> x, <span class="keywordtype">float</span> y);
00115
00123 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZRect.html#a7">MoveRel</a>(<span class="keywordtype">float</span> xMove, <span class="keywordtype">float</span> yMove);
00124
00132 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZRect.html#a8">Resize</a>(<span class="keywordtype">float</span> width, <span class="keywordtype">float</span> height);
00133
00141 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZRect.html#a9">ResizeRel</a>(<span class="keywordtype">float</span> widthChange, <span class="keywordtype">float</span> heightChange);
00142
00150 <span class="keywordtype">bool</span> <a class="code" href="classZE_1_1ZRect.html#a10">Intersects</a>(<span class="keyword">const</span> <a class="code" href="classZE_1_1ZRect.html">ZRect</a> &amp;rect) <span class="keyword">const</span>;
00151
00160 <span class="keywordtype">bool</span> <a class="code" href="classZE_1_1ZRect.html#a11">Contains</a>(<span class="keywordtype">float</span> x, <span class="keywordtype">float</span> y) <span class="keyword">const</span>;
00161
00169 <span class="keywordtype">bool</span> <a class="code" href="classZE_1_1ZRect.html#a11">Contains</a>(<span class="keyword">const</span> <a class="code" href="classZE_1_1ZRect.html">ZRect</a> &amp;rect) <span class="keyword">const</span>;
00170
00178 <a class="code" href="classZE_1_1ZRect.html">ZRect</a> <a class="code" href="classZE_1_1ZRect.html#a13">Intersection</a>(<span class="keyword">const</span> <a class="code" href="classZE_1_1ZRect.html">ZRect</a> &amp;rect) <span class="keyword">const</span>;
00179
00186 SDL_Rect <a class="code" href="classZE_1_1ZRect.html#a14">SDLrect</a>() <span class="keyword">const</span>;
00187
00194 <span class="keywordtype">float</span> <a class="code" href="classZE_1_1ZRect.html#a15">X</a>() <span class="keyword">const</span>;
00195
00202 <span class="keywordtype">float</span> <a class="code" href="classZE_1_1ZRect.html#a16">Y</a>() <span class="keyword">const</span>;
00203
00210 <span class="keywordtype">float</span> <a class="code" href="classZE_1_1ZRect.html#a17">Left</a>() <span class="keyword">const</span>;
00211
00218 <span class="keywordtype">float</span> <a class="code" href="classZE_1_1ZRect.html#a18">Right</a>() <span class="keyword">const</span>;
00219
00226 <span class="keywordtype">float</span> <a class="code" href="classZE_1_1ZRect.html#a19">Top</a>() <span class="keyword">const</span>;
00227
00234 <span class="keywordtype">float</span> <a class="code" href="classZE_1_1ZRect.html#a20">Bottom</a>() <span class="keyword">const</span>;
00235
00242 <span class="keywordtype">float</span> <a class="code" href="classZE_1_1ZRect.html#a21">Width</a>() <span class="keyword">const</span>;
00243
00250 <span class="keywordtype">float</span> <a class="code" href="classZE_1_1ZRect.html#a22">Height</a>() <span class="keyword">const</span>;
00251 };
00252
00253 } <span class="comment">//namspace ZE</span>
00254
00255 <span class="preprocessor">#endif //__ze_zrect_h__</span>
</pre></div><hr><address style="align: right;"><small>Generated on Tue Jan 28 16:31:28 2003 for ZEngine by
00083 <a class="code" href="classZE_1_1ZRect.html#a0">ZRect</a>(<span class="keyword">const</span> <a class="code" href="classZE_1_1ZRect.html">ZRect</a> &amp;rhs);
00084
00092 <span class="keyword">const</span> <a class="code" href="classZE_1_1ZRect.html">ZRect</a>&amp; <a class="code" href="classZE_1_1ZRect.html#a4">operator=</a>(<span class="keyword">const</span> <a class="code" href="classZE_1_1ZRect.html">ZRect</a> &amp;rhs);
00093
00099 <span class="keyword">virtual</span> <a class="code" href="classZE_1_1ZRect.html#a5">~ZRect</a>();
00100
00109 <span class="keywordtype">bool</span> <a class="code" href="classZE_1_1ZRect.html#a6">operator&lt;</a>(<span class="keyword">const</span> <a class="code" href="classZE_1_1ZRect.html">ZRect</a> &amp;rhs) <span class="keyword">const</span>;
00110
00120 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZRect.html#a7">Draw</a>(Uint8 red, Uint8 green, Uint8 blue, Uint8 alpha=255) <span class="keyword">const</span>;
00121
00129 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZRect.html#a8">Move</a>(<span class="keywordtype">float</span> x, <span class="keywordtype">float</span> y);
00130
00138 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZRect.html#a9">MoveRel</a>(<span class="keywordtype">float</span> xMove, <span class="keywordtype">float</span> yMove);
00139
00147 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZRect.html#a10">Resize</a>(<span class="keywordtype">float</span> width, <span class="keywordtype">float</span> height);
00148
00156 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZRect.html#a11">ResizeRel</a>(<span class="keywordtype">float</span> widthChange, <span class="keywordtype">float</span> heightChange);
00157
00165 <span class="keywordtype">bool</span> <a class="code" href="classZE_1_1ZRect.html#a12">Intersects</a>(<span class="keyword">const</span> <a class="code" href="classZE_1_1ZRect.html">ZRect</a> &amp;rect) <span class="keyword">const</span>;
00166
00175 <span class="keywordtype">bool</span> <a class="code" href="classZE_1_1ZRect.html#a13">Contains</a>(<span class="keywordtype">float</span> x, <span class="keywordtype">float</span> y) <span class="keyword">const</span>;
00176
00184 <span class="keywordtype">bool</span> <a class="code" href="classZE_1_1ZRect.html#a13">Contains</a>(<span class="keyword">const</span> <a class="code" href="classZE_1_1ZRect.html">ZRect</a> &amp;rect) <span class="keyword">const</span>;
00185
00193 <a class="code" href="classZE_1_1ZRect.html">ZRect</a> <a class="code" href="classZE_1_1ZRect.html#a15">Intersection</a>(<span class="keyword">const</span> <a class="code" href="classZE_1_1ZRect.html">ZRect</a> &amp;rect) <span class="keyword">const</span>;
00194
00201 SDL_Rect <a class="code" href="classZE_1_1ZRect.html#a16">SDLrect</a>() <span class="keyword">const</span>;
00202
00209 <span class="keywordtype">float</span> <a class="code" href="classZE_1_1ZRect.html#a17">X</a>() <span class="keyword">const</span>;
00210
00217 <span class="keywordtype">float</span> <a class="code" href="classZE_1_1ZRect.html#a18">Y</a>() <span class="keyword">const</span>;
00218
00225 <span class="keywordtype">float</span> <a class="code" href="classZE_1_1ZRect.html#a19">Left</a>() <span class="keyword">const</span>;
00226
00233 <span class="keywordtype">float</span> <a class="code" href="classZE_1_1ZRect.html#a20">Right</a>() <span class="keyword">const</span>;
00234
00241 <span class="keywordtype">float</span> <a class="code" href="classZE_1_1ZRect.html#a21">Top</a>() <span class="keyword">const</span>;
00242
00249 <span class="keywordtype">float</span> <a class="code" href="classZE_1_1ZRect.html#a22">Bottom</a>() <span class="keyword">const</span>;
00250
00257 <span class="keywordtype">float</span> <a class="code" href="classZE_1_1ZRect.html#a23">Width</a>() <span class="keyword">const</span>;
00258
00265 <span class="keywordtype">float</span> <a class="code" href="classZE_1_1ZRect.html#a24">Height</a>() <span class="keyword">const</span>;
00266 };
00267
00268 } <span class="comment">//namespace ZE</span>
00269
00270 <span class="preprocessor">#endif //__ze_zrect_h__</span>
</pre></div><hr><address style="align: right;"><small>Generated on Sun Apr 27 14:53:40 2003 for ZEngine by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0
width=110 height=53></a>1.3-rc2 </small></address>

View File

@ -5,19 +5,19 @@
</head><body>
<!-- Generated by Doxygen 1.3-rc2 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<hr><h1>/include/ZE_ZRect.h File Reference</h1><hr><a name="_details"></a><h2>Detailed Description</h2>
<dl compact><dt><b>File Header: </b></dt><dd>File: <a class="el" href="ZE__ZRect_8h.html">ZE_ZRect.h</a> <br>
Description: Header file for core ZEngine Rectangle Object. <br>
Author(s): James Turk <br>
<dl compact><dt><b>Id</b></dt><dd><a class="el" href="ZE__ZRect_8h.html">ZE_ZRect.h</a>,v 1.5 2003/01/16 05:46:39 cozman Exp </dd></dl>
<dl compact><dt><b>Id</b></dt><dd><a class="el" href="ZE__ZRect_8h.html">ZE_ZRect.h</a>,v 1.9 2003/02/16 21:54:29 cozman Exp </dd></dl>
<br>
</dd></dl>
<p>
Definition file for ZRect, the Rectangle class for ZEngine.
<p>
<code>#include "<a class="el" href="ZE__ZObject_8h-source.html">ZE_ZObject.h</a>"</code><br>
<code>#include "<a class="el" href="ZE__ZEngine_8h-source.html">ZE_ZEngine.h</a>"</code><br>
<p>
<a href="ZE__ZRect_8h-source.html">Go to the source code of this file.</a><table border=0 cellpadding=0 cellspacing=0>
@ -25,7 +25,7 @@ Definition file for ZRect, the Rectangle class for ZEngine.
<tr><td colspan=2><br><h2>Namespaces</h2></td></tr>
<tr><td nowrap align=right valign=top>namespace &nbsp;</td><td valign=bottom><a class="el" href="namespaceZE.html">ZE</a></td></tr>
</table>
<hr><address style="align: right;"><small>Generated on Tue Jan 28 16:31:28 2003 for ZEngine by
<hr><address style="align: right;"><small>Generated on Sun Apr 27 14:53:40 2003 for ZEngine by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0
width=110 height=53></a>1.3-rc2 </small></address>

View File

@ -5,12 +5,12 @@
</head><body>
<!-- Generated by Doxygen 1.3-rc2 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<hr><h1>/src/ZE_ZSound.cpp File Reference</h1><hr><a name="_details"></a><h2>Detailed Description</h2>
<dl compact><dt><b>File Header:</b></dt><dd>File: <a class="el" href="ZE__ZSound_8cpp.html">ZE_ZSound.cpp</a> <br>
Description: Implementation source file for core ZEngine Sound Object. <br>
Author(s): James Turk <br>
<dl compact><dt><b>Id</b></dt><dd><a class="el" href="ZE__ZSound_8cpp.html">ZE_ZSound.cpp</a>,v 1.5 2003/01/16 05:45:58 cozman Exp </dd></dl>
<dl compact><dt><b>Id</b></dt><dd><a class="el" href="ZE__ZSound_8cpp.html">ZE_ZSound.cpp</a>,v 1.6 2003/02/10 04:02:39 cozman Exp </dd></dl>
<br>
</dd></dl>
@ -21,7 +21,7 @@ Implementation of ZSound, the basic Sound class for ZEngine.
<table border=0 cellpadding=0 cellspacing=0>
<tr><td></td></tr>
</table>
<hr><address style="align: right;"><small>Generated on Tue Jan 28 16:31:28 2003 for ZEngine by
<hr><address style="align: right;"><small>Generated on Sun Apr 27 14:53:40 2003 for ZEngine by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0
width=110 height=53></a>1.3-rc2 </small></address>

View File

@ -5,7 +5,7 @@
</head><body>
<!-- Generated by Doxygen 1.3-rc2 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<hr><h1>/include/ZE_ZSound.h</h1><a href="ZE__ZSound_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre>00001 <span class="comment">/*******************************************************************************</span>
00002 <span class="comment"> This file is Part of the ZEngine Library for 2D game development.</span>
00003 <span class="comment"> Copyright (C) 2002, 2003 James Turk</span>
@ -19,64 +19,65 @@
00024 <span class="preprocessor">#ifndef __ze_zsound_h__</span>
00025 <span class="preprocessor"></span><span class="preprocessor">#define __ze_zsound_h__</span>
00026 <span class="preprocessor"></span>
00027 <span class="preprocessor">#include "<a class="code" href="ZE__ZObject_8h.html">ZE_ZObject.h</a>"</span>
00027 <span class="preprocessor">#include "<a class="code" href="ZE__ZEngine_8h.html">ZE_ZEngine.h</a>"</span>
00028
00029 <span class="preprocessor">#ifdef USE_SDL_MIXER</span>
00030 <span class="preprocessor"></span>
00031 <span class="keyword">namespace </span>ZE
00032 {
00033
<a name="l00039"></a><a class="code" href="classZE_1_1ZSound.html">00039</a> <span class="keyword">class </span><a class="code" href="classZE_1_1ZSound.html">ZSound</a> : <span class="keyword">public</span> <a class="code" href="classZE_1_1ZObject.html">ZObject</a>
<a name="l00039"></a><a class="code" href="classZE_1_1ZSound.html">00039</a> <span class="keyword">class </span><a class="code" href="classZE_1_1ZSound.html">ZSound</a>
00040 {
00041 <span class="keyword">protected</span>:
<a name="l00043"></a><a class="code" href="classZE_1_1ZSound.html#n0">00043</a> Mix_Chunk* <a class="code" href="classZE_1_1ZSound.html#n0">rSound</a>;
<a name="l00045"></a><a class="code" href="classZE_1_1ZSound.html#n1">00045</a> <span class="keywordtype">int</span> <a class="code" href="classZE_1_1ZSound.html#n1">rChannelID</a>;
00046
00047 <span class="keyword">public</span>:
<a name="l00049"></a><a class="code" href="classZE_1_1ZSound.html#p0">00049</a> <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> <a class="code" href="classZE_1_1ZSound.html#p0">LoopInfinite</a>;
00050
00052 <span class="comment">//Opening and Closing//</span>
00054 <span class="comment"></span>
00060 <span class="comment"></span> <a class="code" href="classZE_1_1ZSound.html#a0">ZSound</a>();
00061
00068 <a class="code" href="classZE_1_1ZSound.html#a0">ZSound</a>(string filename);
00069
00075 <a class="code" href="classZE_1_1ZSound.html#a2">~ZSound</a>();
00076
00083 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZSound.html#a3">Open</a>(string filename);
00084
00090 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZSound.html#a4">Release</a>();
00091
00093 <span class="comment">//Play Controls//</span>
00095 <span class="comment"></span>
00104 <span class="comment"></span> <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZSound.html#a5">Play</a>(<span class="keywordtype">int</span> loopNum=0, <span class="keywordtype">int</span> fadeTime=0);
00105
00111 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZSound.html#a6">Pause</a>() <span class="keyword">const</span>;
00112
00118 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZSound.html#a7">Unpause</a>() <span class="keyword">const</span>;
00119
00126 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZSound.html#a8">Stop</a>(<span class="keywordtype">int</span> fadeTime=0) <span class="keyword">const</span>;
00127
00134 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZSound.html#a9">SetVolume</a>(<span class="keywordtype">int</span> volume);
00135
00137 <span class="comment">//Accessors//</span>
00139 <span class="comment"></span>
00146 <span class="comment"></span> <span class="keywordtype">bool</span> <a class="code" href="classZE_1_1ZSound.html#a10">IsLoaded</a>() <span class="keyword">const</span>;
00147
00154 <span class="keywordtype">bool</span> <a class="code" href="classZE_1_1ZSound.html#a11">IsPlaying</a>() <span class="keyword">const</span>;
00155
00162 <span class="keywordtype">bool</span> <a class="code" href="classZE_1_1ZSound.html#a12">IsPaused</a>() <span class="keyword">const</span>;
00163
00170 <span class="keywordtype">int</span> <a class="code" href="classZE_1_1ZSound.html#a13">Volume</a>() <span class="keyword">const</span>;
00171 };
00172
00173
00174 }
<a name="l00043"></a><a class="code" href="classZE_1_1ZSound.html#n0">00043</a> <a class="code" href="classZE_1_1ZEngine.html">ZEngine</a>* <a class="code" href="classZE_1_1ZSound.html#n0">rEngine</a>;
<a name="l00045"></a><a class="code" href="classZE_1_1ZSound.html#n1">00045</a> Mix_Chunk* <a class="code" href="classZE_1_1ZSound.html#n1">rSound</a>;
<a name="l00047"></a><a class="code" href="classZE_1_1ZSound.html#n2">00047</a> <span class="keywordtype">int</span> <a class="code" href="classZE_1_1ZSound.html#n2">rChannelID</a>;
00048
00049 <span class="keyword">public</span>:
<a name="l00051"></a><a class="code" href="classZE_1_1ZSound.html#p0">00051</a> <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> <a class="code" href="classZE_1_1ZSound.html#p0">LoopInfinite</a>;
00052
00054 <span class="comment">//Opening and Closing//</span>
00056 <span class="comment"></span>
00062 <span class="comment"></span> <a class="code" href="classZE_1_1ZSound.html#a0">ZSound</a>();
00063
00070 <a class="code" href="classZE_1_1ZSound.html#a0">ZSound</a>(string filename);
00071
00077 <span class="keyword">virtual</span> <a class="code" href="classZE_1_1ZSound.html#a2">~ZSound</a>();
00078
00085 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZSound.html#a3">Open</a>(string filename);
00086
00092 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZSound.html#a4">Release</a>();
00093
00095 <span class="comment">//Play Controls//</span>
00097 <span class="comment"></span>
00106 <span class="comment"></span> <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZSound.html#a5">Play</a>(<span class="keywordtype">int</span> loopNum=0, <span class="keywordtype">int</span> fadeTime=0);
00107
00113 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZSound.html#a6">Pause</a>() <span class="keyword">const</span>;
00114
00120 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZSound.html#a7">Unpause</a>() <span class="keyword">const</span>;
00121
00128 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZSound.html#a8">Stop</a>(<span class="keywordtype">int</span> fadeTime=0) <span class="keyword">const</span>;
00129
00136 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZSound.html#a9">SetVolume</a>(<span class="keywordtype">int</span> volume);
00137
00139 <span class="comment">//Accessors//</span>
00141 <span class="comment"></span>
00148 <span class="comment"></span> <span class="keywordtype">bool</span> <a class="code" href="classZE_1_1ZSound.html#a10">IsLoaded</a>() <span class="keyword">const</span>;
00149
00156 <span class="keywordtype">bool</span> <a class="code" href="classZE_1_1ZSound.html#a11">IsPlaying</a>() <span class="keyword">const</span>;
00157
00164 <span class="keywordtype">bool</span> <a class="code" href="classZE_1_1ZSound.html#a12">IsPaused</a>() <span class="keyword">const</span>;
00165
00172 <span class="keywordtype">int</span> <a class="code" href="classZE_1_1ZSound.html#a13">Volume</a>() <span class="keyword">const</span>;
00173 };
00174
00175
00176 <span class="preprocessor">#endif //USE_SDL_MIXER</span>
00177 <span class="preprocessor"></span>
00178 <span class="preprocessor">#endif //__ze_zsound_h__</span>
</pre></div><hr><address style="align: right;"><small>Generated on Tue Jan 28 16:31:28 2003 for ZEngine by
00176 }
00177
00178 <span class="preprocessor">#endif //USE_SDL_MIXER</span>
00179 <span class="preprocessor"></span>
00180 <span class="preprocessor">#endif //__ze_zsound_h__</span>
</pre></div><hr><address style="align: right;"><small>Generated on Sun Apr 27 14:53:40 2003 for ZEngine by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0
width=110 height=53></a>1.3-rc2 </small></address>

View File

@ -5,19 +5,19 @@
</head><body>
<!-- Generated by Doxygen 1.3-rc2 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<hr><h1>/include/ZE_ZSound.h File Reference</h1><hr><a name="_details"></a><h2>Detailed Description</h2>
<dl compact><dt><b>File Header: </b></dt><dd>File: <a class="el" href="ZE__ZSound_8h.html">ZE_ZSound.h</a> <br>
Description: Header file for core ZEngine Sound Wrapper Object. <br>
Author(s): James Turk <br>
<dl compact><dt><b>Id</b></dt><dd><a class="el" href="ZE__ZSound_8h.html">ZE_ZSound.h</a>,v 1.4 2003/01/16 05:46:39 cozman Exp </dd></dl>
<dl compact><dt><b>Id</b></dt><dd><a class="el" href="ZE__ZSound_8h.html">ZE_ZSound.h</a>,v 1.6 2003/02/10 04:40:16 cozman Exp </dd></dl>
<br>
</dd></dl>
<p>
Definition file for ZSound, the Sound Effect wrapper for ZEngine.
<p>
<code>#include "<a class="el" href="ZE__ZObject_8h-source.html">ZE_ZObject.h</a>"</code><br>
<code>#include "<a class="el" href="ZE__ZEngine_8h-source.html">ZE_ZEngine.h</a>"</code><br>
<p>
<a href="ZE__ZSound_8h-source.html">Go to the source code of this file.</a><table border=0 cellpadding=0 cellspacing=0>
@ -25,7 +25,7 @@ Definition file for ZSound, the Sound Effect wrapper for ZEngine.
<tr><td colspan=2><br><h2>Namespaces</h2></td></tr>
<tr><td nowrap align=right valign=top>namespace &nbsp;</td><td valign=bottom><a class="el" href="namespaceZE.html">ZE</a></td></tr>
</table>
<hr><address style="align: right;"><small>Generated on Tue Jan 28 16:31:28 2003 for ZEngine by
<hr><address style="align: right;"><small>Generated on Sun Apr 27 14:53:40 2003 for ZEngine by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0
width=110 height=53></a>1.3-rc2 </small></address>

View File

@ -5,12 +5,12 @@
</head><body>
<!-- Generated by Doxygen 1.3-rc2 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<hr><h1>/src/ZE_ZTimer.cpp File Reference</h1><hr><a name="_details"></a><h2>Detailed Description</h2>
<dl compact><dt><b>File Header: </b></dt><dd>File: <a class="el" href="ZE__ZTimer_8cpp.html">ZE_ZTimer.cpp</a> <br>
Description: Implementation source file for core ZEngine Timer Object. <br>
Author(s): James Turk <br>
<dl compact><dt><b>Id</b></dt><dd><a class="el" href="ZE__ZTimer_8cpp.html">ZE_ZTimer.cpp</a>,v 1.4 2003/01/16 05:45:58 cozman Exp </dd></dl>
<dl compact><dt><b>Id</b></dt><dd><a class="el" href="ZE__ZTimer_8cpp.html">ZE_ZTimer.cpp</a>,v 1.6 2003/02/10 04:40:30 cozman Exp </dd></dl>
<br>
</dd></dl>
@ -23,7 +23,7 @@ Implementation of ZTimer, the basic Timer class for ZEngine.
<tr><td colspan=2><br><h2>Namespaces</h2></td></tr>
<tr><td nowrap align=right valign=top>namespace &nbsp;</td><td valign=bottom><a class="el" href="namespaceZE.html">ZE</a></td></tr>
</table>
<hr><address style="align: right;"><small>Generated on Tue Jan 28 16:31:28 2003 for ZEngine by
<hr><address style="align: right;"><small>Generated on Sun Apr 27 14:53:40 2003 for ZEngine by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0
width=110 height=53></a>1.3-rc2 </small></address>

View File

@ -5,7 +5,7 @@
</head><body>
<!-- Generated by Doxygen 1.3-rc2 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<hr><h1>/include/ZE_ZTimer.h</h1><a href="ZE__ZTimer_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre>00001 <span class="comment">/*******************************************************************************</span>
00002 <span class="comment"> This file is Part of the ZEngine Library for 2D game development.</span>
00003 <span class="comment"> Copyright (C) 2002, 2003 James Turk</span>
@ -19,40 +19,43 @@
00024 <span class="preprocessor">#ifndef __ze_ztimer_h__</span>
00025 <span class="preprocessor"></span><span class="preprocessor">#define __ze_ztimer_h__</span>
00026 <span class="preprocessor"></span>
00027 <span class="preprocessor">#include "<a class="code" href="ZE__ZObject_8h.html">ZE_ZObject.h</a>"</span>
00027 <span class="preprocessor">#include "<a class="code" href="ZE__ZEngine_8h.html">ZE_ZEngine.h</a>"</span>
00028
00029 <span class="keyword">namespace </span>ZE
00030 {
00031
<a name="l00037"></a><a class="code" href="classZE_1_1ZTimer.html">00037</a> <span class="keyword">class </span><a class="code" href="classZE_1_1ZTimer.html">ZTimer</a> : <span class="keyword">public</span> <a class="code" href="classZE_1_1ZObject.html">ZObject</a>
<a name="l00037"></a><a class="code" href="classZE_1_1ZTimer.html">00037</a> <span class="keyword">class </span><a class="code" href="classZE_1_1ZTimer.html">ZTimer</a>
00038 {
00039 <span class="keyword">protected</span>:
<a name="l00041"></a><a class="code" href="classZE_1_1ZTimer.html#n0">00041</a> <span class="keywordtype">bool</span> <a class="code" href="classZE_1_1ZTimer.html#n0">rPaused</a>;
<a name="l00043"></a><a class="code" href="classZE_1_1ZTimer.html#n1">00043</a> <span class="keywordtype">bool</span> <a class="code" href="classZE_1_1ZTimer.html#n1">rUseZEngine</a>;
<a name="l00045"></a><a class="code" href="classZE_1_1ZTimer.html#n2">00045</a> Uint32 <a class="code" href="classZE_1_1ZTimer.html#n2">rPausedTime</a>;
<a name="l00047"></a><a class="code" href="classZE_1_1ZTimer.html#n3">00047</a> Uint32 <a class="code" href="classZE_1_1ZTimer.html#n3">rLastPause</a>;
00048
00055 Uint32 <a class="code" href="classZE_1_1ZTimer.html#b0">GetParentTime</a>() <span class="keyword">const</span>;
00056
00057 <span class="keyword">public</span>:
<a name="l00041"></a><a class="code" href="classZE_1_1ZTimer.html#n0">00041</a> <a class="code" href="classZE_1_1ZEngine.html">ZEngine</a>* <a class="code" href="classZE_1_1ZTimer.html#n0">rEngine</a>;
<a name="l00043"></a><a class="code" href="classZE_1_1ZTimer.html#n1">00043</a> <span class="keywordtype">bool</span> <a class="code" href="classZE_1_1ZTimer.html#n1">rPaused</a>;
<a name="l00045"></a><a class="code" href="classZE_1_1ZTimer.html#n2">00045</a> <span class="keywordtype">bool</span> <a class="code" href="classZE_1_1ZTimer.html#n2">rUseZEngine</a>;
<a name="l00047"></a><a class="code" href="classZE_1_1ZTimer.html#n3">00047</a> Uint32 <a class="code" href="classZE_1_1ZTimer.html#n3">rPausedTime</a>;
<a name="l00049"></a><a class="code" href="classZE_1_1ZTimer.html#n4">00049</a> Uint32 <a class="code" href="classZE_1_1ZTimer.html#n4">rLastPause</a>;
00050
00057 Uint32 <a class="code" href="classZE_1_1ZTimer.html#b0">GetParentTime</a>() <span class="keyword">const</span>;
00058
00065 <a class="code" href="classZE_1_1ZTimer.html#a0">ZTimer</a>(<span class="keywordtype">bool</span> useZEngine=<span class="keyword">true</span>);
00066
00072 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZTimer.html#a1">Reset</a>();
00073
00079 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZTimer.html#a2">Pause</a>();
00080
00086 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZTimer.html#a3">Unpause</a>();
00087
00094 Uint32 <a class="code" href="classZE_1_1ZTimer.html#a4">GetTime</a>() <span class="keyword">const</span>;
00095
00102 <span class="keywordtype">bool</span> <a class="code" href="classZE_1_1ZTimer.html#a5">IsPaused</a>() <span class="keyword">const</span>;
00103 };
00059 <span class="keyword">public</span>:
00060
00067 <a class="code" href="classZE_1_1ZTimer.html#a0">ZTimer</a>(<span class="keywordtype">bool</span> useZEngine=<span class="keyword">true</span>);
00068
00074 <span class="keyword">virtual</span> <a class="code" href="classZE_1_1ZTimer.html#a1">~ZTimer</a>();
00075
00081 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZTimer.html#a2">Reset</a>();
00082
00088 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZTimer.html#a3">Pause</a>();
00089
00095 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZTimer.html#a4">Unpause</a>();
00096
00103 Uint32 <a class="code" href="classZE_1_1ZTimer.html#a5">GetTime</a>() <span class="keyword">const</span>;
00104
00105 }
00106
00107 <span class="preprocessor">#endif //__ze_ztimer_h__</span>
</pre></div><hr><address style="align: right;"><small>Generated on Tue Jan 28 16:31:28 2003 for ZEngine by
00111 <span class="keywordtype">bool</span> <a class="code" href="classZE_1_1ZTimer.html#a6">IsPaused</a>() <span class="keyword">const</span>;
00112 };
00113
00114 }
00115
00116 <span class="preprocessor">#endif //__ze_ztimer_h__</span>
</pre></div><hr><address style="align: right;"><small>Generated on Sun Apr 27 14:53:40 2003 for ZEngine by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0
width=110 height=53></a>1.3-rc2 </small></address>

View File

@ -5,19 +5,19 @@
</head><body>
<!-- Generated by Doxygen 1.3-rc2 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<hr><h1>/include/ZE_ZTimer.h File Reference</h1><hr><a name="_details"></a><h2>Detailed Description</h2>
<dl compact><dt><b>File Header: </b></dt><dd>File: <a class="el" href="ZE__ZTimer_8h.html">ZE_ZTimer.h</a> <br>
Description: Header file for core ZEngine Timer Object. <br>
Author(s): James Turk <br>
<dl compact><dt><b>Id</b></dt><dd><a class="el" href="ZE__ZTimer_8h.html">ZE_ZTimer.h</a>,v 1.4 2003/01/16 05:46:39 cozman Exp </dd></dl>
<dl compact><dt><b>Id</b></dt><dd><a class="el" href="ZE__ZTimer_8h.html">ZE_ZTimer.h</a>,v 1.6 2003/02/10 04:40:16 cozman Exp </dd></dl>
<br>
</dd></dl>
<p>
Definition file for ZTimer, the Timer class for ZEngine.
<p>
<code>#include "<a class="el" href="ZE__ZObject_8h-source.html">ZE_ZObject.h</a>"</code><br>
<code>#include "<a class="el" href="ZE__ZEngine_8h-source.html">ZE_ZEngine.h</a>"</code><br>
<p>
<a href="ZE__ZTimer_8h-source.html">Go to the source code of this file.</a><table border=0 cellpadding=0 cellspacing=0>
@ -25,7 +25,7 @@ Definition file for ZTimer, the Timer class for ZEngine.
<tr><td colspan=2><br><h2>Namespaces</h2></td></tr>
<tr><td nowrap align=right valign=top>namespace &nbsp;</td><td valign=bottom><a class="el" href="namespaceZE.html">ZE</a></td></tr>
</table>
<hr><address style="align: right;"><small>Generated on Tue Jan 28 16:31:28 2003 for ZEngine by
<hr><address style="align: right;"><small>Generated on Sun Apr 27 14:53:40 2003 for ZEngine by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0
width=110 height=53></a>1.3-rc2 </small></address>

View File

@ -5,28 +5,32 @@
</head><body>
<!-- Generated by Doxygen 1.3-rc2 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<hr><h1>/include/ZEngine.h</h1><a href="ZEngine_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre>00001
00053 <span class="preprocessor">#ifndef __zengine_h__</span>
00054 <span class="preprocessor"></span><span class="preprocessor">#define __zengine_h__</span>
00055 <span class="preprocessor"></span>
00056 <span class="preprocessor">#include "<a class="code" href="ZE__Defines_8h.html">ZE_Defines.h</a>"</span>
00057 <span class="preprocessor">#include "<a class="code" href="ZE__ZEngine_8h.html">ZE_ZEngine.h</a>"</span>
00058 <span class="preprocessor">#include "<a class="code" href="ZE__Utility_8h.html">ZE_Utility.h</a>"</span>
00059 <span class="preprocessor">#include "<a class="code" href="ZE__ZImage_8h.html">ZE_ZImage.h</a>"</span>
00060 <span class="preprocessor">#include "<a class="code" href="ZE__ZTimer_8h.html">ZE_ZTimer.h</a>"</span>
00061 <span class="preprocessor">#include "<a class="code" href="ZE__ZConfigFile_8h.html">ZE_ZConfigFile.h</a>"</span>
00062 <span class="preprocessor">#include "<a class="code" href="ZE__ZRect_8h.html">ZE_ZRect.h</a>"</span>
00063 <span class="preprocessor">#ifdef USE_SDL_TTF</span>
00064 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="ZE__ZFont_8h.html">ZE_ZFont.h</a>"</span>
00065 <span class="preprocessor">#endif</span>
00066 <span class="preprocessor"></span><span class="preprocessor">#ifdef USE_SDL_MIXER</span>
00067 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="ZE__ZSound_8h.html">ZE_ZSound.h</a>"</span>
00068 <span class="preprocessor">#include "<a class="code" href="ZE__ZMusic_8h.html">ZE_ZMusic.h</a>"</span>
00069 <span class="preprocessor">#endif</span>
00070 <span class="preprocessor"></span>
00071 <span class="preprocessor">#endif //__zengine_h__</span>
</pre></div><hr><address style="align: right;"><small>Generated on Tue Jan 28 16:31:28 2003 for ZEngine by
00054 <span class="preprocessor">#ifndef __zengine_h__</span>
00055 <span class="preprocessor"></span><span class="preprocessor">#define __zengine_h__</span>
00056 <span class="preprocessor"></span>
00057 <span class="preprocessor">#include "<a class="code" href="ZE__Defines_8h.html">ZE_Defines.h</a>"</span>
00058 <span class="preprocessor">#include "<a class="code" href="ZE__ZEngine_8h.html">ZE_ZEngine.h</a>"</span>
00059 <span class="preprocessor">#include "<a class="code" href="ZE__Utility_8h.html">ZE_Utility.h</a>"</span>
00060 <span class="preprocessor">#include "<a class="code" href="ZE__ZImage_8h.html">ZE_ZImage.h</a>"</span>
00061 <span class="preprocessor">#include "<a class="code" href="ZE__ZTimer_8h.html">ZE_ZTimer.h</a>"</span>
00062 <span class="preprocessor">#include "<a class="code" href="ZE__ZConfigFile_8h.html">ZE_ZConfigFile.h</a>"</span>
00063 <span class="preprocessor">#include "<a class="code" href="ZE__ZRect_8h.html">ZE_ZRect.h</a>"</span>
00064 <span class="preprocessor">#ifdef USE_SDL_TTF</span>
00065 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="ZE__ZFont_8h.html">ZE_ZFont.h</a>"</span>
00066 <span class="preprocessor">#endif</span>
00067 <span class="preprocessor"></span><span class="preprocessor">#ifdef USE_SDL_MIXER</span>
00068 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="ZE__ZSound_8h.html">ZE_ZSound.h</a>"</span>
00069 <span class="preprocessor">#include "<a class="code" href="ZE__ZMusic_8h.html">ZE_ZMusic.h</a>"</span>
00070 <span class="preprocessor">#endif</span>
00071 <span class="preprocessor"></span><span class="preprocessor">#ifdef USE_SDL_NET</span>
00072 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="ZE__ZClient_8h.html">ZE_ZClient.h</a>"</span>
00073 <span class="preprocessor">#include "<a class="code" href="ZE__ZServer_8h.html">ZE_ZServer.h</a>"</span>
00074 <span class="preprocessor">#endif</span>
00075 <span class="preprocessor"></span>
00076 <span class="preprocessor">#endif //__zengine_h__</span>
</pre></div><hr><address style="align: right;"><small>Generated on Sun Apr 27 14:53:40 2003 for ZEngine by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0
width=110 height=53></a>1.3-rc2 </small></address>

View File

@ -5,12 +5,12 @@
</head><body>
<!-- Generated by Doxygen 1.3-rc2 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<hr><h1>/include/ZEngine.h File Reference</h1><hr><a name="_details"></a><h2>Detailed Description</h2>
<dl compact><dt><b>File Header:</b></dt><dd>File: <a class="el" href="ZEngine_8h.html">ZEngine.h</a> <br>
Description: Public Header File for ZEngine. <br>
Author(s): James Turk <br>
<dl compact><dt><b>Id</b></dt><dd><a class="el" href="ZEngine_8h.html">ZEngine.h</a>,v 1.21 2003/01/24 11:06:25 cozman Exp </dd></dl>
<dl compact><dt><b>Id</b></dt><dd><a class="el" href="ZEngine_8h.html">ZEngine.h</a>,v 1.23 2003/03/15 03:34:08 cozman Exp </dd></dl>
<br>
</dd></dl>
@ -32,7 +32,7 @@ Header file for ZEngine Game Engine from Concept of Zero, this is the file that
<a href="ZEngine_8h-source.html">Go to the source code of this file.</a><table border=0 cellpadding=0 cellspacing=0>
<tr><td></td></tr>
</table>
<hr><address style="align: right;"><small>Generated on Tue Jan 28 16:31:28 2003 for ZEngine by
<hr><address style="align: right;"><small>Generated on Sun Apr 27 14:53:40 2003 for ZEngine by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0
width=110 height=53></a>1.3-rc2 </small></address>

View File

@ -5,7 +5,7 @@
</head><body>
<!-- Generated by Doxygen 1.3-rc2 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<hr><h1>ZEngine Compound List</h1>Here are the classes, structs, unions and interfaces with brief descriptions:<table>
<tr><td class="indexkey"><a class="el" href="classZE_1_1ZConfigFile.html">ZE::ZConfigFile</a></td><td class="indexvalue"><a class="el" href="classZE_1_1ZConfigFile.html">ZConfigFile</a> Class for use in <a class="el" href="classZE_1_1ZEngine.html">ZEngine</a></td></tr>
<tr><td class="indexkey"><a class="el" href="classZE_1_1ZConfigFile_1_1ZCF__Section.html">ZE::ZConfigFile::ZCF_Section</a></td><td class="indexvalue"><a class="el" href="classZE_1_1ZConfigFile.html">ZConfigFile</a> Section class</td></tr>
@ -15,12 +15,11 @@
<tr><td class="indexkey"><a class="el" href="classZE_1_1ZFont.html">ZE::ZFont</a></td><td class="indexvalue"><a class="el" href="classZE_1_1ZFont.html">ZFont</a> class for basic Font use</td></tr>
<tr><td class="indexkey"><a class="el" href="classZE_1_1ZImage.html">ZE::ZImage</a></td><td class="indexvalue"><a class="el" href="classZE_1_1ZImage.html">ZImage</a> class for basic Image use</td></tr>
<tr><td class="indexkey"><a class="el" href="classZE_1_1ZMusic.html">ZE::ZMusic</a></td><td class="indexvalue"><a class="el" href="classZE_1_1ZMusic.html">ZMusic</a> class for playing full length music (eg. ogg or wav)</td></tr>
<tr><td class="indexkey"><a class="el" href="classZE_1_1ZObject.html">ZE::ZObject</a></td><td class="indexvalue"><a class="el" href="classZE_1_1ZObject.html">ZObject</a> base class for other <a class="el" href="classZE_1_1ZEngine.html">ZEngine</a> objects</td></tr>
<tr><td class="indexkey"><a class="el" href="classZE_1_1ZRect.html">ZE::ZRect</a></td><td class="indexvalue"><a class="el" href="classZE_1_1ZEngine.html">ZEngine</a> class for simplified rectangle use</td></tr>
<tr><td class="indexkey"><a class="el" href="classZE_1_1ZSound.html">ZE::ZSound</a></td><td class="indexvalue"><a class="el" href="classZE_1_1ZSound.html">ZSound</a> class for playing sound effects. (WAV)</td></tr>
<tr><td class="indexkey"><a class="el" href="classZE_1_1ZTimer.html">ZE::ZTimer</a></td><td class="indexvalue"><a class="el" href="classZE_1_1ZTimer.html">ZTimer</a> class for Timer use</td></tr>
</table>
<hr><address style="align: right;"><small>Generated on Tue Jan 28 16:31:28 2003 for ZEngine by
<hr><address style="align: right;"><small>Generated on Sun Apr 27 14:53:40 2003 for ZEngine by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0
width=110 height=53></a>1.3-rc2 </small></address>

View File

@ -5,31 +5,30 @@
</head><body>
<!-- Generated by Doxygen 1.3-rc2 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<hr><h1>ZE::ZConfigFile Member List</h1>This is the complete list of members for <a class="el" href="classZE_1_1ZConfigFile.html">ZE::ZConfigFile</a>, including all inherited members.<table>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZConfigFile.html#c0">CleanString</a>(string str) const</td><td><a class="el" href="classZE_1_1ZConfigFile.html">ZE::ZConfigFile</a></td><td><code> [private]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZConfigFile.html#a11">Close</a>()</td><td><a class="el" href="classZE_1_1ZConfigFile.html">ZE::ZConfigFile</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZConfigFile.html#c1">Exists</a>(string sec) const</td><td><a class="el" href="classZE_1_1ZConfigFile.html">ZE::ZConfigFile</a></td><td><code> [private]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZConfigFile.html#c2">Exists</a>(string sec, string var) const</td><td><a class="el" href="classZE_1_1ZConfigFile.html">ZE::ZConfigFile</a></td><td><code> [private]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZConfigFile.html#a10">Flush</a>()</td><td><a class="el" href="classZE_1_1ZConfigFile.html">ZE::ZConfigFile</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZConfigFile.html#a5">GetBool</a>(string section, string var, bool defVal) const</td><td><a class="el" href="classZE_1_1ZConfigFile.html">ZE::ZConfigFile</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZConfigFile.html#a4">GetInt</a>(string section, string var, int defVal) const</td><td><a class="el" href="classZE_1_1ZConfigFile.html">ZE::ZConfigFile</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZConfigFile.html#a6">GetString</a>(string section, string var, string defVal) const</td><td><a class="el" href="classZE_1_1ZConfigFile.html">ZE::ZConfigFile</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZConfigFile.html#c4">GetVariable</a>(string sec, string var, string defVal) const</td><td><a class="el" href="classZE_1_1ZConfigFile.html">ZE::ZConfigFile</a></td><td><code> [private]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZConfigFile.html#o0">mFileLayout</a></td><td><a class="el" href="classZE_1_1ZConfigFile.html">ZE::ZConfigFile</a></td><td><code> [private]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZConfigFile.html#o1">mFilename</a></td><td><a class="el" href="classZE_1_1ZConfigFile.html">ZE::ZConfigFile</a></td><td><code> [private]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZConfigFile.html#b0">CleanString</a>(string str) const</td><td><a class="el" href="classZE_1_1ZConfigFile.html">ZE::ZConfigFile</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZConfigFile.html#a13">Close</a>()</td><td><a class="el" href="classZE_1_1ZConfigFile.html">ZE::ZConfigFile</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZConfigFile.html#b1">Exists</a>(string sec) const</td><td><a class="el" href="classZE_1_1ZConfigFile.html">ZE::ZConfigFile</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZConfigFile.html#b2">Exists</a>(string sec, string var) const</td><td><a class="el" href="classZE_1_1ZConfigFile.html">ZE::ZConfigFile</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZConfigFile.html#a12">Flush</a>()</td><td><a class="el" href="classZE_1_1ZConfigFile.html">ZE::ZConfigFile</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZConfigFile.html#a6">GetBool</a>(string section, string var, bool defVal) const</td><td><a class="el" href="classZE_1_1ZConfigFile.html">ZE::ZConfigFile</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZConfigFile.html#a4">GetFloat</a>(string section, string var, float defVal) const</td><td><a class="el" href="classZE_1_1ZConfigFile.html">ZE::ZConfigFile</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZConfigFile.html#a5">GetInt</a>(string section, string var, int defVal) const</td><td><a class="el" href="classZE_1_1ZConfigFile.html">ZE::ZConfigFile</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZConfigFile.html#a7">GetString</a>(string section, string var, string defVal) const</td><td><a class="el" href="classZE_1_1ZConfigFile.html">ZE::ZConfigFile</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZConfigFile.html#b4">GetVariable</a>(string sec, string var, string defVal) const</td><td><a class="el" href="classZE_1_1ZConfigFile.html">ZE::ZConfigFile</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZConfigFile.html#a3">Process</a>(string filename)</td><td><a class="el" href="classZE_1_1ZConfigFile.html">ZE::ZConfigFile</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZObject.html#n0">rEngine</a></td><td><a class="el" href="classZE_1_1ZObject.html">ZE::ZObject</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZConfigFile.html#a8">SetBool</a>(string section, string var, bool val)</td><td><a class="el" href="classZE_1_1ZConfigFile.html">ZE::ZConfigFile</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZConfigFile.html#a7">SetInt</a>(string section, string var, int val)</td><td><a class="el" href="classZE_1_1ZConfigFile.html">ZE::ZConfigFile</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZConfigFile.html#a9">SetString</a>(string section, string var, string val)</td><td><a class="el" href="classZE_1_1ZConfigFile.html">ZE::ZConfigFile</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZConfigFile.html#c3">SetVariable</a>(string sec, string var, string val)</td><td><a class="el" href="classZE_1_1ZConfigFile.html">ZE::ZConfigFile</a></td><td><code> [private]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZConfigFile.html#n0">rFileLayout</a></td><td><a class="el" href="classZE_1_1ZConfigFile.html">ZE::ZConfigFile</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZConfigFile.html#n1">rFilename</a></td><td><a class="el" href="classZE_1_1ZConfigFile.html">ZE::ZConfigFile</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZConfigFile.html#a10">SetBool</a>(string section, string var, bool val)</td><td><a class="el" href="classZE_1_1ZConfigFile.html">ZE::ZConfigFile</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZConfigFile.html#a8">SetFloat</a>(string section, string var, float val)</td><td><a class="el" href="classZE_1_1ZConfigFile.html">ZE::ZConfigFile</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZConfigFile.html#a9">SetInt</a>(string section, string var, int val)</td><td><a class="el" href="classZE_1_1ZConfigFile.html">ZE::ZConfigFile</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZConfigFile.html#a11">SetString</a>(string section, string var, string val)</td><td><a class="el" href="classZE_1_1ZConfigFile.html">ZE::ZConfigFile</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZConfigFile.html#b3">SetVariable</a>(string sec, string var, string val)</td><td><a class="el" href="classZE_1_1ZConfigFile.html">ZE::ZConfigFile</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZConfigFile.html#a0">ZConfigFile</a>()</td><td><a class="el" href="classZE_1_1ZConfigFile.html">ZE::ZConfigFile</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZConfigFile.html#a1">ZConfigFile</a>(string filename)</td><td><a class="el" href="classZE_1_1ZConfigFile.html">ZE::ZConfigFile</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZObject.html#a0">ZObject</a>()</td><td><a class="el" href="classZE_1_1ZObject.html">ZE::ZObject</a></td><td><code> [inline]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZConfigFile.html#a2">~ZConfigFile</a>()</td><td><a class="el" href="classZE_1_1ZConfigFile.html">ZE::ZConfigFile</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZObject.html#a1">~ZObject</a>()</td><td><a class="el" href="classZE_1_1ZObject.html">ZE::ZObject</a></td><td><code> [inline, virtual]</code></td></tr>
</table><hr><address style="align: right;"><small>Generated on Tue Jan 28 16:31:28 2003 for ZEngine by
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZConfigFile.html#a2">~ZConfigFile</a>()</td><td><a class="el" href="classZE_1_1ZConfigFile.html">ZE::ZConfigFile</a></td><td><code> [virtual]</code></td></tr>
</table><hr><address style="align: right;"><small>Generated on Sun Apr 27 14:53:40 2003 for ZEngine by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0
width=110 height=53></a>1.3-rc2 </small></address>

View File

@ -5,13 +5,11 @@
</head><body>
<!-- Generated by Doxygen 1.3-rc2 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<hr><h1>ZE::ZConfigFile Class Reference</h1><code>#include &lt;<a class="el" href="ZE__ZConfigFile_8h-source.html">ZE_ZConfigFile.h</a>&gt;</code>
<p>
Inherits <a class="el" href="classZE_1_1ZObject.html">ZE::ZObject</a>.
<p>
<a href="classZE_1_1ZConfigFile-members.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>
<a class="el" href="classZE_1_1ZConfigFile.html">ZConfigFile</a> class for INI-style configuration files for games or applications. Inherited from <a class="el" href="classZE_1_1ZObject.html">ZObject</a>.
<a class="el" href="classZE_1_1ZConfigFile.html">ZConfigFile</a> class for INI-style configuration files for games or applications. Inherited from ZObject.
<p>
<table border=0 cellpadding=0 cellspacing=0>
<tr><td></td></tr>
@ -20,43 +18,47 @@ Inherits <a class="el" href="classZE_1_1ZObject.html">ZE::ZObject</a>.
<tr><td>&nbsp;</td><td><font size=-1><em>Default constructor.</em> <a href="#a0"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZConfigFile.html#a1">ZConfigFile</a> (string filename)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Constructor which takes filename.</em> <a href="#a1"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZConfigFile.html#a2">~ZConfigFile</a> ()</td></tr>
<tr><td nowrap align=right valign=top>virtual&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZConfigFile.html#a2">~ZConfigFile</a> ()</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Destructor, flushes file.</em> <a href="#a2"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZConfigFile.html#a3">Process</a> (string filename)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Parse a file.</em> <a href="#a3"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>int&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZConfigFile.html#a4">GetInt</a> (string section, string var, int defVal) const</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Get value in integer format from file.</em> <a href="#a4"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>bool&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZConfigFile.html#a5">GetBool</a> (string section, string var, bool defVal) const</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Get value in boolean format from file.</em> <a href="#a5"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>string&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZConfigFile.html#a6">GetString</a> (string section, string var, string defVal) const</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Get value in string format from file.</em> <a href="#a6"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZConfigFile.html#a7">SetInt</a> (string section, string var, int val)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Set value in integer format in file.</em> <a href="#a7"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZConfigFile.html#a8">SetBool</a> (string section, string var, bool val)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Set value in boolean format in file.</em> <a href="#a8"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZConfigFile.html#a9">SetString</a> (string section, string var, string val)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Set value in string format in file.</em> <a href="#a9"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZConfigFile.html#a10">Flush</a> ()</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Write all values to file.</em> <a href="#a10"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZConfigFile.html#a11">Close</a> ()</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Close the file.</em> <a href="#a11"></a><em></em></font><br><br></td></tr>
<tr><td colspan=2><br><h2>Private Methods</h2></td></tr>
<tr><td nowrap align=right valign=top>string&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZConfigFile.html#c0">CleanString</a> (string str) const</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Reformat a string in a form more suitable to parsing.</em> <a href="#c0"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>bool&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZConfigFile.html#c1">Exists</a> (string sec) const</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Check if a section exists.</em> <a href="#c1"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>bool&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZConfigFile.html#c2">Exists</a> (string sec, string var) const</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Check if a variable exists.</em> <a href="#c2"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZConfigFile.html#c3">SetVariable</a> (string sec, string var, string val)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Internal function to set variables.</em> <a href="#c3"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>string&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZConfigFile.html#c4">GetVariable</a> (string sec, string var, string defVal) const</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Internal function to get value of a variable.</em> <a href="#c4"></a><em></em></font><br><br></td></tr>
<tr><td colspan=2><br><h2>Private Attributes</h2></td></tr>
<tr><td nowrap align=right valign=top><a name="o0" doxytag="ZE::ZConfigFile::mFileLayout"></a>
list&lt; <a class="el" href="classZE_1_1ZConfigFile_1_1ZCF__Section.html">ZCF_Section</a> &gt;&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZConfigFile.html#o0">mFileLayout</a></td></tr>
<tr><td nowrap align=right valign=top>float&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZConfigFile.html#a4">GetFloat</a> (string section, string var, float defVal) const</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Get value in floating point format from file.</em> <a href="#a4"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>int&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZConfigFile.html#a5">GetInt</a> (string section, string var, int defVal) const</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Get value in integer format from file.</em> <a href="#a5"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>bool&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZConfigFile.html#a6">GetBool</a> (string section, string var, bool defVal) const</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Get value in boolean format from file.</em> <a href="#a6"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>string&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZConfigFile.html#a7">GetString</a> (string section, string var, string defVal) const</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Get value in string format from file.</em> <a href="#a7"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZConfigFile.html#a8">SetFloat</a> (string section, string var, float val)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Set value in floating point format in file.</em> <a href="#a8"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZConfigFile.html#a9">SetInt</a> (string section, string var, int val)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Set value in integer format in file.</em> <a href="#a9"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZConfigFile.html#a10">SetBool</a> (string section, string var, bool val)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Set value in boolean format in file.</em> <a href="#a10"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZConfigFile.html#a11">SetString</a> (string section, string var, string val)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Set value in string format in file.</em> <a href="#a11"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZConfigFile.html#a12">Flush</a> ()</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Write all values to file.</em> <a href="#a12"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZConfigFile.html#a13">Close</a> ()</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Close the file.</em> <a href="#a13"></a><em></em></font><br><br></td></tr>
<tr><td colspan=2><br><h2>Protected Methods</h2></td></tr>
<tr><td nowrap align=right valign=top>string&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZConfigFile.html#b0">CleanString</a> (string str) const</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Reformat a string in a form more suitable to parsing.</em> <a href="#b0"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>bool&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZConfigFile.html#b1">Exists</a> (string sec) const</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Check if a section exists.</em> <a href="#b1"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>bool&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZConfigFile.html#b2">Exists</a> (string sec, string var) const</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Check if a variable exists.</em> <a href="#b2"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZConfigFile.html#b3">SetVariable</a> (string sec, string var, string val)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Internal function to set variables.</em> <a href="#b3"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>string&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZConfigFile.html#b4">GetVariable</a> (string sec, string var, string defVal) const</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Internal function to get value of a variable.</em> <a href="#b4"></a><em></em></font><br><br></td></tr>
<tr><td colspan=2><br><h2>Protected Attributes</h2></td></tr>
<tr><td nowrap align=right valign=top><a name="n0" doxytag="ZE::ZConfigFile::rFileLayout"></a>
list&lt; <a class="el" href="classZE_1_1ZConfigFile_1_1ZCF__Section.html">ZCF_Section</a> &gt;&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZConfigFile.html#n0">rFileLayout</a></td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>List of sections of internal type.</em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a name="o1" doxytag="ZE::ZConfigFile::mFilename"></a>
string&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZConfigFile.html#o1">mFilename</a></td></tr>
<tr><td nowrap align=right valign=top><a name="n1" doxytag="ZE::ZConfigFile::rFilename"></a>
string&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZConfigFile.html#n1">rFilename</a></td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Filename of file currently open.</em></font><br><br></td></tr>
</table>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
@ -132,7 +134,7 @@ Constructor takes filename, and calls process on it. <dl compact><dt><b>Paramete
<td class="md" valign="top">(&nbsp;</td>
<td class="mdname1" valign="top" nowrap>&nbsp; </td>
<td class="md" valign="top">)&nbsp;</td>
<td class="md" nowrap></td>
<td class="md" nowrap><code> [virtual]</code></td>
</tr>
</table>
@ -151,7 +153,7 @@ Flushes the file, ensures a flush if the file is left open. </td>
</tr>
</table>
<hr><h2>Member Function Documentation</h2>
<a name="c0" doxytag="ZE::ZConfigFile::CleanString"></a><p>
<a name="b0" doxytag="ZE::ZConfigFile::CleanString"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
@ -162,7 +164,7 @@ Flushes the file, ensures a flush if the file is left open. </td>
<td class="md" nowrap valign="top">string&nbsp;</td>
<td class="mdname1" valign="top" nowrap>&nbsp; <em>str</em> </td>
<td class="md" valign="top">)&nbsp;</td>
<td class="md" nowrap> const<code> [private]</code></td>
<td class="md" nowrap> const<code> [protected]</code></td>
</tr>
</table>
@ -186,7 +188,7 @@ Removes whitespace from a string and makes all characters lowercase. <dl compact
</td>
</tr>
</table>
<a name="c1" doxytag="ZE::ZConfigFile::Exists"></a><p>
<a name="b1" doxytag="ZE::ZConfigFile::Exists"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
@ -197,7 +199,7 @@ Removes whitespace from a string and makes all characters lowercase. <dl compact
<td class="md" nowrap valign="top">string&nbsp;</td>
<td class="mdname1" valign="top" nowrap>&nbsp; <em>sec</em> </td>
<td class="md" valign="top">)&nbsp;</td>
<td class="md" nowrap> const<code> [private]</code></td>
<td class="md" nowrap> const<code> [protected]</code></td>
</tr>
</table>
@ -221,7 +223,7 @@ Find out if a section currently exists. <dl compact><dt><b>Parameters:</b></dt><
</td>
</tr>
</table>
<a name="c2" doxytag="ZE::ZConfigFile::Exists"></a><p>
<a name="b2" doxytag="ZE::ZConfigFile::Exists"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
@ -241,7 +243,7 @@ Find out if a section currently exists. <dl compact><dt><b>Parameters:</b></dt><
<tr>
<td></td>
<td class="md">)&nbsp;</td>
<td class="md" colspan="2"> const<code> [private]</code></td>
<td class="md" colspan="2"> const<code> [protected]</code></td>
</tr>
</table>
@ -266,7 +268,7 @@ Find out if a variable currently exists. <dl compact><dt><b>Parameters:</b></dt>
</td>
</tr>
</table>
<a name="c3" doxytag="ZE::ZConfigFile::SetVariable"></a><p>
<a name="b3" doxytag="ZE::ZConfigFile::SetVariable"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
@ -292,7 +294,7 @@ Find out if a variable currently exists. <dl compact><dt><b>Parameters:</b></dt>
<tr>
<td></td>
<td class="md">)&nbsp;</td>
<td class="md" colspan="2"><code> [private]</code></td>
<td class="md" colspan="2"><code> [protected]</code></td>
</tr>
</table>
@ -317,7 +319,7 @@ Set variable to value, called internally only. <dl compact><dt><b>Parameters:</b
</td>
</tr>
</table>
<a name="c4" doxytag="ZE::ZConfigFile::GetVariable"></a><p>
<a name="b4" doxytag="ZE::ZConfigFile::GetVariable"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
@ -343,7 +345,7 @@ Set variable to value, called internally only. <dl compact><dt><b>Parameters:</b
<tr>
<td></td>
<td class="md">)&nbsp;</td>
<td class="md" colspan="2"> const<code> [private]</code></td>
<td class="md" colspan="2"> const<code> [protected]</code></td>
</tr>
</table>
@ -403,7 +405,60 @@ Parses the file, reading the contents into the fileLayout map. <dl compact><dt><
</td>
</tr>
</table>
<a name="a4" doxytag="ZE::ZConfigFile::GetInt"></a><p>
<a name="a4" doxytag="ZE::ZConfigFile::GetFloat"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> float ZE::ZConfigFile::GetFloat </td>
<td class="md" valign="top">(&nbsp;</td>
<td class="md" nowrap valign="top">string&nbsp;</td>
<td class="mdname" nowrap>&nbsp; <em>section</em>, </td>
</tr>
<tr>
<td></td>
<td></td>
<td class="md" nowrap>string&nbsp;</td>
<td class="mdname" nowrap>&nbsp; <em>var</em>, </td>
</tr>
<tr>
<td></td>
<td></td>
<td class="md" nowrap>float&nbsp;</td>
<td class="mdname" nowrap>&nbsp; <em>defVal</em></td>
</tr>
<tr>
<td></td>
<td class="md">)&nbsp;</td>
<td class="md" colspan="2"> const</td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Get the current value of a variable in the file, or defVal if not found in file. <dl compact><dt><b>Since:</b></dt><dd>0.8.3 </dd></dl>
<dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign=top><em>section</em>&nbsp;</td><td>Name of section to seek variable under. </td></tr>
<tr><td valign=top><em>var</em>&nbsp;</td><td>Name of variable to seek value for. </td></tr>
<tr><td valign=top><em>defVal</em>&nbsp;</td><td>Value to return if var does not exist within section. </td></tr>
</table>
</dl>
<dl compact><dt><b>Returns:</b></dt><dd>Contents of the variable in floating point format. </dd></dl>
</td>
</tr>
</table>
<a name="a5" doxytag="ZE::ZConfigFile::GetInt"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
@ -455,7 +510,7 @@ Get the current value of a variable in the file, or defVal if not found in file.
</td>
</tr>
</table>
<a name="a5" doxytag="ZE::ZConfigFile::GetBool"></a><p>
<a name="a6" doxytag="ZE::ZConfigFile::GetBool"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
@ -507,7 +562,7 @@ Get the current value of a variable in the file, or defVal if not found in file.
</td>
</tr>
</table>
<a name="a6" doxytag="ZE::ZConfigFile::GetString"></a><p>
<a name="a7" doxytag="ZE::ZConfigFile::GetString"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
@ -559,7 +614,59 @@ Get the current value of a variable in the file, or defVal if not found in file.
</td>
</tr>
</table>
<a name="a7" doxytag="ZE::ZConfigFile::SetInt"></a><p>
<a name="a8" doxytag="ZE::ZConfigFile::SetFloat"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> void ZE::ZConfigFile::SetFloat </td>
<td class="md" valign="top">(&nbsp;</td>
<td class="md" nowrap valign="top">string&nbsp;</td>
<td class="mdname" nowrap>&nbsp; <em>section</em>, </td>
</tr>
<tr>
<td></td>
<td></td>
<td class="md" nowrap>string&nbsp;</td>
<td class="mdname" nowrap>&nbsp; <em>var</em>, </td>
</tr>
<tr>
<td></td>
<td></td>
<td class="md" nowrap>float&nbsp;</td>
<td class="mdname" nowrap>&nbsp; <em>val</em></td>
</tr>
<tr>
<td></td>
<td class="md">)&nbsp;</td>
<td class="md" colspan="2"></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Set the new value of a variable in the file to val, creating the section and variable if not already found in file. <dl compact><dt><b>Since:</b></dt><dd>0.8.3 </dd></dl>
<dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign=top><em>section</em>&nbsp;</td><td>Name of section to edit variable under. </td></tr>
<tr><td valign=top><em>var</em>&nbsp;</td><td>Name of variable to set value for. </td></tr>
<tr><td valign=top><em>val</em>&nbsp;</td><td>Floating point value to set variable to in file. </td></tr>
</table>
</dl>
</td>
</tr>
</table>
<a name="a9" doxytag="ZE::ZConfigFile::SetInt"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
@ -610,7 +717,7 @@ Set the new value of a variable in the file to val, creating the section and var
</td>
</tr>
</table>
<a name="a8" doxytag="ZE::ZConfigFile::SetBool"></a><p>
<a name="a10" doxytag="ZE::ZConfigFile::SetBool"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
@ -661,7 +768,7 @@ Set the new value of a variable in the file to val, creating the section and var
</td>
</tr>
</table>
<a name="a9" doxytag="ZE::ZConfigFile::SetString"></a><p>
<a name="a11" doxytag="ZE::ZConfigFile::SetString"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
@ -712,7 +819,7 @@ Set the new value of a variable in the file to val, creating the section and var
</td>
</tr>
</table>
<a name="a10" doxytag="ZE::ZConfigFile::Flush"></a><p>
<a name="a12" doxytag="ZE::ZConfigFile::Flush"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
@ -740,7 +847,7 @@ Set the new value of a variable in the file to val, creating the section and var
Writes all values and sections to file. </td>
</tr>
</table>
<a name="a11" doxytag="ZE::ZConfigFile::Close"></a><p>
<a name="a13" doxytag="ZE::ZConfigFile::Close"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
@ -770,7 +877,7 @@ Flush the file and clear the filename. </td>
</table>
<hr>The documentation for this class was generated from the following files:<ul>
<li>/include/<a class="el" href="ZE__ZConfigFile_8h-source.html">ZE_ZConfigFile.h</a><li>/src/<a class="el" href="ZE__ZConfigFile_8cpp.html">ZE_ZConfigFile.cpp</a></ul>
<hr><address style="align: right;"><small>Generated on Tue Jan 28 16:31:28 2003 for ZEngine by
<hr><address style="align: right;"><small>Generated on Sun Apr 27 14:53:40 2003 for ZEngine by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0
width=110 height=53></a>1.3-rc2 </small></address>

View File

@ -5,11 +5,11 @@
</head><body>
<!-- Generated by Doxygen 1.3-rc2 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<hr><h1>ZE::ZConfigFile::ZCF_Section Member List</h1>This is the complete list of members for <a class="el" href="classZE_1_1ZConfigFile_1_1ZCF__Section.html">ZE::ZConfigFile::ZCF_Section</a>, including all inherited members.<table>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZConfigFile_1_1ZCF__Section.html#m0">section</a></td><td><a class="el" href="classZE_1_1ZConfigFile_1_1ZCF__Section.html">ZE::ZConfigFile::ZCF_Section</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZConfigFile_1_1ZCF__Section.html#m1">varList</a></td><td><a class="el" href="classZE_1_1ZConfigFile_1_1ZCF__Section.html">ZE::ZConfigFile::ZCF_Section</a></td><td></td></tr>
</table><hr><address style="align: right;"><small>Generated on Tue Jan 28 16:31:28 2003 for ZEngine by
</table><hr><address style="align: right;"><small>Generated on Sun Apr 27 14:53:40 2003 for ZEngine by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0
width=110 height=53></a>1.3-rc2 </small></address>

View File

@ -5,7 +5,7 @@
</head><body>
<!-- Generated by Doxygen 1.3-rc2 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<hr><h1>ZE::ZConfigFile::ZCF_Section Class Reference</h1><a href="classZE_1_1ZConfigFile_1_1ZCF__Section-members.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>
<a class="el" href="classZE_1_1ZConfigFile.html">ZConfigFile</a> class for mapping a section name to a list of variables in that section.
<p>
@ -21,7 +21,7 @@ list&lt; <a class="el" href="classZE_1_1ZConfigFile_1_1ZCF__Variable.html">ZCF_V
</table>
<hr>The documentation for this class was generated from the following file:<ul>
<li>/include/<a class="el" href="ZE__ZConfigFile_8h-source.html">ZE_ZConfigFile.h</a></ul>
<hr><address style="align: right;"><small>Generated on Tue Jan 28 16:31:28 2003 for ZEngine by
<hr><address style="align: right;"><small>Generated on Sun Apr 27 14:53:40 2003 for ZEngine by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0
width=110 height=53></a>1.3-rc2 </small></address>

View File

@ -5,11 +5,11 @@
</head><body>
<!-- Generated by Doxygen 1.3-rc2 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<hr><h1>ZE::ZConfigFile::ZCF_Variable Member List</h1>This is the complete list of members for <a class="el" href="classZE_1_1ZConfigFile_1_1ZCF__Variable.html">ZE::ZConfigFile::ZCF_Variable</a>, including all inherited members.<table>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZConfigFile_1_1ZCF__Variable.html#m1">val</a></td><td><a class="el" href="classZE_1_1ZConfigFile_1_1ZCF__Variable.html">ZE::ZConfigFile::ZCF_Variable</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZConfigFile_1_1ZCF__Variable.html#m0">var</a></td><td><a class="el" href="classZE_1_1ZConfigFile_1_1ZCF__Variable.html">ZE::ZConfigFile::ZCF_Variable</a></td><td></td></tr>
</table><hr><address style="align: right;"><small>Generated on Tue Jan 28 16:31:28 2003 for ZEngine by
</table><hr><address style="align: right;"><small>Generated on Sun Apr 27 14:53:40 2003 for ZEngine by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0
width=110 height=53></a>1.3-rc2 </small></address>

View File

@ -5,7 +5,7 @@
</head><body>
<!-- Generated by Doxygen 1.3-rc2 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<hr><h1>ZE::ZConfigFile::ZCF_Variable Class Reference</h1><a href="classZE_1_1ZConfigFile_1_1ZCF__Variable-members.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>
<a class="el" href="classZE_1_1ZConfigFile.html">ZConfigFile</a> class for mapping a variable name to it's value, stored in string form (later converted to bool or int if needed).
<p>
@ -21,7 +21,7 @@ string&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZConfigFile_1_
</table>
<hr>The documentation for this class was generated from the following file:<ul>
<li>/include/<a class="el" href="ZE__ZConfigFile_8h-source.html">ZE_ZConfigFile.h</a></ul>
<hr><address style="align: right;"><small>Generated on Tue Jan 28 16:31:28 2003 for ZEngine by
<hr><address style="align: right;"><small>Generated on Sun Apr 27 14:53:40 2003 for ZEngine by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0
width=110 height=53></a>1.3-rc2 </small></address>

View File

@ -5,7 +5,7 @@
</head><body>
<!-- Generated by Doxygen 1.3-rc2 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<hr><h1>ZE::ZEngine Member List</h1>This is the complete list of members for <a class="el" href="classZE_1_1ZEngine.html">ZE::ZEngine</a>, including all inherited members.<table>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZEngine.html#a47">BPP</a>()</td><td><a class="el" href="classZE_1_1ZEngine.html">ZE::ZEngine</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZEngine.html#a34">CheckEvents</a>()</td><td><a class="el" href="classZE_1_1ZEngine.html">ZE::ZEngine</a></td><td></td></tr>
@ -37,36 +37,36 @@
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZEngine.html#a43">LoadMusic</a>(string filename)</td><td><a class="el" href="classZE_1_1ZEngine.html">ZE::ZEngine</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZEngine.html#a42">LoadSound</a>(string filename)</td><td><a class="el" href="classZE_1_1ZEngine.html">ZE::ZEngine</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZEngine.html#c1">LogError</a>(ZError error)</td><td><a class="el" href="classZE_1_1ZEngine.html">ZE::ZEngine</a></td><td><code> [private]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZEngine.html#o17">mActive</a></td><td><a class="el" href="classZE_1_1ZEngine.html">ZE::ZEngine</a></td><td><code> [private]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZEngine.html#o15">mActive</a></td><td><a class="el" href="classZE_1_1ZEngine.html">ZE::ZEngine</a></td><td><code> [private]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZEngine.html#o2">mBPP</a></td><td><a class="el" href="classZE_1_1ZEngine.html">ZE::ZEngine</a></td><td><code> [private]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZEngine.html#o25">mCurError</a></td><td><a class="el" href="classZE_1_1ZEngine.html">ZE::ZEngine</a></td><td><code> [private]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZEngine.html#o10">mDesiredFramerate</a></td><td><a class="el" href="classZE_1_1ZEngine.html">ZE::ZEngine</a></td><td><code> [private]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZEngine.html#o27">mErrlog</a></td><td><a class="el" href="classZE_1_1ZEngine.html">ZE::ZEngine</a></td><td><code> [private]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZEngine.html#o24">mErrorQueue</a></td><td><a class="el" href="classZE_1_1ZEngine.html">ZE::ZEngine</a></td><td><code> [private]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZEngine.html#o23">mCurError</a></td><td><a class="el" href="classZE_1_1ZEngine.html">ZE::ZEngine</a></td><td><code> [private]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZEngine.html#o8">mDesiredFramerate</a></td><td><a class="el" href="classZE_1_1ZEngine.html">ZE::ZEngine</a></td><td><code> [private]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZEngine.html#o25">mErrlog</a></td><td><a class="el" href="classZE_1_1ZEngine.html">ZE::ZEngine</a></td><td><code> [private]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZEngine.html#o22">mErrorQueue</a></td><td><a class="el" href="classZE_1_1ZEngine.html">ZE::ZEngine</a></td><td><code> [private]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZEngine.html#o3">mFullscreen</a></td><td><a class="el" href="classZE_1_1ZEngine.html">ZE::ZEngine</a></td><td><code> [private]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZEngine.html#o1">mHeight</a></td><td><a class="el" href="classZE_1_1ZEngine.html">ZE::ZEngine</a></td><td><code> [private]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZEngine.html#o4">mInitialized</a></td><td><a class="el" href="classZE_1_1ZEngine.html">ZE::ZEngine</a></td><td><code> [private]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZEngine.html#o19">mKeyIsPressed</a></td><td><a class="el" href="classZE_1_1ZEngine.html">ZE::ZEngine</a></td><td><code> [private]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZEngine.html#o20">mKeyPress</a></td><td><a class="el" href="classZE_1_1ZEngine.html">ZE::ZEngine</a></td><td><code> [private]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZEngine.html#o12">mLastPause</a></td><td><a class="el" href="classZE_1_1ZEngine.html">ZE::ZEngine</a></td><td><code> [private]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZEngine.html#o14">mLastTime</a></td><td><a class="el" href="classZE_1_1ZEngine.html">ZE::ZEngine</a></td><td><code> [private]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZEngine.html#o26">mLogAllErrors</a></td><td><a class="el" href="classZE_1_1ZEngine.html">ZE::ZEngine</a></td><td><code> [private]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZEngine.html#o23">mMouseB</a></td><td><a class="el" href="classZE_1_1ZEngine.html">ZE::ZEngine</a></td><td><code> [private]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZEngine.html#o21">mMouseX</a></td><td><a class="el" href="classZE_1_1ZEngine.html">ZE::ZEngine</a></td><td><code> [private]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZEngine.html#o22">mMouseY</a></td><td><a class="el" href="classZE_1_1ZEngine.html">ZE::ZEngine</a></td><td><code> [private]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZEngine.html#o16">mNeedReload</a></td><td><a class="el" href="classZE_1_1ZEngine.html">ZE::ZEngine</a></td><td><code> [private]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZEngine.html#o11">mNextUpdate</a></td><td><a class="el" href="classZE_1_1ZEngine.html">ZE::ZEngine</a></td><td><code> [private]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZEngine.html#o17">mKeyIsPressed</a></td><td><a class="el" href="classZE_1_1ZEngine.html">ZE::ZEngine</a></td><td><code> [private]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZEngine.html#o18">mKeyPress</a></td><td><a class="el" href="classZE_1_1ZEngine.html">ZE::ZEngine</a></td><td><code> [private]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZEngine.html#o10">mLastPause</a></td><td><a class="el" href="classZE_1_1ZEngine.html">ZE::ZEngine</a></td><td><code> [private]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZEngine.html#o12">mLastTime</a></td><td><a class="el" href="classZE_1_1ZEngine.html">ZE::ZEngine</a></td><td><code> [private]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZEngine.html#o24">mLogAllErrors</a></td><td><a class="el" href="classZE_1_1ZEngine.html">ZE::ZEngine</a></td><td><code> [private]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZEngine.html#o21">mMouseB</a></td><td><a class="el" href="classZE_1_1ZEngine.html">ZE::ZEngine</a></td><td><code> [private]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZEngine.html#o19">mMouseX</a></td><td><a class="el" href="classZE_1_1ZEngine.html">ZE::ZEngine</a></td><td><code> [private]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZEngine.html#o20">mMouseY</a></td><td><a class="el" href="classZE_1_1ZEngine.html">ZE::ZEngine</a></td><td><code> [private]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZEngine.html#o14">mNeedReload</a></td><td><a class="el" href="classZE_1_1ZEngine.html">ZE::ZEngine</a></td><td><code> [private]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZEngine.html#o9">mNextUpdate</a></td><td><a class="el" href="classZE_1_1ZEngine.html">ZE::ZEngine</a></td><td><code> [private]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZEngine.html#a33">MouseInRect</a>(SDL_Rect *rect)</td><td><a class="el" href="classZE_1_1ZEngine.html">ZE::ZEngine</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZEngine.html#a29">MouseX</a>()</td><td><a class="el" href="classZE_1_1ZEngine.html">ZE::ZEngine</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZEngine.html#a30">MouseY</a>()</td><td><a class="el" href="classZE_1_1ZEngine.html">ZE::ZEngine</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZEngine.html#o8">mPaused</a></td><td><a class="el" href="classZE_1_1ZEngine.html">ZE::ZEngine</a></td><td><code> [private]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZEngine.html#o13">mPausedTime</a></td><td><a class="el" href="classZE_1_1ZEngine.html">ZE::ZEngine</a></td><td><code> [private]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZEngine.html#o18">mQuit</a></td><td><a class="el" href="classZE_1_1ZEngine.html">ZE::ZEngine</a></td><td><code> [private]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZEngine.html#o5">mRate</a></td><td><a class="el" href="classZE_1_1ZEngine.html">ZE::ZEngine</a></td><td><code> [private]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZEngine.html#o7">mScreen</a></td><td><a class="el" href="classZE_1_1ZEngine.html">ZE::ZEngine</a></td><td><code> [private]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZEngine.html#o15">mSecPerFrame</a></td><td><a class="el" href="classZE_1_1ZEngine.html">ZE::ZEngine</a></td><td><code> [private]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZEngine.html#o6">mStereo</a></td><td><a class="el" href="classZE_1_1ZEngine.html">ZE::ZEngine</a></td><td><code> [private]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZEngine.html#o9">mUnpauseOnActive</a></td><td><a class="el" href="classZE_1_1ZEngine.html">ZE::ZEngine</a></td><td><code> [private]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZEngine.html#o6">mPaused</a></td><td><a class="el" href="classZE_1_1ZEngine.html">ZE::ZEngine</a></td><td><code> [private]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZEngine.html#o11">mPausedTime</a></td><td><a class="el" href="classZE_1_1ZEngine.html">ZE::ZEngine</a></td><td><code> [private]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZEngine.html#o16">mQuit</a></td><td><a class="el" href="classZE_1_1ZEngine.html">ZE::ZEngine</a></td><td><code> [private]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZEngine.html#o26">mRate</a></td><td><a class="el" href="classZE_1_1ZEngine.html">ZE::ZEngine</a></td><td><code> [private]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZEngine.html#o5">mScreen</a></td><td><a class="el" href="classZE_1_1ZEngine.html">ZE::ZEngine</a></td><td><code> [private]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZEngine.html#o13">mSecPerFrame</a></td><td><a class="el" href="classZE_1_1ZEngine.html">ZE::ZEngine</a></td><td><code> [private]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZEngine.html#o27">mStereo</a></td><td><a class="el" href="classZE_1_1ZEngine.html">ZE::ZEngine</a></td><td><code> [private]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZEngine.html#o7">mUnpauseOnActive</a></td><td><a class="el" href="classZE_1_1ZEngine.html">ZE::ZEngine</a></td><td><code> [private]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZEngine.html#o0">mWidth</a></td><td><a class="el" href="classZE_1_1ZEngine.html">ZE::ZEngine</a></td><td><code> [private]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZEngine.html#a12">PauseTimer</a>()</td><td><a class="el" href="classZE_1_1ZEngine.html">ZE::ZEngine</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZEngine.html#a21">QuitRequested</a>()</td><td><a class="el" href="classZE_1_1ZEngine.html">ZE::ZEngine</a></td><td></td></tr>
@ -90,7 +90,7 @@
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZEngine.html#a45">Width</a>()</td><td><a class="el" href="classZE_1_1ZEngine.html">ZE::ZEngine</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZEngine.html#a39">WriteLog</a>(string str)</td><td><a class="el" href="classZE_1_1ZEngine.html">ZE::ZEngine</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZEngine.html#c0">ZEngine</a>()</td><td><a class="el" href="classZE_1_1ZEngine.html">ZE::ZEngine</a></td><td><code> [private]</code></td></tr>
</table><hr><address style="align: right;"><small>Generated on Tue Jan 28 16:31:29 2003 for ZEngine by
</table><hr><address style="align: right;"><small>Generated on Sun Apr 27 14:53:40 2003 for ZEngine by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0
width=110 height=53></a>1.3-rc2 </small></address>

View File

@ -5,7 +5,7 @@
</head><body>
<!-- Generated by Doxygen 1.3-rc2 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<hr><h1>ZE::ZEngine Class Reference</h1><code>#include &lt;<a class="el" href="ZE__ZEngine_8h-source.html">ZE_ZEngine.h</a>&gt;</code>
<p>
<a href="classZE_1_1ZEngine-members.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>
@ -88,9 +88,9 @@
<tr><td>&nbsp;</td><td><font size=-1><em>Add a SDL Event Filter for user processing of events.</em> <a href="#a35"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZEngine.html#a36">SetErrorLog</a> (bool logAll, string logFile="")</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Modify Error Logging.</em> <a href="#a36"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZEngine.html#a37">ReportError</a> (<a class="el" href="namespaceZE.html#a16">ZErrorCode</a> code, string desc="", string file="", unsigned int line=0)</td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZEngine.html#a37">ReportError</a> (<a class="el" href="namespaceZE.html#a20">ZErrorCode</a> code, string desc="", string file="", unsigned int line=0)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Report an error.</em> <a href="#a37"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="namespaceZE.html#a16">ZErrorCode</a>&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZEngine.html#a38">GetLastError</a> ()</td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="namespaceZE.html#a20">ZErrorCode</a>&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZEngine.html#a38">GetLastError</a> ()</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Get the last error.</em> <a href="#a38"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZEngine.html#a39">WriteLog</a> (string str)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Write to the log.</em> <a href="#a39"></a><em></em></font><br><br></td></tr>
@ -140,75 +140,75 @@ bool&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZEngine.html#o3"
<tr><td nowrap align=right valign=top><a name="o4" doxytag="ZE::ZEngine::mInitialized"></a>
bool&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZEngine.html#o4">mInitialized</a></td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>If <a class="el" href="classZE_1_1ZEngine.html">ZEngine</a> display has been setup.</em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a name="o5" doxytag="ZE::ZEngine::mRate"></a>
int&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZEngine.html#o5">mRate</a></td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Sound Bitrate.</em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a name="o6" doxytag="ZE::ZEngine::mStereo"></a>
bool&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZEngine.html#o6">mStereo</a></td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Stereo setting of Sound Subsystem.</em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a name="o7" doxytag="ZE::ZEngine::mScreen"></a>
SDL_Surface *&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZEngine.html#o7">mScreen</a></td></tr>
<tr><td nowrap align=right valign=top><a name="o5" doxytag="ZE::ZEngine::mScreen"></a>
SDL_Surface *&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZEngine.html#o5">mScreen</a></td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Pointer to Display.</em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a name="o8" doxytag="ZE::ZEngine::mPaused"></a>
bool&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZEngine.html#o8">mPaused</a></td></tr>
<tr><td nowrap align=right valign=top><a name="o6" doxytag="ZE::ZEngine::mPaused"></a>
bool&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZEngine.html#o6">mPaused</a></td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Keep track of paused state of game.</em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a name="o9" doxytag="ZE::ZEngine::mUnpauseOnActive"></a>
bool&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZEngine.html#o9">mUnpauseOnActive</a></td></tr>
<tr><td nowrap align=right valign=top><a name="o7" doxytag="ZE::ZEngine::mUnpauseOnActive"></a>
bool&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZEngine.html#o7">mUnpauseOnActive</a></td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Keep track of if <a class="el" href="classZE_1_1ZEngine.html">ZEngine</a> should unpause on active event.</em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a name="o10" doxytag="ZE::ZEngine::mDesiredFramerate"></a>
Uint8&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZEngine.html#o10">mDesiredFramerate</a></td></tr>
<tr><td nowrap align=right valign=top><a name="o8" doxytag="ZE::ZEngine::mDesiredFramerate"></a>
Uint8&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZEngine.html#o8">mDesiredFramerate</a></td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Value framerate strives to be at, set by SetDesiredFramerate.</em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a name="o11" doxytag="ZE::ZEngine::mNextUpdate"></a>
Uint32&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZEngine.html#o11">mNextUpdate</a></td></tr>
<tr><td nowrap align=right valign=top><a name="o9" doxytag="ZE::ZEngine::mNextUpdate"></a>
Uint32&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZEngine.html#o9">mNextUpdate</a></td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Time scheduled for next update (used for framerate locked movement).</em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a name="o12" doxytag="ZE::ZEngine::mLastPause"></a>
Uint32&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZEngine.html#o12">mLastPause</a></td></tr>
<tr><td nowrap align=right valign=top><a name="o10" doxytag="ZE::ZEngine::mLastPause"></a>
Uint32&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZEngine.html#o10">mLastPause</a></td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Keep track of time game was last paused.</em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a name="o13" doxytag="ZE::ZEngine::mPausedTime"></a>
Uint32&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZEngine.html#o13">mPausedTime</a></td></tr>
<tr><td nowrap align=right valign=top><a name="o11" doxytag="ZE::ZEngine::mPausedTime"></a>
Uint32&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZEngine.html#o11">mPausedTime</a></td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Keep track of total globally paused time.</em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a name="o14" doxytag="ZE::ZEngine::mLastTime"></a>
Uint32&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZEngine.html#o14">mLastTime</a></td></tr>
<tr><td nowrap align=right valign=top><a name="o12" doxytag="ZE::ZEngine::mLastTime"></a>
Uint32&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZEngine.html#o12">mLastTime</a></td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Keep track of last screen update time.</em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a name="o15" doxytag="ZE::ZEngine::mSecPerFrame"></a>
double&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZEngine.html#o15">mSecPerFrame</a></td></tr>
<tr><td nowrap align=right valign=top><a name="o13" doxytag="ZE::ZEngine::mSecPerFrame"></a>
double&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZEngine.html#o13">mSecPerFrame</a></td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Seconds per frame.</em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a name="o16" doxytag="ZE::ZEngine::mNeedReload"></a>
bool&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZEngine.html#o16">mNeedReload</a></td></tr>
<tr><td nowrap align=right valign=top><a name="o14" doxytag="ZE::ZEngine::mNeedReload"></a>
bool&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZEngine.html#o14">mNeedReload</a></td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>bool which is only set to true if the engine thinks the images need to be reloaded (loss of focus in fullscreen).</em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a name="o17" doxytag="ZE::ZEngine::mActive"></a>
bool&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZEngine.html#o17">mActive</a></td></tr>
<tr><td nowrap align=right valign=top><a name="o15" doxytag="ZE::ZEngine::mActive"></a>
bool&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZEngine.html#o15">mActive</a></td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>bool describing Active or Inactive State of Game</em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a name="o18" doxytag="ZE::ZEngine::mQuit"></a>
bool&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZEngine.html#o18">mQuit</a></td></tr>
<tr><td nowrap align=right valign=top><a name="o16" doxytag="ZE::ZEngine::mQuit"></a>
bool&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZEngine.html#o16">mQuit</a></td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>bool for checking if a Quit event has been detected</em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a name="o19" doxytag="ZE::ZEngine::mKeyIsPressed"></a>
Uint8 *&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZEngine.html#o19">mKeyIsPressed</a></td></tr>
<tr><td nowrap align=right valign=top><a name="o17" doxytag="ZE::ZEngine::mKeyIsPressed"></a>
Uint8 *&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZEngine.html#o17">mKeyIsPressed</a></td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Pointer to array of Keys.</em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a name="o20" doxytag="ZE::ZEngine::mKeyPress"></a>
bool&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZEngine.html#o20">mKeyPress</a> [SDLK_LAST]</td></tr>
<tr><td nowrap align=right valign=top><a name="o18" doxytag="ZE::ZEngine::mKeyPress"></a>
bool&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZEngine.html#o18">mKeyPress</a> [SDLK_LAST]</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Array of keys, used by KeyPress.</em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a name="o21" doxytag="ZE::ZEngine::mMouseX"></a>
int&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZEngine.html#o21">mMouseX</a></td></tr>
<tr><td nowrap align=right valign=top><a name="o19" doxytag="ZE::ZEngine::mMouseX"></a>
int&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZEngine.html#o19">mMouseX</a></td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>X Position of Mouse.</em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a name="o22" doxytag="ZE::ZEngine::mMouseY"></a>
int&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZEngine.html#o22">mMouseY</a></td></tr>
<tr><td nowrap align=right valign=top><a name="o20" doxytag="ZE::ZEngine::mMouseY"></a>
int&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZEngine.html#o20">mMouseY</a></td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Y Position of Mouse.</em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a name="o23" doxytag="ZE::ZEngine::mMouseB"></a>
Uint8&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZEngine.html#o23">mMouseB</a></td></tr>
<tr><td nowrap align=right valign=top><a name="o21" doxytag="ZE::ZEngine::mMouseB"></a>
Uint8&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZEngine.html#o21">mMouseB</a></td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Mouse Button Information.</em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a name="o24" doxytag="ZE::ZEngine::mErrorQueue"></a>
queue&lt; <a class="el" href="classZE_1_1ZError.html">ZError</a> &gt;&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZEngine.html#o24">mErrorQueue</a></td></tr>
<tr><td nowrap align=right valign=top><a name="o22" doxytag="ZE::ZEngine::mErrorQueue"></a>
queue&lt; <a class="el" href="classZE_1_1ZError.html">ZError</a> &gt;&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZEngine.html#o22">mErrorQueue</a></td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Stack of Errors which have occured.</em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a name="o25" doxytag="ZE::ZEngine::mCurError"></a>
<a class="el" href="classZE_1_1ZError.html">ZError</a>&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZEngine.html#o25">mCurError</a></td></tr>
<tr><td nowrap align=right valign=top><a name="o23" doxytag="ZE::ZEngine::mCurError"></a>
<a class="el" href="classZE_1_1ZError.html">ZError</a>&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZEngine.html#o23">mCurError</a></td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Current error.</em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a name="o26" doxytag="ZE::ZEngine::mLogAllErrors"></a>
bool&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZEngine.html#o26">mLogAllErrors</a></td></tr>
<tr><td nowrap align=right valign=top><a name="o24" doxytag="ZE::ZEngine::mLogAllErrors"></a>
bool&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZEngine.html#o24">mLogAllErrors</a></td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Option controlling how logfile is used.</em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a name="o27" doxytag="ZE::ZEngine::mErrlog"></a>
FILE *&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZEngine.html#o27">mErrlog</a></td></tr>
<tr><td nowrap align=right valign=top><a name="o25" doxytag="ZE::ZEngine::mErrlog"></a>
FILE *&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZEngine.html#o25">mErrlog</a></td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>C-style FILE* for error logging.</em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a name="o26" doxytag="ZE::ZEngine::mRate"></a>
int&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZEngine.html#o26">mRate</a></td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Sound Bitrate.</em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a name="o27" doxytag="ZE::ZEngine::mStereo"></a>
bool&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZEngine.html#o27">mStereo</a></td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Stereo setting of Sound Subsystem.</em></font><br><br></td></tr>
<tr><td colspan=2><br><h2>Static Private Attributes</h2></td></tr>
<tr><td nowrap align=right valign=top><a name="r0" doxytag="ZE::ZEngine::sInstance"></a>
ZEngine *&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZEngine.html#r0">sInstance</a> = NULL</td></tr>
@ -425,7 +425,7 @@ Sets display parameters to specified parameters. (called before CreateDisplay)
<td>
<p>
Set sound settings to specified parameters. (called before CreateDisplay)
Set sound settings to specified parameters. (If not called before CreateDisplay rate will default to 22050+mono)
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
@ -471,7 +471,7 @@ Set sound settings to specified parameters. (called before CreateDisplay)
<td>
<p>
SetupDisplay and SetupSound should be called prior to this to change settings, settings from those do not go into effect until this function is called. Specify no icon file to use default icon. Returns result of setting up <a class="el" href="classZE_1_1ZEngine.html">ZEngine</a>, and logs error if false is returned (Trys not to fail + returns bool in versions &gt;= 0.8.2).
SetupDisplay and SetupSound should be called prior to this to change settings, settings from those do not go into effect until this function is called. Specify no icon file to use default icon for OS. Returns result of setting up <a class="el" href="classZE_1_1ZEngine.html">ZEngine</a>, and logs error if false is returned (Trys not to fail + returns bool in versions &gt;= 0.8.2).
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
@ -1160,7 +1160,7 @@ Function that is good to call every frame to check if images should be reloaded,
<td>
<p>
Calls SDL_EnableKeyRepeat(rate,rate) because usually this is the desired movement style for games. The rate is set to 30 upon the creation of the display, pass zero to disable this. SDL_EnableKeyRepeat can be called separately: <a href="http://sdldoc.csn.ul.ie/sdlenablekeyrepeat.php.">http://sdldoc.csn.ul.ie/sdlenablekeyrepeat.php.</a>
Calls SDL_EnableKeyRepeat(rate,rate) because usually this is the desired movement style for games. 0 to disable. If 2 different values are needed SDL_EnableKeyRepeat can be called separately: <a href="http://sdldoc.csn.ul.ie/sdlenablekeyrepeat.php.">http://sdldoc.csn.ul.ie/sdlenablekeyrepeat.php.</a>
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
@ -1598,7 +1598,7 @@ Change the way errors are logged and the file they are logged to, before calling
<tr>
<td class="md" nowrap valign="top"> void ZE::ZEngine::ReportError </td>
<td class="md" valign="top">(&nbsp;</td>
<td class="md" nowrap valign="top"><a class="el" href="namespaceZE.html#a16">ZErrorCode</a>&nbsp;</td>
<td class="md" nowrap valign="top"><a class="el" href="namespaceZE.html#a20">ZErrorCode</a>&nbsp;</td>
<td class="mdname" nowrap>&nbsp; <em>code</em>, </td>
</tr>
<tr>
@ -1655,7 +1655,7 @@ Adds the error to the the error queue, and sets the current error to this error.
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> <a class="el" href="namespaceZE.html#a16">ZErrorCode</a> ZE::ZEngine::GetLastError </td>
<td class="md" nowrap valign="top"> <a class="el" href="namespaceZE.html#a20">ZErrorCode</a> ZE::ZEngine::GetLastError </td>
<td class="md" valign="top">(&nbsp;</td>
<td class="mdname1" valign="top" nowrap>&nbsp; </td>
<td class="md" valign="top">)&nbsp;</td>
@ -2011,7 +2011,7 @@ Get Fullscreen setting of Display. <dl compact><dt><b>Returns:</b></dt><dd>True
</table>
<hr>The documentation for this class was generated from the following files:<ul>
<li>/include/<a class="el" href="ZE__ZEngine_8h-source.html">ZE_ZEngine.h</a><li>/src/<a class="el" href="ZE__ZEngine_8cpp.html">ZE_ZEngine.cpp</a></ul>
<hr><address style="align: right;"><small>Generated on Tue Jan 28 16:31:29 2003 for ZEngine by
<hr><address style="align: right;"><small>Generated on Sun Apr 27 14:53:40 2003 for ZEngine by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0
width=110 height=53></a>1.3-rc2 </small></address>

View File

@ -5,20 +5,21 @@
</head><body>
<!-- Generated by Doxygen 1.3-rc2 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<hr><h1>ZE::ZError Member List</h1>This is the complete list of members for <a class="el" href="classZE_1_1ZError.html">ZE::ZError</a>, including all inherited members.<table>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZError.html#a2">Code</a>() const</td><td><a class="el" href="classZE_1_1ZError.html">ZE::ZError</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZError.html#a1">Create</a>(ZErrorCode code, string desc="", string file="", int line=0)</td><td><a class="el" href="classZE_1_1ZError.html">ZE::ZError</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZError.html#a3">Code</a>() const</td><td><a class="el" href="classZE_1_1ZError.html">ZE::ZError</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZError.html#a2">Create</a>(ZErrorCode code, string desc="", string file="", int line=0)</td><td><a class="el" href="classZE_1_1ZError.html">ZE::ZError</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZError.html#d0">CreateStringTable</a>()</td><td><a class="el" href="classZE_1_1ZError.html">ZE::ZError</a></td><td><code> [static]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZError.html#d1">DestroyStringTable</a>()</td><td><a class="el" href="classZE_1_1ZError.html">ZE::ZError</a></td><td><code> [static]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZError.html#a3">LogString</a>() const</td><td><a class="el" href="classZE_1_1ZError.html">ZE::ZError</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZError.html#a4">LogString</a>() const</td><td><a class="el" href="classZE_1_1ZError.html">ZE::ZError</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZError.html#n0">rCode</a></td><td><a class="el" href="classZE_1_1ZError.html">ZE::ZError</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZError.html#n1">rDescription</a></td><td><a class="el" href="classZE_1_1ZError.html">ZE::ZError</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZError.html#n2">rFilename</a></td><td><a class="el" href="classZE_1_1ZError.html">ZE::ZError</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZError.html#n3">rLine</a></td><td><a class="el" href="classZE_1_1ZError.html">ZE::ZError</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZError.html#q0">sErrorDesc</a></td><td><a class="el" href="classZE_1_1ZError.html">ZE::ZError</a></td><td><code> [protected, static]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZError.html#a0">ZError</a>(ZErrorCode code=ZERR_NONE, string desc="", string file="", int line=0)</td><td><a class="el" href="classZE_1_1ZError.html">ZE::ZError</a></td><td></td></tr>
</table><hr><address style="align: right;"><small>Generated on Tue Jan 28 16:31:29 2003 for ZEngine by
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZError.html#a1">~ZError</a>()</td><td><a class="el" href="classZE_1_1ZError.html">ZE::ZError</a></td><td><code> [virtual]</code></td></tr>
</table><hr><address style="align: right;"><small>Generated on Sun Apr 27 14:53:40 2003 for ZEngine by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0
width=110 height=53></a>1.3-rc2 </small></address>

View File

@ -5,24 +5,26 @@
</head><body>
<!-- Generated by Doxygen 1.3-rc2 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<hr><h1>ZE::ZError Class Reference</h1><code>#include &lt;<a class="el" href="ZE__ZError_8h-source.html">ZE_ZError.h</a>&gt;</code>
<p>
<a href="classZE_1_1ZError-members.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>
<a class="el" href="classZE_1_1ZError.html">ZError</a> class for storing and printing information on errors. Inherited from <a class="el" href="classZE_1_1ZObject.html">ZObject</a> and tied closely to <a class="el" href="classZE_1_1ZEngine.html">ZEngine</a>. <dl compact><dt><b>Since:</b></dt><dd>0.8.2 </dd></dl>
<a class="el" href="classZE_1_1ZError.html">ZError</a> class for storing and printing information on errors. Inherited from ZObject and tied closely to <a class="el" href="classZE_1_1ZEngine.html">ZEngine</a>. <dl compact><dt><b>Since:</b></dt><dd>0.8.2 </dd></dl>
<p>
<table border=0 cellpadding=0 cellspacing=0>
<tr><td></td></tr>
<tr><td colspan=2><br><h2>Public Methods</h2></td></tr>
<tr><td nowrap align=right valign=top>&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZError.html#a0">ZError</a> (<a class="el" href="namespaceZE.html#a16">ZErrorCode</a> code=ZERR_NONE, string desc="", string file="", int line=0)</td></tr>
<tr><td nowrap align=right valign=top>&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZError.html#a0">ZError</a> (<a class="el" href="namespaceZE.html#a20">ZErrorCode</a> code=ZERR_NONE, string desc="", string file="", int line=0)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Default constructor for <a class="el" href="classZE_1_1ZError.html">ZError</a>.</em> <a href="#a0"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZError.html#a1">Create</a> (<a class="el" href="namespaceZE.html#a16">ZErrorCode</a> code, string desc="", string file="", int line=0)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Set members of error object.</em> <a href="#a1"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="namespaceZE.html#a16">ZErrorCode</a>&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZError.html#a2">Code</a> () const</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Get ZErrorCode of error.</em> <a href="#a2"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>string&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZError.html#a3">LogString</a> () const</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Get formatted string for log file.</em> <a href="#a3"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>virtual&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZError.html#a1">~ZError</a> ()</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Virtual Destructor.</em> <a href="#a1"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZError.html#a2">Create</a> (<a class="el" href="namespaceZE.html#a20">ZErrorCode</a> code, string desc="", string file="", int line=0)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Set members of error object.</em> <a href="#a2"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a class="el" href="namespaceZE.html#a20">ZErrorCode</a>&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZError.html#a3">Code</a> () const</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Get ZErrorCode of error.</em> <a href="#a3"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>string&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZError.html#a4">LogString</a> () const</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Get formatted string for log file.</em> <a href="#a4"></a><em></em></font><br><br></td></tr>
<tr><td colspan=2><br><h2>Static Public Methods</h2></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZError.html#d0">CreateStringTable</a> ()</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Construct string table for error strings.</em> <a href="#d0"></a><em></em></font><br><br></td></tr>
@ -30,7 +32,7 @@
<tr><td>&nbsp;</td><td><font size=-1><em>Destroy string table of error strings.</em> <a href="#d1"></a><em></em></font><br><br></td></tr>
<tr><td colspan=2><br><h2>Protected Attributes</h2></td></tr>
<tr><td nowrap align=right valign=top><a name="n0" doxytag="ZE::ZError::rCode"></a>
<a class="el" href="namespaceZE.html#a16">ZErrorCode</a>&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZError.html#n0">rCode</a></td></tr>
<a class="el" href="namespaceZE.html#a20">ZErrorCode</a>&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZError.html#n0">rCode</a></td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Error ID.</em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a name="n1" doxytag="ZE::ZError::rDescription"></a>
string&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZError.html#n1">rDescription</a></td></tr>
@ -55,7 +57,7 @@ string *&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZError.html#
<tr>
<td class="md" nowrap valign="top"> ZE::ZError::ZError </td>
<td class="md" valign="top">(&nbsp;</td>
<td class="md" nowrap valign="top"><a class="el" href="namespaceZE.html#a16">ZErrorCode</a>&nbsp;</td>
<td class="md" nowrap valign="top"><a class="el" href="namespaceZE.html#a20">ZErrorCode</a>&nbsp;</td>
<td class="mdname" nowrap>&nbsp; <em>code</em> = ZERR_NONE, </td>
</tr>
<tr>
@ -105,6 +107,34 @@ Make new <a class="el" href="classZE_1_1ZError.html">ZError</a> object, by defau
</td>
</tr>
</table>
<a name="a1" doxytag="ZE::ZError::~ZError"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> ZE::ZError::~ZError </td>
<td class="md" valign="top">(&nbsp;</td>
<td class="mdname1" valign="top" nowrap>&nbsp; </td>
<td class="md" valign="top">)&nbsp;</td>
<td class="md" nowrap><code> [virtual]</code></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Virtual destructor making future inheritance safe. </td>
</tr>
</table>
<hr><h2>Member Function Documentation</h2>
<a name="d0" doxytag="ZE::ZError::CreateStringTable"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
@ -162,7 +192,7 @@ Constructs a string table for errors, enabling <a class="el" href="classZE_1_1ZE
Properly delete the string table, freeing all memory used by the strings. </td>
</tr>
</table>
<a name="a1" doxytag="ZE::ZError::Create"></a><p>
<a name="a2" doxytag="ZE::ZError::Create"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
@ -170,7 +200,7 @@ Properly delete the string table, freeing all memory used by the strings. </
<tr>
<td class="md" nowrap valign="top"> void ZE::ZError::Create </td>
<td class="md" valign="top">(&nbsp;</td>
<td class="md" nowrap valign="top"><a class="el" href="namespaceZE.html#a16">ZErrorCode</a>&nbsp;</td>
<td class="md" nowrap valign="top"><a class="el" href="namespaceZE.html#a20">ZErrorCode</a>&nbsp;</td>
<td class="mdname" nowrap>&nbsp; <em>code</em>, </td>
</tr>
<tr>
@ -220,13 +250,13 @@ Set new values in <a class="el" href="classZE_1_1ZError.html">ZError</a> object.
</td>
</tr>
</table>
<a name="a2" doxytag="ZE::ZError::Code"></a><p>
<a name="a3" doxytag="ZE::ZError::Code"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> <a class="el" href="namespaceZE.html#a16">ZErrorCode</a> ZE::ZError::Code </td>
<td class="md" nowrap valign="top"> <a class="el" href="namespaceZE.html#a20">ZErrorCode</a> ZE::ZError::Code </td>
<td class="md" valign="top">(&nbsp;</td>
<td class="mdname1" valign="top" nowrap>&nbsp; </td>
<td class="md" valign="top">)&nbsp;</td>
@ -249,7 +279,7 @@ Access ZErrorCode of the <a class="el" href="classZE_1_1ZError.html">ZError</a>
</td>
</tr>
</table>
<a name="a3" doxytag="ZE::ZError::LogString"></a><p>
<a name="a4" doxytag="ZE::ZError::LogString"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
@ -279,7 +309,7 @@ Return the string to be written to the logfile. Called by <a class="el" href="cl
</table>
<hr>The documentation for this class was generated from the following files:<ul>
<li>/include/<a class="el" href="ZE__ZError_8h-source.html">ZE_ZError.h</a><li>/src/<a class="el" href="ZE__ZError_8cpp.html">ZE_ZError.cpp</a></ul>
<hr><address style="align: right;"><small>Generated on Tue Jan 28 16:31:29 2003 for ZEngine by
<hr><address style="align: right;"><small>Generated on Sun Apr 27 14:53:40 2003 for ZEngine by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0
width=110 height=53></a>1.3-rc2 </small></address>

View File

@ -5,7 +5,7 @@
</head><body>
<!-- Generated by Doxygen 1.3-rc2 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<hr><h1>ZE::ZFont Member List</h1>This is the complete list of members for <a class="el" href="classZE_1_1ZFont.html">ZE::ZFont</a>, including all inherited members.<table>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZFont.html#a6">DrawShadedText</a>(string text, ZImage &amp;image) const</td><td><a class="el" href="classZE_1_1ZFont.html">ZE::ZFont</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZFont.html#a5">DrawText</a>(string text, ZImage &amp;image) const</td><td><a class="el" href="classZE_1_1ZFont.html">ZE::ZFont</a></td><td></td></tr>
@ -16,13 +16,13 @@
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZFont.html#a14">IsUnderlined</a>() const</td><td><a class="el" href="classZE_1_1ZFont.html">ZE::ZFont</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZFont.html#a16">LineSkip</a>() const</td><td><a class="el" href="classZE_1_1ZFont.html">ZE::ZFont</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZFont.html#a3">Open</a>(string filename, int size)</td><td><a class="el" href="classZE_1_1ZFont.html">ZE::ZFont</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZFont.html#n3">rBGColor</a></td><td><a class="el" href="classZE_1_1ZFont.html">ZE::ZFont</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZFont.html#n2">rColor</a></td><td><a class="el" href="classZE_1_1ZFont.html">ZE::ZFont</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZFont.html#n4">rBGColor</a></td><td><a class="el" href="classZE_1_1ZFont.html">ZE::ZFont</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZFont.html#n3">rColor</a></td><td><a class="el" href="classZE_1_1ZFont.html">ZE::ZFont</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZFont.html#a4">Release</a>()</td><td><a class="el" href="classZE_1_1ZFont.html">ZE::ZFont</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZObject.html#n0">rEngine</a></td><td><a class="el" href="classZE_1_1ZObject.html">ZE::ZObject</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZFont.html#n0">rEngine</a></td><td><a class="el" href="classZE_1_1ZFont.html">ZE::ZFont</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZFont.html#a10">Resize</a>(int size)</td><td><a class="el" href="classZE_1_1ZFont.html">ZE::ZFont</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZFont.html#n1">rFilename</a></td><td><a class="el" href="classZE_1_1ZFont.html">ZE::ZFont</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZFont.html#n0">rFont</a></td><td><a class="el" href="classZE_1_1ZFont.html">ZE::ZFont</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZFont.html#n2">rFilename</a></td><td><a class="el" href="classZE_1_1ZFont.html">ZE::ZFont</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZFont.html#n1">rFont</a></td><td><a class="el" href="classZE_1_1ZFont.html">ZE::ZFont</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZFont.html#a8">SetBGColor</a>(Uint8 r, Uint8 g, Uint8 b)</td><td><a class="el" href="classZE_1_1ZFont.html">ZE::ZFont</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZFont.html#a7">SetColor</a>(Uint8 r, Uint8 g, Uint8 b)</td><td><a class="el" href="classZE_1_1ZFont.html">ZE::ZFont</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZFont.html#a9">SetStyle</a>(bool bold, bool italic, bool underline)</td><td><a class="el" href="classZE_1_1ZFont.html">ZE::ZFont</a></td><td></td></tr>
@ -30,10 +30,8 @@
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZFont.html#a17">StringWidth</a>(string text) const</td><td><a class="el" href="classZE_1_1ZFont.html">ZE::ZFont</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZFont.html#a0">ZFont</a>()</td><td><a class="el" href="classZE_1_1ZFont.html">ZE::ZFont</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZFont.html#a1">ZFont</a>(string filename, int size)</td><td><a class="el" href="classZE_1_1ZFont.html">ZE::ZFont</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZObject.html#a0">ZObject</a>()</td><td><a class="el" href="classZE_1_1ZObject.html">ZE::ZObject</a></td><td><code> [inline]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZFont.html#a2">~ZFont</a>()</td><td><a class="el" href="classZE_1_1ZFont.html">ZE::ZFont</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZObject.html#a1">~ZObject</a>()</td><td><a class="el" href="classZE_1_1ZObject.html">ZE::ZObject</a></td><td><code> [inline, virtual]</code></td></tr>
</table><hr><address style="align: right;"><small>Generated on Tue Jan 28 16:31:29 2003 for ZEngine by
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZFont.html#a2">~ZFont</a>()</td><td><a class="el" href="classZE_1_1ZFont.html">ZE::ZFont</a></td><td><code> [virtual]</code></td></tr>
</table><hr><address style="align: right;"><small>Generated on Sun Apr 27 14:53:40 2003 for ZEngine by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0
width=110 height=53></a>1.3-rc2 </small></address>

View File

@ -5,13 +5,11 @@
</head><body>
<!-- Generated by Doxygen 1.3-rc2 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<hr><h1>ZE::ZFont Class Reference</h1><code>#include &lt;<a class="el" href="ZE__ZFont_8h-source.html">ZE_ZFont.h</a>&gt;</code>
<p>
Inherits <a class="el" href="classZE_1_1ZObject.html">ZE::ZObject</a>.
<p>
<a href="classZE_1_1ZFont-members.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>
<a class="el" href="classZE_1_1ZFont.html">ZFont</a> font container class, class wraps common features of SDL_TTF. Inherited from <a class="el" href="classZE_1_1ZObject.html">ZObject</a>.
<a class="el" href="classZE_1_1ZFont.html">ZFont</a> font container class, class wraps common features of SDL_TTF. Inherited from ZObject.
<p>
<table border=0 cellpadding=0 cellspacing=0>
<tr><td></td></tr>
@ -20,7 +18,7 @@ Inherits <a class="el" href="classZE_1_1ZObject.html">ZE::ZObject</a>.
<tr><td>&nbsp;</td><td><font size=-1><em>Default Constructor.</em> <a href="#a0"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZFont.html#a1">ZFont</a> (string filename, int size)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Constructor that opens a font with a certain size.</em> <a href="#a1"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZFont.html#a2">~ZFont</a> ()</td></tr>
<tr><td nowrap align=right valign=top>virtual&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZFont.html#a2">~ZFont</a> ()</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Destructor, frees memory.</em> <a href="#a2"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZFont.html#a3">Open</a> (string filename, int size)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Opens a font with a certain size.</em> <a href="#a3"></a><em></em></font><br><br></td></tr>
@ -55,17 +53,20 @@ Inherits <a class="el" href="classZE_1_1ZObject.html">ZE::ZObject</a>.
<tr><td nowrap align=right valign=top>int&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZFont.html#a18">StringHeight</a> (string text) const</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Get String Height.</em> <a href="#a18"></a><em></em></font><br><br></td></tr>
<tr><td colspan=2><br><h2>Protected Attributes</h2></td></tr>
<tr><td nowrap align=right valign=top><a name="n0" doxytag="ZE::ZFont::rFont"></a>
TTF_Font *&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZFont.html#n0">rFont</a></td></tr>
<tr><td nowrap align=right valign=top><a name="n0" doxytag="ZE::ZFont::rEngine"></a>
<a class="el" href="classZE_1_1ZEngine.html">ZEngine</a> *&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZFont.html#n0">rEngine</a></td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Pointer to <a class="el" href="classZE_1_1ZEngine.html">ZEngine</a> Object.</em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a name="n1" doxytag="ZE::ZFont::rFont"></a>
TTF_Font *&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZFont.html#n1">rFont</a></td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Pointer to font data.</em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a name="n1" doxytag="ZE::ZFont::rFilename"></a>
string&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZFont.html#n1">rFilename</a></td></tr>
<tr><td nowrap align=right valign=top><a name="n2" doxytag="ZE::ZFont::rFilename"></a>
string&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZFont.html#n2">rFilename</a></td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Filename, for resizing.</em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a name="n2" doxytag="ZE::ZFont::rColor"></a>
SDL_Color&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZFont.html#n2">rColor</a></td></tr>
<tr><td nowrap align=right valign=top><a name="n3" doxytag="ZE::ZFont::rColor"></a>
SDL_Color&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZFont.html#n3">rColor</a></td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>SDL_Color for current text color.</em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a name="n3" doxytag="ZE::ZFont::rBGColor"></a>
SDL_Color&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZFont.html#n3">rBGColor</a></td></tr>
<tr><td nowrap align=right valign=top><a name="n4" doxytag="ZE::ZFont::rBGColor"></a>
SDL_Color&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZFont.html#n4">rBGColor</a></td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>SDL_Color for background color to be used in shaded draws.</em></font><br><br></td></tr>
</table>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
@ -147,11 +148,11 @@ Constructor simply calls <a class="el" href="classZE_1_1ZFont.html#a3">ZFont::Op
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> ZE::ZFont::~ZFont </td>
<td class="md" nowrap valign="top"> virtual ZE::ZFont::~ZFont </td>
<td class="md" valign="top">(&nbsp;</td>
<td class="mdname1" valign="top" nowrap>&nbsp; </td>
<td class="md" valign="top">)&nbsp;</td>
<td class="md" nowrap></td>
<td class="md" nowrap><code> [virtual]</code></td>
</tr>
</table>
@ -763,7 +764,7 @@ Get Height of String in Current Font in Pixels. <dl compact><dt><b>Parameters:</
</table>
<hr>The documentation for this class was generated from the following file:<ul>
<li>/include/<a class="el" href="ZE__ZFont_8h-source.html">ZE_ZFont.h</a></ul>
<hr><address style="align: right;"><small>Generated on Tue Jan 28 16:31:29 2003 for ZEngine by
<hr><address style="align: right;"><small>Generated on Sun Apr 27 14:53:40 2003 for ZEngine by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0
width=110 height=53></a>1.3-rc2 </small></address>

View File

@ -5,45 +5,47 @@
</head><body>
<!-- Generated by Doxygen 1.3-rc2 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<hr><h1>ZE::ZImage Member List</h1>This is the complete list of members for <a class="el" href="classZE_1_1ZImage.html">ZE::ZImage</a>, including all inherited members.<table>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZImage.html#a23">Alpha</a>() const</td><td><a class="el" href="classZE_1_1ZImage.html">ZE::ZImage</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZImage.html#a8">Attach</a>(SDL_Surface *surface)</td><td><a class="el" href="classZE_1_1ZImage.html">ZE::ZImage</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZImage.html#a16">Bind</a>() const</td><td><a class="el" href="classZE_1_1ZImage.html">ZE::ZImage</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZImage.html#a17">Draw</a>(float x, float y) const</td><td><a class="el" href="classZE_1_1ZImage.html">ZE::ZImage</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZImage.html#a18">DrawRotated</a>(int x, int y, float angle) const</td><td><a class="el" href="classZE_1_1ZImage.html">ZE::ZImage</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZImage.html#a13">Flip</a>(bool horizontal, bool vertical)</td><td><a class="el" href="classZE_1_1ZImage.html">ZE::ZImage</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZImage.html#a22">Height</a>() const</td><td><a class="el" href="classZE_1_1ZImage.html">ZE::ZImage</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZImage.html#a19">IsLoaded</a>() const</td><td><a class="el" href="classZE_1_1ZImage.html">ZE::ZImage</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZImage.html#a6">Open</a>(string filename)</td><td><a class="el" href="classZE_1_1ZImage.html">ZE::ZImage</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZImage.html#a7">OpenFromImage</a>(SDL_Surface *img, Sint16 x, Sint16 y, Sint16 w, Sint16 h)</td><td><a class="el" href="classZE_1_1ZImage.html">ZE::ZImage</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZImage.html#n8">rAlpha</a></td><td><a class="el" href="classZE_1_1ZImage.html">ZE::ZImage</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZImage.html#a10">Release</a>()</td><td><a class="el" href="classZE_1_1ZImage.html">ZE::ZImage</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZImage.html#a9">Reload</a>()</td><td><a class="el" href="classZE_1_1ZImage.html">ZE::ZImage</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZObject.html#n0">rEngine</a></td><td><a class="el" href="classZE_1_1ZObject.html">ZE::ZObject</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZImage.html#a15">Resize</a>(unsigned int width, unsigned int height)</td><td><a class="el" href="classZE_1_1ZImage.html">ZE::ZImage</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZImage.html#n7">rHeight</a></td><td><a class="el" href="classZE_1_1ZImage.html">ZE::ZImage</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZImage.html#n4">rImage</a></td><td><a class="el" href="classZE_1_1ZImage.html">ZE::ZImage</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZImage.html#n5">rTexID</a></td><td><a class="el" href="classZE_1_1ZImage.html">ZE::ZImage</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZImage.html#n2">rTexMaxX</a></td><td><a class="el" href="classZE_1_1ZImage.html">ZE::ZImage</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZImage.html#n3">rTexMaxY</a></td><td><a class="el" href="classZE_1_1ZImage.html">ZE::ZImage</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZImage.html#n0">rTexMinX</a></td><td><a class="el" href="classZE_1_1ZImage.html">ZE::ZImage</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZImage.html#n1">rTexMinY</a></td><td><a class="el" href="classZE_1_1ZImage.html">ZE::ZImage</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZImage.html#n6">rWidth</a></td><td><a class="el" href="classZE_1_1ZImage.html">ZE::ZImage</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZImage.html#a11">SetAlpha</a>(Uint8 alpha)</td><td><a class="el" href="classZE_1_1ZImage.html">ZE::ZImage</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZImage.html#a12">SetColorKey</a>(Uint8 red, Uint8 green, Uint8 blue)</td><td><a class="el" href="classZE_1_1ZImage.html">ZE::ZImage</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZImage.html#a14">Stretch</a>(float xFactor, float yFactor)</td><td><a class="el" href="classZE_1_1ZImage.html">ZE::ZImage</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZImage.html#a20">Surface</a>() const</td><td><a class="el" href="classZE_1_1ZImage.html">ZE::ZImage</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZImage.html#a21">Width</a>() const</td><td><a class="el" href="classZE_1_1ZImage.html">ZE::ZImage</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZImage.html#a27">Alpha</a>() const</td><td><a class="el" href="classZE_1_1ZImage.html">ZE::ZImage</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZImage.html#a10">Attach</a>(SDL_Surface *surface)</td><td><a class="el" href="classZE_1_1ZImage.html">ZE::ZImage</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZImage.html#a18">Bind</a>() const</td><td><a class="el" href="classZE_1_1ZImage.html">ZE::ZImage</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZImage.html#a19">Draw</a>(int x, int y) const</td><td><a class="el" href="classZE_1_1ZImage.html">ZE::ZImage</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZImage.html#a20">Draw</a>(float x, float y) const</td><td><a class="el" href="classZE_1_1ZImage.html">ZE::ZImage</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZImage.html#a21">DrawRotated</a>(int x, int y, float angle) const</td><td><a class="el" href="classZE_1_1ZImage.html">ZE::ZImage</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZImage.html#a22">DrawRotated</a>(float x, float y, float angle) const</td><td><a class="el" href="classZE_1_1ZImage.html">ZE::ZImage</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZImage.html#a15">Flip</a>(bool horizontal, bool vertical)</td><td><a class="el" href="classZE_1_1ZImage.html">ZE::ZImage</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZImage.html#a26">Height</a>() const</td><td><a class="el" href="classZE_1_1ZImage.html">ZE::ZImage</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZImage.html#a23">IsLoaded</a>() const</td><td><a class="el" href="classZE_1_1ZImage.html">ZE::ZImage</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZImage.html#a7">Open</a>(string filename)</td><td><a class="el" href="classZE_1_1ZImage.html">ZE::ZImage</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZImage.html#a8">OpenFromImage</a>(SDL_Surface *img, Sint16 x, Sint16 y, Sint16 w, Sint16 h)</td><td><a class="el" href="classZE_1_1ZImage.html">ZE::ZImage</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZImage.html#a9">OpenFromImage</a>(const ZImage &amp;img, Sint16 x, Sint16 y, Sint16 w, Sint16 h)</td><td><a class="el" href="classZE_1_1ZImage.html">ZE::ZImage</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZImage.html#n9">rAlpha</a></td><td><a class="el" href="classZE_1_1ZImage.html">ZE::ZImage</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZImage.html#a12">Release</a>()</td><td><a class="el" href="classZE_1_1ZImage.html">ZE::ZImage</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZImage.html#a11">Reload</a>()</td><td><a class="el" href="classZE_1_1ZImage.html">ZE::ZImage</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZImage.html#n0">rEngine</a></td><td><a class="el" href="classZE_1_1ZImage.html">ZE::ZImage</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZImage.html#a17">Resize</a>(unsigned int width, unsigned int height)</td><td><a class="el" href="classZE_1_1ZImage.html">ZE::ZImage</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZImage.html#n8">rHeight</a></td><td><a class="el" href="classZE_1_1ZImage.html">ZE::ZImage</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZImage.html#n5">rImage</a></td><td><a class="el" href="classZE_1_1ZImage.html">ZE::ZImage</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZImage.html#n6">rTexID</a></td><td><a class="el" href="classZE_1_1ZImage.html">ZE::ZImage</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZImage.html#n3">rTexMaxX</a></td><td><a class="el" href="classZE_1_1ZImage.html">ZE::ZImage</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZImage.html#n4">rTexMaxY</a></td><td><a class="el" href="classZE_1_1ZImage.html">ZE::ZImage</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZImage.html#n1">rTexMinX</a></td><td><a class="el" href="classZE_1_1ZImage.html">ZE::ZImage</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZImage.html#n2">rTexMinY</a></td><td><a class="el" href="classZE_1_1ZImage.html">ZE::ZImage</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZImage.html#n7">rWidth</a></td><td><a class="el" href="classZE_1_1ZImage.html">ZE::ZImage</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZImage.html#a13">SetAlpha</a>(Uint8 alpha)</td><td><a class="el" href="classZE_1_1ZImage.html">ZE::ZImage</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZImage.html#a14">SetColorKey</a>(Uint8 red, Uint8 green, Uint8 blue)</td><td><a class="el" href="classZE_1_1ZImage.html">ZE::ZImage</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZImage.html#a16">Stretch</a>(float xFactor, float yFactor)</td><td><a class="el" href="classZE_1_1ZImage.html">ZE::ZImage</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZImage.html#a24">Surface</a>() const</td><td><a class="el" href="classZE_1_1ZImage.html">ZE::ZImage</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZImage.html#a25">Width</a>() const</td><td><a class="el" href="classZE_1_1ZImage.html">ZE::ZImage</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZImage.html#a0">ZImage</a>()</td><td><a class="el" href="classZE_1_1ZImage.html">ZE::ZImage</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZImage.html#a1">ZImage</a>(const ZImage &amp;rhs)</td><td><a class="el" href="classZE_1_1ZImage.html">ZE::ZImage</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZImage.html#a2">ZImage</a>(string filename)</td><td><a class="el" href="classZE_1_1ZImage.html">ZE::ZImage</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZImage.html#a3">ZImage</a>(SDL_Surface *surface)</td><td><a class="el" href="classZE_1_1ZImage.html">ZE::ZImage</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZImage.html#a4">ZImage</a>(SDL_Surface *img, Sint16 x, Sint16 y, Sint16 w, Sint16 h)</td><td><a class="el" href="classZE_1_1ZImage.html">ZE::ZImage</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZObject.html#a0">ZObject</a>()</td><td><a class="el" href="classZE_1_1ZObject.html">ZE::ZObject</a></td><td><code> [inline]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZImage.html#a5">~ZImage</a>()</td><td><a class="el" href="classZE_1_1ZImage.html">ZE::ZImage</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZObject.html#a1">~ZObject</a>()</td><td><a class="el" href="classZE_1_1ZObject.html">ZE::ZObject</a></td><td><code> [inline, virtual]</code></td></tr>
</table><hr><address style="align: right;"><small>Generated on Tue Jan 28 16:31:29 2003 for ZEngine by
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZImage.html#a5">ZImage</a>(const ZImage &amp;img, Sint16 x, Sint16 y, Sint16 w, Sint16 h)</td><td><a class="el" href="classZE_1_1ZImage.html">ZE::ZImage</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZImage.html#a6">~ZImage</a>()</td><td><a class="el" href="classZE_1_1ZImage.html">ZE::ZImage</a></td><td><code> [virtual]</code></td></tr>
</table><hr><address style="align: right;"><small>Generated on Sun Apr 27 14:53:40 2003 for ZEngine by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0
width=110 height=53></a>1.3-rc2 </small></address>

View File

@ -5,13 +5,11 @@
</head><body>
<!-- Generated by Doxygen 1.3-rc2 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<hr><h1>ZE::ZImage Class Reference</h1><code>#include &lt;<a class="el" href="ZE__ZImage_8h-source.html">ZE_ZImage.h</a>&gt;</code>
<p>
Inherits <a class="el" href="classZE_1_1ZObject.html">ZE::ZObject</a>.
<p>
<a href="classZE_1_1ZImage-members.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>
<a class="el" href="classZE_1_1ZImage.html">ZImage</a> image drawing class, class wraps common features of SDL_Surface. Inherited from <a class="el" href="classZE_1_1ZObject.html">ZObject</a>.
<a class="el" href="classZE_1_1ZImage.html">ZImage</a> image drawing class, class wraps common features of SDL_Surface. Inherited from ZObject.
<p>
<table border=0 cellpadding=0 cellspacing=0>
<tr><td></td></tr>
@ -26,71 +24,82 @@ Inherits <a class="el" href="classZE_1_1ZObject.html">ZE::ZObject</a>.
<tr><td>&nbsp;</td><td><font size=-1><em>Constructor to Construct from SDL_Surface*.</em> <a href="#a3"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZImage.html#a4">ZImage</a> (SDL_Surface *img, Sint16 x, Sint16 y, Sint16 w, Sint16 h)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Constructor to Construct from part of an SDL_Surface*.</em> <a href="#a4"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZImage.html#a5">~ZImage</a> ()</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Destructor, frees memory.</em> <a href="#a5"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZImage.html#a6">Open</a> (string filename)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Opens a file.</em> <a href="#a6"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZImage.html#a7">OpenFromImage</a> (SDL_Surface *img, Sint16 x, Sint16 y, Sint16 w, Sint16 h)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Cuts part of an existing image to create the new image.</em> <a href="#a7"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZImage.html#a8">Attach</a> (SDL_Surface *surface)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Attach an existing surface to class.</em> <a href="#a8"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZImage.html#a9">Reload</a> ()</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Reattach a preloaded texture that has been lost.</em> <a href="#a9"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZImage.html#a10">Release</a> ()</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Releases image.</em> <a href="#a10"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZImage.html#a11">SetAlpha</a> (Uint8 alpha)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Set alpha value (translucency) of image.</em> <a href="#a11"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZImage.html#a12">SetColorKey</a> (Uint8 red, Uint8 green, Uint8 blue)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Set Color Key (transparent color) of image.</em> <a href="#a12"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZImage.html#a13">Flip</a> (bool horizontal, bool vertical)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Flip image over one or both axes.</em> <a href="#a13"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZImage.html#a14">Stretch</a> (float xFactor, float yFactor)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Stretch the image by a certain X and Y factor.</em> <a href="#a14"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZImage.html#a15">Resize</a> (unsigned int width, unsigned int height)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Resizes an image, stretching to new size.</em> <a href="#a15"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZImage.html#a16">Bind</a> () const</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>OpenGL related bind call.</em> <a href="#a16"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZImage.html#a17">Draw</a> (float x, float y) const</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Draw Image to Screen.</em> <a href="#a17"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZImage.html#a18">DrawRotated</a> (int x, int y, float angle) const</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Draw Image rotated to screen.</em> <a href="#a18"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>bool&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZImage.html#a19">IsLoaded</a> () const</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Check if file is loaded.</em> <a href="#a19"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>SDL_Surface *&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZImage.html#a20">Surface</a> () const</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Get SDL_Surface. Get SDL_Surface pointer to actual image data.</em> <a href="#a20"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>int&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZImage.html#a21">Width</a> () const</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Get Width.</em> <a href="#a21"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>int&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZImage.html#a22">Height</a> () const</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Get Height.</em> <a href="#a22"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>Uint8&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZImage.html#a23">Alpha</a> () const</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Get Alpha component.</em> <a href="#a23"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZImage.html#a5">ZImage</a> (const ZImage &amp;img, Sint16 x, Sint16 y, Sint16 w, Sint16 h)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Constructor to Construct from part of another <a class="el" href="classZE_1_1ZImage.html">ZImage</a>.</em> <a href="#a5"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>virtual&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZImage.html#a6">~ZImage</a> ()</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Destructor, frees memory.</em> <a href="#a6"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZImage.html#a7">Open</a> (string filename)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Opens a file.</em> <a href="#a7"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZImage.html#a8">OpenFromImage</a> (SDL_Surface *img, Sint16 x, Sint16 y, Sint16 w, Sint16 h)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Cuts part of an existing image to create a new image.</em> <a href="#a8"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZImage.html#a9">OpenFromImage</a> (const ZImage &amp;img, Sint16 x, Sint16 y, Sint16 w, Sint16 h)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Cuts part of an existing <a class="el" href="classZE_1_1ZImage.html">ZImage</a> to create a new image.</em> <a href="#a9"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZImage.html#a10">Attach</a> (SDL_Surface *surface)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Attach an existing surface to class.</em> <a href="#a10"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZImage.html#a11">Reload</a> ()</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Reattach a preloaded texture that has been lost.</em> <a href="#a11"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZImage.html#a12">Release</a> ()</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Releases image.</em> <a href="#a12"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZImage.html#a13">SetAlpha</a> (Uint8 alpha)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Set alpha value (translucency) of image.</em> <a href="#a13"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZImage.html#a14">SetColorKey</a> (Uint8 red, Uint8 green, Uint8 blue)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Set Color Key (transparent color) of image.</em> <a href="#a14"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZImage.html#a15">Flip</a> (bool horizontal, bool vertical)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Flip image over one or both axes.</em> <a href="#a15"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZImage.html#a16">Stretch</a> (float xFactor, float yFactor)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Stretch the image by a certain X and Y factor.</em> <a href="#a16"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZImage.html#a17">Resize</a> (unsigned int width, unsigned int height)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Resizes an image, stretching to new size.</em> <a href="#a17"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZImage.html#a18">Bind</a> () const</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>OpenGL related bind call.</em> <a href="#a18"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZImage.html#a19">Draw</a> (int x, int y) const</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Draw Image to Screen.</em> <a href="#a19"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZImage.html#a20">Draw</a> (float x, float y) const</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Draw Image to Screen.</em> <a href="#a20"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZImage.html#a21">DrawRotated</a> (int x, int y, float angle) const</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Draw Image rotated to screen.</em> <a href="#a21"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZImage.html#a22">DrawRotated</a> (float x, float y, float angle) const</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Draw Image rotated to screen.</em> <a href="#a22"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>bool&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZImage.html#a23">IsLoaded</a> () const</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Check if file is loaded.</em> <a href="#a23"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>SDL_Surface *&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZImage.html#a24">Surface</a> () const</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Get SDL_Surface. Get SDL_Surface pointer to actual image data.</em> <a href="#a24"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>int&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZImage.html#a25">Width</a> () const</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Get Width.</em> <a href="#a25"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>int&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZImage.html#a26">Height</a> () const</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Get Height.</em> <a href="#a26"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>Uint8&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZImage.html#a27">Alpha</a> () const</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Get Alpha component.</em> <a href="#a27"></a><em></em></font><br><br></td></tr>
<tr><td colspan=2><br><h2>Protected Attributes</h2></td></tr>
<tr><td nowrap align=right valign=top><a name="n0" doxytag="ZE::ZImage::rTexMinX"></a>
GLfloat&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZImage.html#n0">rTexMinX</a></td></tr>
<tr><td nowrap align=right valign=top><a name="n0" doxytag="ZE::ZImage::rEngine"></a>
<a class="el" href="classZE_1_1ZEngine.html">ZEngine</a> *&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZImage.html#n0">rEngine</a></td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Pointer to <a class="el" href="classZE_1_1ZEngine.html">ZEngine</a> Object.</em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a name="n1" doxytag="ZE::ZImage::rTexMinX"></a>
GLfloat&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZImage.html#n1">rTexMinX</a></td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Texture lower X, used internally for flip.</em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a name="n1" doxytag="ZE::ZImage::rTexMinY"></a>
GLfloat&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZImage.html#n1">rTexMinY</a></td></tr>
<tr><td nowrap align=right valign=top><a name="n2" doxytag="ZE::ZImage::rTexMinY"></a>
GLfloat&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZImage.html#n2">rTexMinY</a></td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Texture lower Y, used internally for flip.</em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a name="n2" doxytag="ZE::ZImage::rTexMaxX"></a>
GLfloat&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZImage.html#n2">rTexMaxX</a></td></tr>
<tr><td nowrap align=right valign=top><a name="n3" doxytag="ZE::ZImage::rTexMaxX"></a>
GLfloat&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZImage.html#n3">rTexMaxX</a></td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Texture X width ratio, used internally by OpenGL.</em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a name="n3" doxytag="ZE::ZImage::rTexMaxY"></a>
GLfloat&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZImage.html#n3">rTexMaxY</a></td></tr>
<tr><td nowrap align=right valign=top><a name="n4" doxytag="ZE::ZImage::rTexMaxY"></a>
GLfloat&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZImage.html#n4">rTexMaxY</a></td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Texture Y width ratio, used internally by OpenGL.</em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a name="n4" doxytag="ZE::ZImage::rImage"></a>
SDL_Surface *&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZImage.html#n4">rImage</a></td></tr>
<tr><td nowrap align=right valign=top><a name="n5" doxytag="ZE::ZImage::rImage"></a>
SDL_Surface *&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZImage.html#n5">rImage</a></td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Stored texture for future use.</em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a name="n5" doxytag="ZE::ZImage::rTexID"></a>
unsigned int&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZImage.html#n5">rTexID</a></td></tr>
<tr><td nowrap align=right valign=top><a name="n6" doxytag="ZE::ZImage::rTexID"></a>
unsigned int&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZImage.html#n6">rTexID</a></td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Texture ID for OpenGL.</em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a name="n6" doxytag="ZE::ZImage::rWidth"></a>
unsigned int&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZImage.html#n6">rWidth</a></td></tr>
<tr><td nowrap align=right valign=top><a name="n7" doxytag="ZE::ZImage::rWidth"></a>
unsigned int&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZImage.html#n7">rWidth</a></td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Current draw width of Texture.</em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a name="n7" doxytag="ZE::ZImage::rHeight"></a>
unsigned int&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZImage.html#n7">rHeight</a></td></tr>
<tr><td nowrap align=right valign=top><a name="n8" doxytag="ZE::ZImage::rHeight"></a>
unsigned int&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZImage.html#n8">rHeight</a></td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Current draw height of Texture.</em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a name="n8" doxytag="ZE::ZImage::rAlpha"></a>
Uint8&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZImage.html#n8">rAlpha</a></td></tr>
<tr><td nowrap align=right valign=top><a name="n9" doxytag="ZE::ZImage::rAlpha"></a>
Uint8&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZImage.html#n9">rAlpha</a></td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Stored alpha value for drawing texture.</em></font><br><br></td></tr>
</table>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
@ -182,7 +191,7 @@ Creates one <a class="el" href="classZE_1_1ZImage.html">ZImage</a> using another
<td>
<p>
Constructor is same as calling <a class="el" href="classZE_1_1ZImage.html#a6">ZImage::Open()</a> on passed filename. <dl compact><dt><b>Parameters:</b></dt><dd>
Constructor is same as calling <a class="el" href="classZE_1_1ZImage.html#a7">ZImage::Open()</a> on passed filename. <dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign=top><em>filename</em>&nbsp;</td><td>File to open as rImage. </td></tr>
</table>
@ -216,7 +225,7 @@ Constructor is same as calling <a class="el" href="classZE_1_1ZImage.html#a6">ZI
<td>
<p>
Constructor is same as calling <a class="el" href="classZE_1_1ZImage.html#a8">ZImage::Attach()</a> on passed SDL_Surface*. <dl compact><dt><b>Parameters:</b></dt><dd>
Constructor is same as calling <a class="el" href="classZE_1_1ZImage.html#a10">ZImage::Attach()</a> on passed SDL_Surface*. <dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign=top><em>surface</em>&nbsp;</td><td>SDL_Surface* to use as rImage. </td></tr>
</table>
@ -277,7 +286,7 @@ Constructor is same as calling <a class="el" href="classZE_1_1ZImage.html#a8">ZI
<td>
<p>
Constructor is same as calling <a class="el" href="classZE_1_1ZImage.html#a7">ZImage::OpenFromImage</a>.
Constructor is same as calling <a class="el" href="classZE_1_1ZImage.html#a8">ZImage::OpenFromImage</a> with an SDL_Surface*.
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
@ -291,17 +300,45 @@ Constructor is same as calling <a class="el" href="classZE_1_1ZImage.html#a7">ZI
</td>
</tr>
</table>
<a name="a5" doxytag="ZE::ZImage::~ZImage"></a><p>
<a name="a5" doxytag="ZE::ZImage::ZImage"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> ZE::ZImage::~ZImage </td>
<td class="md" nowrap valign="top"> ZE::ZImage::ZImage </td>
<td class="md" valign="top">(&nbsp;</td>
<td class="mdname1" valign="top" nowrap>&nbsp; </td>
<td class="md" valign="top">)&nbsp;</td>
<td class="md" nowrap></td>
<td class="md" nowrap valign="top">const ZImage &amp;&nbsp;</td>
<td class="mdname" nowrap>&nbsp; <em>img</em>, </td>
</tr>
<tr>
<td></td>
<td></td>
<td class="md" nowrap>Sint16&nbsp;</td>
<td class="mdname" nowrap>&nbsp; <em>x</em>, </td>
</tr>
<tr>
<td></td>
<td></td>
<td class="md" nowrap>Sint16&nbsp;</td>
<td class="mdname" nowrap>&nbsp; <em>y</em>, </td>
</tr>
<tr>
<td></td>
<td></td>
<td class="md" nowrap>Sint16&nbsp;</td>
<td class="mdname" nowrap>&nbsp; <em>w</em>, </td>
</tr>
<tr>
<td></td>
<td></td>
<td class="md" nowrap>Sint16&nbsp;</td>
<td class="mdname" nowrap>&nbsp; <em>h</em></td>
</tr>
<tr>
<td></td>
<td class="md">)&nbsp;</td>
<td class="md" colspan="2"></td>
</tr>
</table>
@ -316,11 +353,50 @@ Constructor is same as calling <a class="el" href="classZE_1_1ZImage.html#a7">ZI
<td>
<p>
Destructor calls <a class="el" href="classZE_1_1ZImage.html#a10">ZImage::Release()</a>. </td>
Constructor is same as calling <a class="el" href="classZE_1_1ZImage.html#a8">ZImage::OpenFromImage</a> with a <a class="el" href="classZE_1_1ZImage.html">ZImage</a>.
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign=top><em>img</em>&nbsp;</td><td>Image to take new image from. </td></tr>
<tr><td valign=top><em>x</em>&nbsp;</td><td>X Coordinate in source of top left corner. </td></tr>
<tr><td valign=top><em>y</em>&nbsp;</td><td>Y Coordinate in source of top left corner. </td></tr>
<tr><td valign=top><em>w</em>&nbsp;</td><td>Width of new image. </td></tr>
<tr><td valign=top><em>h</em>&nbsp;</td><td>Height of new image. </td></tr>
</table>
</dl>
</td>
</tr>
</table>
<a name="a6" doxytag="ZE::ZImage::~ZImage"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> ZE::ZImage::~ZImage </td>
<td class="md" valign="top">(&nbsp;</td>
<td class="mdname1" valign="top" nowrap>&nbsp; </td>
<td class="md" valign="top">)&nbsp;</td>
<td class="md" nowrap><code> [virtual]</code></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Destructor calls <a class="el" href="classZE_1_1ZImage.html#a12">ZImage::Release()</a>. </td>
</tr>
</table>
<hr><h2>Member Function Documentation</h2>
<a name="a6" doxytag="ZE::ZImage::Open"></a><p>
<a name="a7" doxytag="ZE::ZImage::Open"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
@ -354,7 +430,7 @@ Open a file using <a class="el" href="classZE_1_1ZEngine.html">ZEngine</a>. Load
</td>
</tr>
</table>
<a name="a7" doxytag="ZE::ZImage::OpenFromImage"></a><p>
<a name="a8" doxytag="ZE::ZImage::OpenFromImage"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
@ -411,7 +487,7 @@ Cut part of an SDL_Surface to create a new Image.
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign=top><em>img</em>&nbsp;</td><td>Image to take new image from. </td></tr>
<tr><td valign=top><em>img</em>&nbsp;</td><td>SDL_Surface* to take new image from. </td></tr>
<tr><td valign=top><em>x</em>&nbsp;</td><td>X Coordinate in source of top left corner. </td></tr>
<tr><td valign=top><em>y</em>&nbsp;</td><td>Y Coordinate in source of top left corner. </td></tr>
<tr><td valign=top><em>w</em>&nbsp;</td><td>Width of new image. </td></tr>
@ -421,7 +497,74 @@ Cut part of an SDL_Surface to create a new Image.
</td>
</tr>
</table>
<a name="a8" doxytag="ZE::ZImage::Attach"></a><p>
<a name="a9" doxytag="ZE::ZImage::OpenFromImage"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> void ZE::ZImage::OpenFromImage </td>
<td class="md" valign="top">(&nbsp;</td>
<td class="md" nowrap valign="top">const ZImage &amp;&nbsp;</td>
<td class="mdname" nowrap>&nbsp; <em>img</em>, </td>
</tr>
<tr>
<td></td>
<td></td>
<td class="md" nowrap>Sint16&nbsp;</td>
<td class="mdname" nowrap>&nbsp; <em>x</em>, </td>
</tr>
<tr>
<td></td>
<td></td>
<td class="md" nowrap>Sint16&nbsp;</td>
<td class="mdname" nowrap>&nbsp; <em>y</em>, </td>
</tr>
<tr>
<td></td>
<td></td>
<td class="md" nowrap>Sint16&nbsp;</td>
<td class="mdname" nowrap>&nbsp; <em>w</em>, </td>
</tr>
<tr>
<td></td>
<td></td>
<td class="md" nowrap>Sint16&nbsp;</td>
<td class="mdname" nowrap>&nbsp; <em>h</em></td>
</tr>
<tr>
<td></td>
<td class="md">)&nbsp;</td>
<td class="md" colspan="2"></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Cut part of another <a class="el" href="classZE_1_1ZImage.html">ZImage</a> to create a new Image.
<p>
<dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign=top><em>img</em>&nbsp;</td><td><a class="el" href="classZE_1_1ZImage.html">ZImage</a> to take new image from. </td></tr>
<tr><td valign=top><em>x</em>&nbsp;</td><td>X Coordinate in source of top left corner. </td></tr>
<tr><td valign=top><em>y</em>&nbsp;</td><td>Y Coordinate in source of top left corner. </td></tr>
<tr><td valign=top><em>w</em>&nbsp;</td><td>Width of new image. </td></tr>
<tr><td valign=top><em>h</em>&nbsp;</td><td>Height of new image. </td></tr>
</table>
</dl>
</td>
</tr>
</table>
<a name="a10" doxytag="ZE::ZImage::Attach"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
@ -455,7 +598,7 @@ Attach a pointer to instance of <a class="el" href="classZE_1_1ZImage.html">ZIma
</td>
</tr>
</table>
<a name="a9" doxytag="ZE::ZImage::Reload"></a><p>
<a name="a11" doxytag="ZE::ZImage::Reload"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
@ -483,7 +626,7 @@ Attach a pointer to instance of <a class="el" href="classZE_1_1ZImage.html">ZIma
Attach loaded textures which have been lost due to loss of focus, should be called when <a class="el" href="classZE_1_1ZEngine.html#a23">ZEngine::ImagesNeedReload</a> is true. </td>
</tr>
</table>
<a name="a10" doxytag="ZE::ZImage::Release"></a><p>
<a name="a12" doxytag="ZE::ZImage::Release"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
@ -511,7 +654,7 @@ Attach loaded textures which have been lost due to loss of focus, should be call
Frees memory via call to SDL_FreeSurface for the image. </td>
</tr>
</table>
<a name="a11" doxytag="ZE::ZImage::SetAlpha"></a><p>
<a name="a13" doxytag="ZE::ZImage::SetAlpha"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
@ -546,7 +689,7 @@ Set translucency value 0-255 (0 is transparent, 255 = opaque). <dl compact><dt><
</td>
</tr>
</table>
<a name="a12" doxytag="ZE::ZImage::SetColorKey"></a><p>
<a name="a14" doxytag="ZE::ZImage::SetColorKey"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
@ -597,7 +740,7 @@ Set color which will not be drawn in image. <dl compact><dt><b>Parameters:</b></
</td>
</tr>
</table>
<a name="a13" doxytag="ZE::ZImage::Flip"></a><p>
<a name="a15" doxytag="ZE::ZImage::Flip"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
@ -641,7 +784,7 @@ Flip image vertical and/or horizontal. <dl compact><dt><b>Parameters:</b></dt><d
</td>
</tr>
</table>
<a name="a14" doxytag="ZE::ZImage::Stretch"></a><p>
<a name="a16" doxytag="ZE::ZImage::Stretch"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
@ -685,7 +828,7 @@ Stretch image using a factor to multiply width and height by. <dl compact><dt><b
</td>
</tr>
</table>
<a name="a15" doxytag="ZE::ZImage::Resize"></a><p>
<a name="a17" doxytag="ZE::ZImage::Resize"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
@ -729,7 +872,7 @@ Stretch image to new width and height. <dl compact><dt><b>Parameters:</b></dt><d
</td>
</tr>
</table>
<a name="a16" doxytag="ZE::ZImage::Bind"></a><p>
<a name="a18" doxytag="ZE::ZImage::Bind"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
@ -757,7 +900,51 @@ Stretch image to new width and height. <dl compact><dt><b>Parameters:</b></dt><d
OpenGL related bind call, only available in case you want to bind image in 3D. Draw uses this but the average user should never need to call this. </td>
</tr>
</table>
<a name="a17" doxytag="ZE::ZImage::Draw"></a><p>
<a name="a19" doxytag="ZE::ZImage::Draw"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> void ZE::ZImage::Draw </td>
<td class="md" valign="top">(&nbsp;</td>
<td class="md" nowrap valign="top">int&nbsp;</td>
<td class="mdname" nowrap>&nbsp; <em>x</em>, </td>
</tr>
<tr>
<td></td>
<td></td>
<td class="md" nowrap>int&nbsp;</td>
<td class="mdname" nowrap>&nbsp; <em>y</em></td>
</tr>
<tr>
<td></td>
<td class="md">)&nbsp;</td>
<td class="md" colspan="2"> const</td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Draw Image to screen at specified location. <dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign=top><em>x</em>&nbsp;</td><td>X coord to draw Image to. </td></tr>
<tr><td valign=top><em>y</em>&nbsp;</td><td>Y coord to draw Image to. </td></tr>
</table>
</dl>
</td>
</tr>
</table>
<a name="a20" doxytag="ZE::ZImage::Draw"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
@ -792,7 +979,8 @@ OpenGL related bind call, only available in case you want to bind image in 3D. D
<td>
<p>
Draw Image to screen at specified location. <dl compact><dt><b>Parameters:</b></dt><dd>
Draw Image to screen at specified location. <dl compact><dt><b>Since:</b></dt><dd>0.8.3 </dd></dl>
<dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign=top><em>x</em>&nbsp;</td><td>X coord to draw Image to. </td></tr>
<tr><td valign=top><em>y</em>&nbsp;</td><td>Y coord to draw Image to. </td></tr>
@ -801,7 +989,7 @@ Draw Image to screen at specified location. <dl compact><dt><b>Parameters:</b></
</td>
</tr>
</table>
<a name="a18" doxytag="ZE::ZImage::DrawRotated"></a><p>
<a name="a21" doxytag="ZE::ZImage::DrawRotated"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
@ -852,7 +1040,59 @@ Image is rotated about it's own center by specified angle, then drawn to screen.
</td>
</tr>
</table>
<a name="a19" doxytag="ZE::ZImage::IsLoaded"></a><p>
<a name="a22" doxytag="ZE::ZImage::DrawRotated"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> void ZE::ZImage::DrawRotated </td>
<td class="md" valign="top">(&nbsp;</td>
<td class="md" nowrap valign="top">float&nbsp;</td>
<td class="mdname" nowrap>&nbsp; <em>x</em>, </td>
</tr>
<tr>
<td></td>
<td></td>
<td class="md" nowrap>float&nbsp;</td>
<td class="mdname" nowrap>&nbsp; <em>y</em>, </td>
</tr>
<tr>
<td></td>
<td></td>
<td class="md" nowrap>float&nbsp;</td>
<td class="mdname" nowrap>&nbsp; <em>angle</em></td>
</tr>
<tr>
<td></td>
<td class="md">)&nbsp;</td>
<td class="md" colspan="2"> const</td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Image is rotated about it's own center by specified angle, then drawn to screen. <dl compact><dt><b>Since:</b></dt><dd>0.8.3 </dd></dl>
<dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign=top><em>x</em>&nbsp;</td><td>X coord to draw Image to. </td></tr>
<tr><td valign=top><em>y</em>&nbsp;</td><td>Y coord to draw Image to. </td></tr>
<tr><td valign=top><em>angle</em>&nbsp;</td><td>Angle in degrees to rotate image. </td></tr>
</table>
</dl>
</td>
</tr>
</table>
<a name="a23" doxytag="ZE::ZImage::IsLoaded"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
@ -881,7 +1121,7 @@ Check if surface is a valid GL texture. (does not detect surface loss) <dl compa
</td>
</tr>
</table>
<a name="a20" doxytag="ZE::ZImage::Surface"></a><p>
<a name="a24" doxytag="ZE::ZImage::Surface"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
@ -910,7 +1150,7 @@ Check if surface is a valid GL texture. (does not detect surface loss) <dl compa
</td>
</tr>
</table>
<a name="a21" doxytag="ZE::ZImage::Width"></a><p>
<a name="a25" doxytag="ZE::ZImage::Width"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
@ -939,7 +1179,7 @@ Get Current Width of Image. <dl compact><dt><b>Returns:</b></dt><dd>Image Width.
</td>
</tr>
</table>
<a name="a22" doxytag="ZE::ZImage::Height"></a><p>
<a name="a26" doxytag="ZE::ZImage::Height"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
@ -968,7 +1208,7 @@ Get Current Height of Image. <dl compact><dt><b>Returns:</b></dt><dd>Image Heigh
</td>
</tr>
</table>
<a name="a23" doxytag="ZE::ZImage::Alpha"></a><p>
<a name="a27" doxytag="ZE::ZImage::Alpha"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
@ -1000,7 +1240,7 @@ Get current alpha value of image. <dl compact><dt><b>Since:</b></dt><dd>0.8.2 </
</table>
<hr>The documentation for this class was generated from the following files:<ul>
<li>/include/<a class="el" href="ZE__ZImage_8h-source.html">ZE_ZImage.h</a><li>/src/<a class="el" href="ZE__ZImage_8cpp.html">ZE_ZImage.cpp</a></ul>
<hr><address style="align: right;"><small>Generated on Tue Jan 28 16:31:29 2003 for ZEngine by
<hr><address style="align: right;"><small>Generated on Sun Apr 27 14:53:40 2003 for ZEngine by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0
width=110 height=53></a>1.3-rc2 </small></address>

View File

@ -5,7 +5,7 @@
</head><body>
<!-- Generated by Doxygen 1.3-rc2 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<hr><h1>ZE::ZMusic Member List</h1>This is the complete list of members for <a class="el" href="classZE_1_1ZMusic.html">ZE::ZMusic</a>, including all inherited members.<table>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZMusic.html#a11">IsLoaded</a>() const</td><td><a class="el" href="classZE_1_1ZMusic.html">ZE::ZMusic</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZMusic.html#a13">IsPaused</a>() const</td><td><a class="el" href="classZE_1_1ZMusic.html">ZE::ZMusic</a></td><td></td></tr>
@ -15,19 +15,17 @@
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZMusic.html#a6">Pause</a>() const</td><td><a class="el" href="classZE_1_1ZMusic.html">ZE::ZMusic</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZMusic.html#a5">Play</a>(int loopNum=0, int fadeTime=0) const</td><td><a class="el" href="classZE_1_1ZMusic.html">ZE::ZMusic</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZMusic.html#a4">Release</a>()</td><td><a class="el" href="classZE_1_1ZMusic.html">ZE::ZMusic</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZObject.html#n0">rEngine</a></td><td><a class="el" href="classZE_1_1ZObject.html">ZE::ZObject</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZMusic.html#n0">rEngine</a></td><td><a class="el" href="classZE_1_1ZMusic.html">ZE::ZMusic</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZMusic.html#a8">Rewind</a>() const</td><td><a class="el" href="classZE_1_1ZMusic.html">ZE::ZMusic</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZMusic.html#n0">rMusic</a></td><td><a class="el" href="classZE_1_1ZMusic.html">ZE::ZMusic</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZMusic.html#n1">rMusic</a></td><td><a class="el" href="classZE_1_1ZMusic.html">ZE::ZMusic</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZMusic.html#a10">SetVolume</a>(int volume)</td><td><a class="el" href="classZE_1_1ZMusic.html">ZE::ZMusic</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZMusic.html#a9">Stop</a>(int fadeTime=0) const</td><td><a class="el" href="classZE_1_1ZMusic.html">ZE::ZMusic</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZMusic.html#a7">Unpause</a>() const</td><td><a class="el" href="classZE_1_1ZMusic.html">ZE::ZMusic</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZMusic.html#a14">Volume</a>() const</td><td><a class="el" href="classZE_1_1ZMusic.html">ZE::ZMusic</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZMusic.html#a0">ZMusic</a>()</td><td><a class="el" href="classZE_1_1ZMusic.html">ZE::ZMusic</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZMusic.html#a1">ZMusic</a>(string filename)</td><td><a class="el" href="classZE_1_1ZMusic.html">ZE::ZMusic</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZObject.html#a0">ZObject</a>()</td><td><a class="el" href="classZE_1_1ZObject.html">ZE::ZObject</a></td><td><code> [inline]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZMusic.html#a2">~ZMusic</a>()</td><td><a class="el" href="classZE_1_1ZMusic.html">ZE::ZMusic</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZObject.html#a1">~ZObject</a>()</td><td><a class="el" href="classZE_1_1ZObject.html">ZE::ZObject</a></td><td><code> [inline, virtual]</code></td></tr>
</table><hr><address style="align: right;"><small>Generated on Tue Jan 28 16:31:29 2003 for ZEngine by
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZMusic.html#a2">~ZMusic</a>()</td><td><a class="el" href="classZE_1_1ZMusic.html">ZE::ZMusic</a></td><td><code> [virtual]</code></td></tr>
</table><hr><address style="align: right;"><small>Generated on Sun Apr 27 14:53:40 2003 for ZEngine by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0
width=110 height=53></a>1.3-rc2 </small></address>

View File

@ -5,13 +5,11 @@
</head><body>
<!-- Generated by Doxygen 1.3-rc2 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<hr><h1>ZE::ZMusic Class Reference</h1><code>#include &lt;<a class="el" href="ZE__ZMusic_8h-source.html">ZE_ZMusic.h</a>&gt;</code>
<p>
Inherits <a class="el" href="classZE_1_1ZObject.html">ZE::ZObject</a>.
<p>
<a href="classZE_1_1ZMusic-members.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>
<a class="el" href="classZE_1_1ZMusic.html">ZMusic</a> music class, class wraps common features for SDL_Mixer's Mix_Music. Inherited from <a class="el" href="classZE_1_1ZObject.html">ZObject</a>.
<a class="el" href="classZE_1_1ZMusic.html">ZMusic</a> music class, class wraps common features for SDL_Mixer's Mix_Music. Inherited from ZObject.
<p>
<table border=0 cellpadding=0 cellspacing=0>
<tr><td></td></tr>
@ -20,7 +18,7 @@ Inherits <a class="el" href="classZE_1_1ZObject.html">ZE::ZObject</a>.
<tr><td>&nbsp;</td><td><font size=-1><em>Default Constructor.</em> <a href="#a0"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZMusic.html#a1">ZMusic</a> (string filename)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Constructor that opens a music file.</em> <a href="#a1"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZMusic.html#a2">~ZMusic</a> ()</td></tr>
<tr><td nowrap align=right valign=top>virtual&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZMusic.html#a2">~ZMusic</a> ()</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Destructor, frees memory.</em> <a href="#a2"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZMusic.html#a3">Open</a> (string filename)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Opens a music file.</em> <a href="#a3"></a><em></em></font><br><br></td></tr>
@ -51,8 +49,11 @@ Inherits <a class="el" href="classZE_1_1ZObject.html">ZE::ZObject</a>.
const int&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZMusic.html#p0">LoopInfinite</a></td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Static Variable For Infinite loop of sound. (Defined as -1).</em></font><br><br></td></tr>
<tr><td colspan=2><br><h2>Protected Attributes</h2></td></tr>
<tr><td nowrap align=right valign=top><a name="n0" doxytag="ZE::ZMusic::rMusic"></a>
Mix_Music *&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZMusic.html#n0">rMusic</a></td></tr>
<tr><td nowrap align=right valign=top><a name="n0" doxytag="ZE::ZMusic::rEngine"></a>
<a class="el" href="classZE_1_1ZEngine.html">ZEngine</a> *&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZMusic.html#n0">rEngine</a></td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Pointer to <a class="el" href="classZE_1_1ZEngine.html">ZEngine</a> Object.</em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a name="n1" doxytag="ZE::ZMusic::rMusic"></a>
Mix_Music *&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZMusic.html#n1">rMusic</a></td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Pointer to music data.</em></font><br><br></td></tr>
</table>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
@ -124,11 +125,11 @@ Constructor simply calls <a class="el" href="classZE_1_1ZMusic.html#a3">ZMusic::
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> ZE::ZMusic::~ZMusic </td>
<td class="md" nowrap valign="top"> virtual ZE::ZMusic::~ZMusic </td>
<td class="md" valign="top">(&nbsp;</td>
<td class="mdname1" valign="top" nowrap>&nbsp; </td>
<td class="md" valign="top">)&nbsp;</td>
<td class="md" nowrap></td>
<td class="md" nowrap><code> [virtual]</code></td>
</tr>
</table>
@ -523,7 +524,7 @@ Get current volume of music represented as a value from 0-128. <dl compact><dt><
</table>
<hr>The documentation for this class was generated from the following file:<ul>
<li>/include/<a class="el" href="ZE__ZMusic_8h-source.html">ZE_ZMusic.h</a></ul>
<hr><address style="align: right;"><small>Generated on Tue Jan 28 16:31:29 2003 for ZEngine by
<hr><address style="align: right;"><small>Generated on Sun Apr 27 14:53:40 2003 for ZEngine by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0
width=110 height=53></a>1.3-rc2 </small></address>

View File

@ -5,36 +5,38 @@
</head><body>
<!-- Generated by Doxygen 1.3-rc2 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<hr><h1>ZE::ZRect Member List</h1>This is the complete list of members for <a class="el" href="classZE_1_1ZRect.html">ZE::ZRect</a>, including all inherited members.<table>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZRect.html#a20">Bottom</a>() const</td><td><a class="el" href="classZE_1_1ZRect.html">ZE::ZRect</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZRect.html#a11">Contains</a>(float x, float y) const</td><td><a class="el" href="classZE_1_1ZRect.html">ZE::ZRect</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZRect.html#a12">Contains</a>(const ZRect &amp;rect) const</td><td><a class="el" href="classZE_1_1ZRect.html">ZE::ZRect</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZRect.html#a5">Draw</a>(Uint8 red, Uint8 green, Uint8 blue, Uint8 alpha=255) const</td><td><a class="el" href="classZE_1_1ZRect.html">ZE::ZRect</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZRect.html#a22">Height</a>() const</td><td><a class="el" href="classZE_1_1ZRect.html">ZE::ZRect</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZRect.html#a13">Intersection</a>(const ZRect &amp;rect) const</td><td><a class="el" href="classZE_1_1ZRect.html">ZE::ZRect</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZRect.html#a10">Intersects</a>(const ZRect &amp;rect) const</td><td><a class="el" href="classZE_1_1ZRect.html">ZE::ZRect</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZRect.html#a17">Left</a>() const</td><td><a class="el" href="classZE_1_1ZRect.html">ZE::ZRect</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZRect.html#a6">Move</a>(float x, float y)</td><td><a class="el" href="classZE_1_1ZRect.html">ZE::ZRect</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZRect.html#a7">MoveRel</a>(float xMove, float yMove)</td><td><a class="el" href="classZE_1_1ZRect.html">ZE::ZRect</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZRect.html#a4">operator&lt;</a>(const ZRect &amp;rhs) const</td><td><a class="el" href="classZE_1_1ZRect.html">ZE::ZRect</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZRect.html#a3">operator=</a>(const ZRect &amp;rhs)</td><td><a class="el" href="classZE_1_1ZRect.html">ZE::ZRect</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZRect.html#a8">Resize</a>(float width, float height)</td><td><a class="el" href="classZE_1_1ZRect.html">ZE::ZRect</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZRect.html#a9">ResizeRel</a>(float widthChange, float heightChange)</td><td><a class="el" href="classZE_1_1ZRect.html">ZE::ZRect</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZRect.html#a22">Bottom</a>() const</td><td><a class="el" href="classZE_1_1ZRect.html">ZE::ZRect</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZRect.html#a13">Contains</a>(float x, float y) const</td><td><a class="el" href="classZE_1_1ZRect.html">ZE::ZRect</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZRect.html#a14">Contains</a>(const ZRect &amp;rect) const</td><td><a class="el" href="classZE_1_1ZRect.html">ZE::ZRect</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZRect.html#a7">Draw</a>(Uint8 red, Uint8 green, Uint8 blue, Uint8 alpha=255) const</td><td><a class="el" href="classZE_1_1ZRect.html">ZE::ZRect</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZRect.html#a24">Height</a>() const</td><td><a class="el" href="classZE_1_1ZRect.html">ZE::ZRect</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZRect.html#a15">Intersection</a>(const ZRect &amp;rect) const</td><td><a class="el" href="classZE_1_1ZRect.html">ZE::ZRect</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZRect.html#a12">Intersects</a>(const ZRect &amp;rect) const</td><td><a class="el" href="classZE_1_1ZRect.html">ZE::ZRect</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZRect.html#a19">Left</a>() const</td><td><a class="el" href="classZE_1_1ZRect.html">ZE::ZRect</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZRect.html#a8">Move</a>(float x, float y)</td><td><a class="el" href="classZE_1_1ZRect.html">ZE::ZRect</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZRect.html#a9">MoveRel</a>(float xMove, float yMove)</td><td><a class="el" href="classZE_1_1ZRect.html">ZE::ZRect</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZRect.html#a6">operator&lt;</a>(const ZRect &amp;rhs) const</td><td><a class="el" href="classZE_1_1ZRect.html">ZE::ZRect</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZRect.html#a4">operator=</a>(const ZRect &amp;rhs)</td><td><a class="el" href="classZE_1_1ZRect.html">ZE::ZRect</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZRect.html#a10">Resize</a>(float width, float height)</td><td><a class="el" href="classZE_1_1ZRect.html">ZE::ZRect</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZRect.html#a11">ResizeRel</a>(float widthChange, float heightChange)</td><td><a class="el" href="classZE_1_1ZRect.html">ZE::ZRect</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZRect.html#n3">rHeight</a></td><td><a class="el" href="classZE_1_1ZRect.html">ZE::ZRect</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZRect.html#a18">Right</a>() const</td><td><a class="el" href="classZE_1_1ZRect.html">ZE::ZRect</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZRect.html#a20">Right</a>() const</td><td><a class="el" href="classZE_1_1ZRect.html">ZE::ZRect</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZRect.html#n2">rWidth</a></td><td><a class="el" href="classZE_1_1ZRect.html">ZE::ZRect</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZRect.html#n0">rX</a></td><td><a class="el" href="classZE_1_1ZRect.html">ZE::ZRect</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZRect.html#n1">rY</a></td><td><a class="el" href="classZE_1_1ZRect.html">ZE::ZRect</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZRect.html#a14">SDLrect</a>() const</td><td><a class="el" href="classZE_1_1ZRect.html">ZE::ZRect</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZRect.html#a19">Top</a>() const</td><td><a class="el" href="classZE_1_1ZRect.html">ZE::ZRect</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZRect.html#a21">Width</a>() const</td><td><a class="el" href="classZE_1_1ZRect.html">ZE::ZRect</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZRect.html#a15">X</a>() const</td><td><a class="el" href="classZE_1_1ZRect.html">ZE::ZRect</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZRect.html#a16">Y</a>() const</td><td><a class="el" href="classZE_1_1ZRect.html">ZE::ZRect</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZRect.html#a16">SDLrect</a>() const</td><td><a class="el" href="classZE_1_1ZRect.html">ZE::ZRect</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZRect.html#a21">Top</a>() const</td><td><a class="el" href="classZE_1_1ZRect.html">ZE::ZRect</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZRect.html#a23">Width</a>() const</td><td><a class="el" href="classZE_1_1ZRect.html">ZE::ZRect</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZRect.html#a17">X</a>() const</td><td><a class="el" href="classZE_1_1ZRect.html">ZE::ZRect</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZRect.html#a18">Y</a>() const</td><td><a class="el" href="classZE_1_1ZRect.html">ZE::ZRect</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZRect.html#a0">ZRect</a>()</td><td><a class="el" href="classZE_1_1ZRect.html">ZE::ZRect</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZRect.html#a1">ZRect</a>(float x, float y, float width, float height)</td><td><a class="el" href="classZE_1_1ZRect.html">ZE::ZRect</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZRect.html#a2">ZRect</a>(const ZRect &amp;rhs)</td><td><a class="el" href="classZE_1_1ZRect.html">ZE::ZRect</a></td><td></td></tr>
</table><hr><address style="align: right;"><small>Generated on Tue Jan 28 16:31:29 2003 for ZEngine by
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZRect.html#a2">ZRect</a>(const SDL_Rect &amp;rect)</td><td><a class="el" href="classZE_1_1ZRect.html">ZE::ZRect</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZRect.html#a3">ZRect</a>(const ZRect &amp;rhs)</td><td><a class="el" href="classZE_1_1ZRect.html">ZE::ZRect</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZRect.html#a5">~ZRect</a>()</td><td><a class="el" href="classZE_1_1ZRect.html">ZE::ZRect</a></td><td><code> [virtual]</code></td></tr>
</table><hr><address style="align: right;"><small>Generated on Sun Apr 27 14:53:40 2003 for ZEngine by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0
width=110 height=53></a>1.3-rc2 </small></address>

View File

@ -5,7 +5,7 @@
</head><body>
<!-- Generated by Doxygen 1.3-rc2 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<hr><h1>ZE::ZRect Class Reference</h1><code>#include &lt;<a class="el" href="ZE__ZRect_8h-source.html">ZE_ZRect.h</a>&gt;</code>
<p>
<a href="classZE_1_1ZRect-members.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>
@ -18,48 +18,52 @@
<tr><td>&nbsp;</td><td><font size=-1><em>Default constructor for <a class="el" href="classZE_1_1ZRect.html">ZRect</a>.</em> <a href="#a0"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZRect.html#a1">ZRect</a> (float x, float y, float width, float height)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Constructor for <a class="el" href="classZE_1_1ZRect.html">ZRect</a> that takes inital values.</em> <a href="#a1"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZRect.html#a2">ZRect</a> (const ZRect &amp;rhs)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Copy constructor for <a class="el" href="classZE_1_1ZRect.html">ZRect</a>.</em> <a href="#a2"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>const ZRect &amp;&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZRect.html#a3">operator=</a> (const ZRect &amp;rhs)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Overload for = operator with <a class="el" href="classZE_1_1ZRect.html">ZRect</a>.</em> <a href="#a3"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>bool&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZRect.html#a4">operator&lt;</a> (const ZRect &amp;rhs) const</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Overload for &lt; operator with <a class="el" href="classZE_1_1ZRect.html">ZRect</a>, based upon location then size.</em> <a href="#a4"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZRect.html#a5">Draw</a> (Uint8 red, Uint8 green, Uint8 blue, Uint8 alpha=255) const</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Draw rectangle. (filled).</em> <a href="#a5"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZRect.html#a6">Move</a> (float x, float y)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Changes the location of the rectangle.</em> <a href="#a6"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZRect.html#a7">MoveRel</a> (float xMove, float yMove)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Changes the location of the rectangle based upon the current location.</em> <a href="#a7"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZRect.html#a8">Resize</a> (float width, float height)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Resize rectangle.</em> <a href="#a8"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZRect.html#a9">ResizeRel</a> (float widthChange, float heightChange)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Grows or shrinks current rectangle.</em> <a href="#a9"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>bool&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZRect.html#a10">Intersects</a> (const ZRect &amp;rect) const</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Check if one <a class="el" href="classZE_1_1ZRect.html">ZRect</a> intersects another.</em> <a href="#a10"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>bool&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZRect.html#a11">Contains</a> (float x, float y) const</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Check if a rectangle contains a given point.</em> <a href="#a11"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>bool&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZRect.html#a12">Contains</a> (const ZRect &amp;rect) const</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Check if a rectangle contains a given point.</em> <a href="#a12"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>ZRect&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZRect.html#a13">Intersection</a> (const ZRect &amp;rect) const</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Finds intersection of two rectangles.</em> <a href="#a13"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>SDL_Rect&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZRect.html#a14">SDLrect</a> () const</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Returns an SDL_Rect representing the rectangle.</em> <a href="#a14"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>float&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZRect.html#a15">X</a> () const</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Returns X Location.</em> <a href="#a15"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>float&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZRect.html#a16">Y</a> () const</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Returns Y Location.</em> <a href="#a16"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>float&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZRect.html#a17">Left</a> () const</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Return position of left side.</em> <a href="#a17"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>float&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZRect.html#a18">Right</a> () const</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Return position of right side.</em> <a href="#a18"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>float&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZRect.html#a19">Top</a> () const</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Return position of top side.</em> <a href="#a19"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>float&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZRect.html#a20">Bottom</a> () const</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Return position of bottom side.</em> <a href="#a20"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>float&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZRect.html#a21">Width</a> () const</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Returns Width.</em> <a href="#a21"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>float&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZRect.html#a22">Height</a> () const</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Returns Height.</em> <a href="#a22"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZRect.html#a2">ZRect</a> (const SDL_Rect &amp;rect)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Constructor for <a class="el" href="classZE_1_1ZRect.html">ZRect</a> that uses an SDL_Rect.</em> <a href="#a2"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZRect.html#a3">ZRect</a> (const ZRect &amp;rhs)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Copy constructor for <a class="el" href="classZE_1_1ZRect.html">ZRect</a>.</em> <a href="#a3"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>const ZRect &amp;&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZRect.html#a4">operator=</a> (const ZRect &amp;rhs)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Overload for = operator with <a class="el" href="classZE_1_1ZRect.html">ZRect</a>.</em> <a href="#a4"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>virtual&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZRect.html#a5">~ZRect</a> ()</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Virtual Destructor.</em> <a href="#a5"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>bool&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZRect.html#a6">operator&lt;</a> (const ZRect &amp;rhs) const</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Overload for &lt; operator with <a class="el" href="classZE_1_1ZRect.html">ZRect</a>, based upon location then size.</em> <a href="#a6"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZRect.html#a7">Draw</a> (Uint8 red, Uint8 green, Uint8 blue, Uint8 alpha=255) const</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Draw rectangle. (filled).</em> <a href="#a7"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZRect.html#a8">Move</a> (float x, float y)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Changes the location of the rectangle.</em> <a href="#a8"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZRect.html#a9">MoveRel</a> (float xMove, float yMove)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Changes the location of the rectangle based upon the current location.</em> <a href="#a9"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZRect.html#a10">Resize</a> (float width, float height)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Resize rectangle.</em> <a href="#a10"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZRect.html#a11">ResizeRel</a> (float widthChange, float heightChange)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Grows or shrinks current rectangle.</em> <a href="#a11"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>bool&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZRect.html#a12">Intersects</a> (const ZRect &amp;rect) const</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Check if one <a class="el" href="classZE_1_1ZRect.html">ZRect</a> intersects another.</em> <a href="#a12"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>bool&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZRect.html#a13">Contains</a> (float x, float y) const</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Check if a rectangle contains a given point.</em> <a href="#a13"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>bool&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZRect.html#a14">Contains</a> (const ZRect &amp;rect) const</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Check if a rectangle contains a given point.</em> <a href="#a14"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>ZRect&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZRect.html#a15">Intersection</a> (const ZRect &amp;rect) const</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Finds intersection of two rectangles.</em> <a href="#a15"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>SDL_Rect&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZRect.html#a16">SDLrect</a> () const</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Returns an SDL_Rect representing the rectangle.</em> <a href="#a16"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>float&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZRect.html#a17">X</a> () const</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Returns X Location.</em> <a href="#a17"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>float&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZRect.html#a18">Y</a> () const</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Returns Y Location.</em> <a href="#a18"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>float&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZRect.html#a19">Left</a> () const</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Return position of left side.</em> <a href="#a19"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>float&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZRect.html#a20">Right</a> () const</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Return position of right side.</em> <a href="#a20"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>float&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZRect.html#a21">Top</a> () const</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Return position of top side.</em> <a href="#a21"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>float&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZRect.html#a22">Bottom</a> () const</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Return position of bottom side.</em> <a href="#a22"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>float&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZRect.html#a23">Width</a> () const</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Returns Width.</em> <a href="#a23"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>float&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZRect.html#a24">Height</a> () const</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Returns Height.</em> <a href="#a24"></a><em></em></font><br><br></td></tr>
<tr><td colspan=2><br><h2>Protected Attributes</h2></td></tr>
<tr><td nowrap align=right valign=top><a name="n0" doxytag="ZE::ZRect::rX"></a>
float&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZRect.html#n0">rX</a></td></tr>
@ -162,6 +166,40 @@ Constructor for <a class="el" href="classZE_1_1ZRect.html">ZRect</a> that takes
</tr>
</table>
<a name="a2" doxytag="ZE::ZRect::ZRect"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> ZE::ZRect::ZRect </td>
<td class="md" valign="top">(&nbsp;</td>
<td class="md" nowrap valign="top">const SDL_Rect &amp;&nbsp;</td>
<td class="mdname1" valign="top" nowrap>&nbsp; <em>rect</em> </td>
<td class="md" valign="top">)&nbsp;</td>
<td class="md" nowrap></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Constructor for <a class="el" href="classZE_1_1ZRect.html">ZRect</a> that initializes from an SDL_Rect. <dl compact><dt><b>Parameters:</b></dt><dd>
<table border="0" cellspacing="2" cellpadding="0">
<tr><td valign=top><em>rect</em>&nbsp;</td><td>SDL_Rect to intialize from. </td></tr>
</table>
</dl>
</td>
</tr>
</table>
<a name="a3" doxytag="ZE::ZRect::ZRect"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
@ -195,8 +233,36 @@ Takes a <a class="el" href="classZE_1_1ZRect.html">ZRect</a> and constructs a ne
</td>
</tr>
</table>
<a name="a5" doxytag="ZE::ZRect::~ZRect"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> ZE::ZRect::~ZRect </td>
<td class="md" valign="top">(&nbsp;</td>
<td class="mdname1" valign="top" nowrap>&nbsp; </td>
<td class="md" valign="top">)&nbsp;</td>
<td class="md" nowrap><code> [virtual]</code></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Virtual destructor making future inheritance safe. </td>
</tr>
</table>
<hr><h2>Member Function Documentation</h2>
<a name="a3" doxytag="ZE::ZRect::operator="></a><p>
<a name="a4" doxytag="ZE::ZRect::operator="></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
@ -231,7 +297,7 @@ Copies all values from one <a class="el" href="classZE_1_1ZRect.html">ZRect</a>
</td>
</tr>
</table>
<a name="a4" doxytag="ZE::ZRect::operator<"></a><p>
<a name="a6" doxytag="ZE::ZRect::operator<"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
@ -266,7 +332,7 @@ Rectangles are sorted by y value, followed by x value, if they start at the same
</td>
</tr>
</table>
<a name="a5" doxytag="ZE::ZRect::Draw"></a><p>
<a name="a7" doxytag="ZE::ZRect::Draw"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
@ -324,7 +390,7 @@ Draw the <a class="el" href="classZE_1_1ZRect.html">ZRect</a>, this function is
</td>
</tr>
</table>
<a name="a6" doxytag="ZE::ZRect::Move"></a><p>
<a name="a8" doxytag="ZE::ZRect::Move"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
@ -368,7 +434,7 @@ Changes the current x,y position of the rectangle. <dl compact><dt><b>Parameters
</td>
</tr>
</table>
<a name="a7" doxytag="ZE::ZRect::MoveRel"></a><p>
<a name="a9" doxytag="ZE::ZRect::MoveRel"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
@ -412,7 +478,7 @@ Changes the current x,y position of the rectangle relative to the current locati
</td>
</tr>
</table>
<a name="a8" doxytag="ZE::ZRect::Resize"></a><p>
<a name="a10" doxytag="ZE::ZRect::Resize"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
@ -456,7 +522,7 @@ Changes the current width and height of the rectangle. <dl compact><dt><b>Parame
</td>
</tr>
</table>
<a name="a9" doxytag="ZE::ZRect::ResizeRel"></a><p>
<a name="a11" doxytag="ZE::ZRect::ResizeRel"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
@ -500,7 +566,7 @@ Changes the current width and height of the rectangle based upon current values.
</td>
</tr>
</table>
<a name="a10" doxytag="ZE::ZRect::Intersects"></a><p>
<a name="a12" doxytag="ZE::ZRect::Intersects"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
@ -535,7 +601,7 @@ Checks for overlap and returns boolean value based on if overlap exists. <dl com
</td>
</tr>
</table>
<a name="a11" doxytag="ZE::ZRect::Contains"></a><p>
<a name="a13" doxytag="ZE::ZRect::Contains"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
@ -580,7 +646,7 @@ Checks point against boundaries of rectangle and returns result. <dl compact><dt
</td>
</tr>
</table>
<a name="a12" doxytag="ZE::ZRect::Contains"></a><p>
<a name="a14" doxytag="ZE::ZRect::Contains"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
@ -615,7 +681,7 @@ Checks point against boundaries of rectangle and returns result. <dl compact><dt
</td>
</tr>
</table>
<a name="a13" doxytag="ZE::ZRect::Intersection"></a><p>
<a name="a15" doxytag="ZE::ZRect::Intersection"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
@ -650,7 +716,7 @@ Checks for intersection, and returns rectangle where the two rectangles intersec
</td>
</tr>
</table>
<a name="a14" doxytag="ZE::ZRect::SDLrect"></a><p>
<a name="a16" doxytag="ZE::ZRect::SDLrect"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
@ -679,7 +745,7 @@ Makes a SDL_Rect representing the rectangle, for use where functions require an
</td>
</tr>
</table>
<a name="a15" doxytag="ZE::ZRect::X"></a><p>
<a name="a17" doxytag="ZE::ZRect::X"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
@ -708,7 +774,7 @@ Access private X location member. <dl compact><dt><b>Returns:</b></dt><dd>Value
</td>
</tr>
</table>
<a name="a16" doxytag="ZE::ZRect::Y"></a><p>
<a name="a18" doxytag="ZE::ZRect::Y"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
@ -737,7 +803,7 @@ Access private Y location member. <dl compact><dt><b>Returns:</b></dt><dd>Value
</td>
</tr>
</table>
<a name="a17" doxytag="ZE::ZRect::Left"></a><p>
<a name="a19" doxytag="ZE::ZRect::Left"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
@ -766,7 +832,7 @@ Find X position of left side of rectangle. <dl compact><dt><b>Returns:</b></dt><
</td>
</tr>
</table>
<a name="a18" doxytag="ZE::ZRect::Right"></a><p>
<a name="a20" doxytag="ZE::ZRect::Right"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
@ -795,7 +861,7 @@ Find X position of right side of rectangle. <dl compact><dt><b>Returns:</b></dt>
</td>
</tr>
</table>
<a name="a19" doxytag="ZE::ZRect::Top"></a><p>
<a name="a21" doxytag="ZE::ZRect::Top"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
@ -824,7 +890,7 @@ Find Y position of top side of rectangle. <dl compact><dt><b>Returns:</b></dt><d
</td>
</tr>
</table>
<a name="a20" doxytag="ZE::ZRect::Bottom"></a><p>
<a name="a22" doxytag="ZE::ZRect::Bottom"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
@ -853,7 +919,7 @@ Find Y position of left side of rectangle. <dl compact><dt><b>Returns:</b></dt><
</td>
</tr>
</table>
<a name="a21" doxytag="ZE::ZRect::Width"></a><p>
<a name="a23" doxytag="ZE::ZRect::Width"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
@ -882,7 +948,7 @@ Access private width member. <dl compact><dt><b>Returns:</b></dt><dd>Value of mW
</td>
</tr>
</table>
<a name="a22" doxytag="ZE::ZRect::Height"></a><p>
<a name="a24" doxytag="ZE::ZRect::Height"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
@ -913,7 +979,7 @@ Access private height member. <dl compact><dt><b>Returns:</b></dt><dd>Value of m
</table>
<hr>The documentation for this class was generated from the following files:<ul>
<li>/include/<a class="el" href="ZE__ZRect_8h-source.html">ZE_ZRect.h</a><li>/src/<a class="el" href="ZE__ZRect_8cpp.html">ZE_ZRect.cpp</a></ul>
<hr><address style="align: right;"><small>Generated on Tue Jan 28 16:31:29 2003 for ZEngine by
<hr><address style="align: right;"><small>Generated on Sun Apr 27 14:53:40 2003 for ZEngine by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0
width=110 height=53></a>1.3-rc2 </small></address>

View File

@ -5,7 +5,7 @@
</head><body>
<!-- Generated by Doxygen 1.3-rc2 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<hr><h1>ZE::ZSound Member List</h1>This is the complete list of members for <a class="el" href="classZE_1_1ZSound.html">ZE::ZSound</a>, including all inherited members.<table>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZSound.html#a10">IsLoaded</a>() const</td><td><a class="el" href="classZE_1_1ZSound.html">ZE::ZSound</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZSound.html#a12">IsPaused</a>() const</td><td><a class="el" href="classZE_1_1ZSound.html">ZE::ZSound</a></td><td></td></tr>
@ -14,20 +14,18 @@
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZSound.html#a3">Open</a>(string filename)</td><td><a class="el" href="classZE_1_1ZSound.html">ZE::ZSound</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZSound.html#a6">Pause</a>() const</td><td><a class="el" href="classZE_1_1ZSound.html">ZE::ZSound</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZSound.html#a5">Play</a>(int loopNum=0, int fadeTime=0)</td><td><a class="el" href="classZE_1_1ZSound.html">ZE::ZSound</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZSound.html#n1">rChannelID</a></td><td><a class="el" href="classZE_1_1ZSound.html">ZE::ZSound</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZSound.html#n2">rChannelID</a></td><td><a class="el" href="classZE_1_1ZSound.html">ZE::ZSound</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZSound.html#a4">Release</a>()</td><td><a class="el" href="classZE_1_1ZSound.html">ZE::ZSound</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZObject.html#n0">rEngine</a></td><td><a class="el" href="classZE_1_1ZObject.html">ZE::ZObject</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZSound.html#n0">rSound</a></td><td><a class="el" href="classZE_1_1ZSound.html">ZE::ZSound</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZSound.html#n0">rEngine</a></td><td><a class="el" href="classZE_1_1ZSound.html">ZE::ZSound</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZSound.html#n1">rSound</a></td><td><a class="el" href="classZE_1_1ZSound.html">ZE::ZSound</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZSound.html#a9">SetVolume</a>(int volume)</td><td><a class="el" href="classZE_1_1ZSound.html">ZE::ZSound</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZSound.html#a8">Stop</a>(int fadeTime=0) const</td><td><a class="el" href="classZE_1_1ZSound.html">ZE::ZSound</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZSound.html#a7">Unpause</a>() const</td><td><a class="el" href="classZE_1_1ZSound.html">ZE::ZSound</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZSound.html#a13">Volume</a>() const</td><td><a class="el" href="classZE_1_1ZSound.html">ZE::ZSound</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZObject.html#a0">ZObject</a>()</td><td><a class="el" href="classZE_1_1ZObject.html">ZE::ZObject</a></td><td><code> [inline]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZSound.html#a0">ZSound</a>()</td><td><a class="el" href="classZE_1_1ZSound.html">ZE::ZSound</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZSound.html#a1">ZSound</a>(string filename)</td><td><a class="el" href="classZE_1_1ZSound.html">ZE::ZSound</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZObject.html#a1">~ZObject</a>()</td><td><a class="el" href="classZE_1_1ZObject.html">ZE::ZObject</a></td><td><code> [inline, virtual]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZSound.html#a2">~ZSound</a>()</td><td><a class="el" href="classZE_1_1ZSound.html">ZE::ZSound</a></td><td></td></tr>
</table><hr><address style="align: right;"><small>Generated on Tue Jan 28 16:31:29 2003 for ZEngine by
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZSound.html#a2">~ZSound</a>()</td><td><a class="el" href="classZE_1_1ZSound.html">ZE::ZSound</a></td><td><code> [virtual]</code></td></tr>
</table><hr><address style="align: right;"><small>Generated on Sun Apr 27 14:53:40 2003 for ZEngine by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0
width=110 height=53></a>1.3-rc2 </small></address>

View File

@ -5,13 +5,11 @@
</head><body>
<!-- Generated by Doxygen 1.3-rc2 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<hr><h1>ZE::ZSound Class Reference</h1><code>#include &lt;<a class="el" href="ZE__ZSound_8h-source.html">ZE_ZSound.h</a>&gt;</code>
<p>
Inherits <a class="el" href="classZE_1_1ZObject.html">ZE::ZObject</a>.
<p>
<a href="classZE_1_1ZSound-members.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>
<a class="el" href="classZE_1_1ZSound.html">ZSound</a> music class, class wraps common features for SDL_Mixer's Mix_Chunk. Inherited from <a class="el" href="classZE_1_1ZObject.html">ZObject</a>.
<a class="el" href="classZE_1_1ZSound.html">ZSound</a> music class, class wraps common features for SDL_Mixer's Mix_Chunk. Inherited from ZObject.
<p>
<table border=0 cellpadding=0 cellspacing=0>
<tr><td></td></tr>
@ -20,7 +18,7 @@ Inherits <a class="el" href="classZE_1_1ZObject.html">ZE::ZObject</a>.
<tr><td>&nbsp;</td><td><font size=-1><em>Default Constructor.</em> <a href="#a0"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZSound.html#a1">ZSound</a> (string filename)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Constructor that opens a sound effect file.</em> <a href="#a1"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZSound.html#a2">~ZSound</a> ()</td></tr>
<tr><td nowrap align=right valign=top>virtual&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZSound.html#a2">~ZSound</a> ()</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Destructor, frees memory.</em> <a href="#a2"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZSound.html#a3">Open</a> (string filename)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Opens a sound effect file.</em> <a href="#a3"></a><em></em></font><br><br></td></tr>
@ -49,11 +47,14 @@ Inherits <a class="el" href="classZE_1_1ZObject.html">ZE::ZObject</a>.
const int&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZSound.html#p0">LoopInfinite</a></td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Static Variable For Infinite loop of sound. (Defined as -1).</em></font><br><br></td></tr>
<tr><td colspan=2><br><h2>Protected Attributes</h2></td></tr>
<tr><td nowrap align=right valign=top><a name="n0" doxytag="ZE::ZSound::rSound"></a>
Mix_Chunk *&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZSound.html#n0">rSound</a></td></tr>
<tr><td nowrap align=right valign=top><a name="n0" doxytag="ZE::ZSound::rEngine"></a>
<a class="el" href="classZE_1_1ZEngine.html">ZEngine</a> *&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZSound.html#n0">rEngine</a></td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Pointer to <a class="el" href="classZE_1_1ZEngine.html">ZEngine</a> Object.</em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a name="n1" doxytag="ZE::ZSound::rSound"></a>
Mix_Chunk *&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZSound.html#n1">rSound</a></td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Pointer to music data.</em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a name="n1" doxytag="ZE::ZSound::rChannelID"></a>
int&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZSound.html#n1">rChannelID</a></td></tr>
<tr><td nowrap align=right valign=top><a name="n2" doxytag="ZE::ZSound::rChannelID"></a>
int&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZSound.html#n2">rChannelID</a></td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Channel ID Number from SDL_Mixer.</em></font><br><br></td></tr>
</table>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
@ -125,11 +126,11 @@ Constructor simply calls <a class="el" href="classZE_1_1ZSound.html#a3">ZSound::
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> ZE::ZSound::~ZSound </td>
<td class="md" nowrap valign="top"> virtual ZE::ZSound::~ZSound </td>
<td class="md" valign="top">(&nbsp;</td>
<td class="mdname1" valign="top" nowrap>&nbsp; </td>
<td class="md" valign="top">)&nbsp;</td>
<td class="md" nowrap></td>
<td class="md" nowrap><code> [virtual]</code></td>
</tr>
</table>
@ -496,7 +497,7 @@ Get current volume of sound channel represented as a value from 0-128. <dl compa
</table>
<hr>The documentation for this class was generated from the following file:<ul>
<li>/include/<a class="el" href="ZE__ZSound_8h-source.html">ZE_ZSound.h</a></ul>
<hr><address style="align: right;"><small>Generated on Tue Jan 28 16:31:29 2003 for ZEngine by
<hr><address style="align: right;"><small>Generated on Sun Apr 27 14:53:40 2003 for ZEngine by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0
width=110 height=53></a>1.3-rc2 </small></address>

View File

@ -5,23 +5,22 @@
</head><body>
<!-- Generated by Doxygen 1.3-rc2 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<hr><h1>ZE::ZTimer Member List</h1>This is the complete list of members for <a class="el" href="classZE_1_1ZTimer.html">ZE::ZTimer</a>, including all inherited members.<table>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZTimer.html#b0">GetParentTime</a>() const</td><td><a class="el" href="classZE_1_1ZTimer.html">ZE::ZTimer</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZTimer.html#a4">GetTime</a>() const</td><td><a class="el" href="classZE_1_1ZTimer.html">ZE::ZTimer</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZTimer.html#a5">IsPaused</a>() const</td><td><a class="el" href="classZE_1_1ZTimer.html">ZE::ZTimer</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZTimer.html#a2">Pause</a>()</td><td><a class="el" href="classZE_1_1ZTimer.html">ZE::ZTimer</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZObject.html#n0">rEngine</a></td><td><a class="el" href="classZE_1_1ZObject.html">ZE::ZObject</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZTimer.html#a1">Reset</a>()</td><td><a class="el" href="classZE_1_1ZTimer.html">ZE::ZTimer</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZTimer.html#n3">rLastPause</a></td><td><a class="el" href="classZE_1_1ZTimer.html">ZE::ZTimer</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZTimer.html#n0">rPaused</a></td><td><a class="el" href="classZE_1_1ZTimer.html">ZE::ZTimer</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZTimer.html#n2">rPausedTime</a></td><td><a class="el" href="classZE_1_1ZTimer.html">ZE::ZTimer</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZTimer.html#n1">rUseZEngine</a></td><td><a class="el" href="classZE_1_1ZTimer.html">ZE::ZTimer</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZTimer.html#a3">Unpause</a>()</td><td><a class="el" href="classZE_1_1ZTimer.html">ZE::ZTimer</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZObject.html#a0">ZObject</a>()</td><td><a class="el" href="classZE_1_1ZObject.html">ZE::ZObject</a></td><td><code> [inline]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZTimer.html#a5">GetTime</a>() const</td><td><a class="el" href="classZE_1_1ZTimer.html">ZE::ZTimer</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZTimer.html#a6">IsPaused</a>() const</td><td><a class="el" href="classZE_1_1ZTimer.html">ZE::ZTimer</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZTimer.html#a3">Pause</a>()</td><td><a class="el" href="classZE_1_1ZTimer.html">ZE::ZTimer</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZTimer.html#n0">rEngine</a></td><td><a class="el" href="classZE_1_1ZTimer.html">ZE::ZTimer</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZTimer.html#a2">Reset</a>()</td><td><a class="el" href="classZE_1_1ZTimer.html">ZE::ZTimer</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZTimer.html#n4">rLastPause</a></td><td><a class="el" href="classZE_1_1ZTimer.html">ZE::ZTimer</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZTimer.html#n1">rPaused</a></td><td><a class="el" href="classZE_1_1ZTimer.html">ZE::ZTimer</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZTimer.html#n3">rPausedTime</a></td><td><a class="el" href="classZE_1_1ZTimer.html">ZE::ZTimer</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZTimer.html#n2">rUseZEngine</a></td><td><a class="el" href="classZE_1_1ZTimer.html">ZE::ZTimer</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZTimer.html#a4">Unpause</a>()</td><td><a class="el" href="classZE_1_1ZTimer.html">ZE::ZTimer</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZTimer.html#a0">ZTimer</a>(bool useZEngine=true)</td><td><a class="el" href="classZE_1_1ZTimer.html">ZE::ZTimer</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZObject.html#a1">~ZObject</a>()</td><td><a class="el" href="classZE_1_1ZObject.html">ZE::ZObject</a></td><td><code> [inline, virtual]</code></td></tr>
</table><hr><address style="align: right;"><small>Generated on Tue Jan 28 16:31:29 2003 for ZEngine by
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZTimer.html#a1">~ZTimer</a>()</td><td><a class="el" href="classZE_1_1ZTimer.html">ZE::ZTimer</a></td><td><code> [virtual]</code></td></tr>
</table><hr><address style="align: right;"><small>Generated on Sun Apr 27 14:53:40 2003 for ZEngine by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0
width=110 height=53></a>1.3-rc2 </small></address>

View File

@ -5,44 +5,47 @@
</head><body>
<!-- Generated by Doxygen 1.3-rc2 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<hr><h1>ZE::ZTimer Class Reference</h1><code>#include &lt;<a class="el" href="ZE__ZTimer_8h-source.html">ZE_ZTimer.h</a>&gt;</code>
<p>
Inherits <a class="el" href="classZE_1_1ZObject.html">ZE::ZObject</a>.
<p>
<a href="classZE_1_1ZTimer-members.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>
<a class="el" href="classZE_1_1ZTimer.html">ZTimer</a> timing class, class wraps common features of SDL timer. Inherited from <a class="el" href="classZE_1_1ZObject.html">ZObject</a> and tied to <a class="el" href="classZE_1_1ZEngine.html">ZEngine</a> main timer.
<a class="el" href="classZE_1_1ZTimer.html">ZTimer</a> timing class, class wraps common features of SDL timer. Inherited from ZObject and tied to <a class="el" href="classZE_1_1ZEngine.html">ZEngine</a> main timer.
<p>
<table border=0 cellpadding=0 cellspacing=0>
<tr><td></td></tr>
<tr><td colspan=2><br><h2>Public Methods</h2></td></tr>
<tr><td nowrap align=right valign=top>&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZTimer.html#a0">ZTimer</a> (bool useZEngine=true)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Constructs a new Timer.</em> <a href="#a0"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZTimer.html#a1">Reset</a> ()</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Reset Timer.</em> <a href="#a1"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZTimer.html#a2">Pause</a> ()</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Pause Timer.</em> <a href="#a2"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZTimer.html#a3">Unpause</a> ()</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Unpause Timer.</em> <a href="#a3"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>Uint32&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZTimer.html#a4">GetTime</a> () const</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Get Time of Timer.</em> <a href="#a4"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>bool&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZTimer.html#a5">IsPaused</a> () const</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Get paused state.</em> <a href="#a5"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>virtual&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZTimer.html#a1">~ZTimer</a> ()</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Virtual Destructor.</em> <a href="#a1"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZTimer.html#a2">Reset</a> ()</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Reset Timer.</em> <a href="#a2"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZTimer.html#a3">Pause</a> ()</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Pause Timer.</em> <a href="#a3"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>void&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZTimer.html#a4">Unpause</a> ()</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Unpause Timer.</em> <a href="#a4"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>Uint32&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZTimer.html#a5">GetTime</a> () const</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Get Time of Timer.</em> <a href="#a5"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>bool&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZTimer.html#a6">IsPaused</a> () const</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Get paused state.</em> <a href="#a6"></a><em></em></font><br><br></td></tr>
<tr><td colspan=2><br><h2>Protected Methods</h2></td></tr>
<tr><td nowrap align=right valign=top>Uint32&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZTimer.html#b0">GetParentTime</a> () const</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Get time from parent timer.</em> <a href="#b0"></a><em></em></font><br><br></td></tr>
<tr><td colspan=2><br><h2>Protected Attributes</h2></td></tr>
<tr><td nowrap align=right valign=top><a name="n0" doxytag="ZE::ZTimer::rPaused"></a>
bool&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZTimer.html#n0">rPaused</a></td></tr>
<tr><td nowrap align=right valign=top><a name="n0" doxytag="ZE::ZTimer::rEngine"></a>
<a class="el" href="classZE_1_1ZEngine.html">ZEngine</a> *&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZTimer.html#n0">rEngine</a></td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Pointer to <a class="el" href="classZE_1_1ZEngine.html">ZEngine</a> Object.</em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a name="n1" doxytag="ZE::ZTimer::rPaused"></a>
bool&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZTimer.html#n1">rPaused</a></td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Paused / Unpaused state of Timer.</em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a name="n1" doxytag="ZE::ZTimer::rUseZEngine"></a>
bool&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZTimer.html#n1">rUseZEngine</a></td></tr>
<tr><td nowrap align=right valign=top><a name="n2" doxytag="ZE::ZTimer::rUseZEngine"></a>
bool&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZTimer.html#n2">rUseZEngine</a></td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Using <a class="el" href="classZE_1_1ZEngine.html">ZEngine</a> timer or SDL global timer.</em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a name="n2" doxytag="ZE::ZTimer::rPausedTime"></a>
Uint32&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZTimer.html#n2">rPausedTime</a></td></tr>
<tr><td nowrap align=right valign=top><a name="n3" doxytag="ZE::ZTimer::rPausedTime"></a>
Uint32&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZTimer.html#n3">rPausedTime</a></td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Total time this timer has been paused.</em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top><a name="n3" doxytag="ZE::ZTimer::rLastPause"></a>
Uint32&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZTimer.html#n3">rLastPause</a></td></tr>
<tr><td nowrap align=right valign=top><a name="n4" doxytag="ZE::ZTimer::rLastPause"></a>
Uint32&nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZTimer.html#n4">rLastPause</a></td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Time this Timer was paused.</em></font><br><br></td></tr>
</table>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
@ -80,6 +83,34 @@ Sets TimePaused to current <a class="el" href="classZE_1_1ZEngine.html">ZEngine<
</td>
</tr>
</table>
<a name="a1" doxytag="ZE::ZTimer::~ZTimer"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> ZE::ZTimer::~ZTimer </td>
<td class="md" valign="top">(&nbsp;</td>
<td class="mdname1" valign="top" nowrap>&nbsp; </td>
<td class="md" valign="top">)&nbsp;</td>
<td class="md" nowrap><code> [virtual]</code></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Virtual destructor making future inheritance safe. </td>
</tr>
</table>
<hr><h2>Member Function Documentation</h2>
<a name="b0" doxytag="ZE::ZTimer::GetParentTime"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
@ -110,7 +141,7 @@ Protected method to get time from whichever timer is parent. <dl compact><dt><b>
</td>
</tr>
</table>
<a name="a1" doxytag="ZE::ZTimer::Reset"></a><p>
<a name="a2" doxytag="ZE::ZTimer::Reset"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
@ -138,7 +169,7 @@ Protected method to get time from whichever timer is parent. <dl compact><dt><b>
Set Timer back to Zero, will also unpause timer if it was paused. </td>
</tr>
</table>
<a name="a2" doxytag="ZE::ZTimer::Pause"></a><p>
<a name="a3" doxytag="ZE::ZTimer::Pause"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
@ -166,7 +197,7 @@ Set Timer back to Zero, will also unpause timer if it was paused. </td>
Pause the timer if it is unpaused. </td>
</tr>
</table>
<a name="a3" doxytag="ZE::ZTimer::Unpause"></a><p>
<a name="a4" doxytag="ZE::ZTimer::Unpause"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
@ -194,7 +225,7 @@ Pause the timer if it is unpaused. </td>
Unpause the timer if it is paused. </td>
</tr>
</table>
<a name="a4" doxytag="ZE::ZTimer::GetTime"></a><p>
<a name="a5" doxytag="ZE::ZTimer::GetTime"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
@ -223,7 +254,7 @@ Get current time accounting for time paused. <dl compact><dt><b>Returns:</b></dt
</td>
</tr>
</table>
<a name="a5" doxytag="ZE::ZTimer::IsPaused"></a><p>
<a name="a6" doxytag="ZE::ZTimer::IsPaused"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
@ -254,7 +285,7 @@ Find out paused state of timer. <dl compact><dt><b>Returns:</b></dt><dd>Paused s
</table>
<hr>The documentation for this class was generated from the following files:<ul>
<li>/include/<a class="el" href="ZE__ZTimer_8h-source.html">ZE_ZTimer.h</a><li>/src/<a class="el" href="ZE__ZTimer_8cpp.html">ZE_ZTimer.cpp</a></ul>
<hr><address style="align: right;"><small>Generated on Tue Jan 28 16:31:29 2003 for ZEngine by
<hr><address style="align: right;"><small>Generated on Sun Apr 27 14:53:40 2003 for ZEngine by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0
width=110 height=53></a>1.3-rc2 </small></address>

View File

@ -5,25 +5,27 @@
</head><body>
<!-- Generated by Doxygen 1.3-rc2 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<hr><h1>ZEngine File List</h1>Here is a list of all documented files with brief descriptions:<table>
<tr><td class="indexkey">/include/<a class="el" href="ZE__Defines_8h.html">ZE_Defines.h</a> <a href="ZE__Defines_8h-source.html">[code]</a></td><td class="indexvalue">Define file for ZEngine</td></tr>
<tr><td class="indexkey">/include/<a class="el" href="ZE__Includes_8h.html">ZE_Includes.h</a> <a href="ZE__Includes_8h-source.html">[code]</a></td><td class="indexvalue">Include file for SDL and C++ Includes that many ZEngine files need</td></tr>
<tr><td class="indexkey">/include/<a class="el" href="ZE__Utility_8h.html">ZE_Utility.h</a> <a href="ZE__Utility_8h-source.html">[code]</a></td><td class="indexvalue">Definition file for ZEngine Utilities</td></tr>
<tr><td class="indexkey">/include/<a class="el" href="ZE__ZClient_8h.html">ZE_ZClient.h</a> <a href="ZE__ZClient_8h-source.html">[code]</a></td><td class="indexvalue">Definition file for ZClient</td></tr>
<tr><td class="indexkey">/include/<a class="el" href="ZE__ZConfigFile_8h.html">ZE_ZConfigFile.h</a> <a href="ZE__ZConfigFile_8h-source.html">[code]</a></td><td class="indexvalue">Definition file for ZConfigFile</td></tr>
<tr><td class="indexkey">/include/<a class="el" href="ZE__ZEngine_8h.html">ZE_ZEngine.h</a> <a href="ZE__ZEngine_8h-source.html">[code]</a></td><td class="indexvalue">Definition file for core ZEngine class</td></tr>
<tr><td class="indexkey">/include/<a class="el" href="ZE__ZError_8h.html">ZE_ZError.h</a> <a href="ZE__ZError_8h-source.html">[code]</a></td><td class="indexvalue">Definition file for ZError</td></tr>
<tr><td class="indexkey">/include/<a class="el" href="ZE__ZFont_8h.html">ZE_ZFont.h</a> <a href="ZE__ZFont_8h-source.html">[code]</a></td><td class="indexvalue">Definition file for ZFont</td></tr>
<tr><td class="indexkey">/include/<a class="el" href="ZE__ZImage_8h.html">ZE_ZImage.h</a> <a href="ZE__ZImage_8h-source.html">[code]</a></td><td class="indexvalue">Definition file for ZImage</td></tr>
<tr><td class="indexkey">/include/<a class="el" href="ZE__ZMusic_8h.html">ZE_ZMusic.h</a> <a href="ZE__ZMusic_8h-source.html">[code]</a></td><td class="indexvalue">Definition file for ZMusic</td></tr>
<tr><td class="indexkey">/include/<a class="el" href="ZE__ZObject_8h.html">ZE_ZObject.h</a> <a href="ZE__ZObject_8h-source.html">[code]</a></td><td class="indexvalue">Definition file for ZObject Base Class</td></tr>
<tr><td class="indexkey">/include/<a class="el" href="ZE__ZRect_8h.html">ZE_ZRect.h</a> <a href="ZE__ZRect_8h-source.html">[code]</a></td><td class="indexvalue">Definition file for ZRect</td></tr>
<tr><td class="indexkey">/include/<a class="el" href="ZE__ZServer_8h.html">ZE_ZServer.h</a> <a href="ZE__ZServer_8h-source.html">[code]</a></td><td class="indexvalue">Definition file for ZServer</td></tr>
<tr><td class="indexkey">/include/<a class="el" href="ZE__ZSound_8h.html">ZE_ZSound.h</a> <a href="ZE__ZSound_8h-source.html">[code]</a></td><td class="indexvalue">Definition file for ZSound</td></tr>
<tr><td class="indexkey">/include/<a class="el" href="ZE__ZTimer_8h.html">ZE_ZTimer.h</a> <a href="ZE__ZTimer_8h-source.html">[code]</a></td><td class="indexvalue">Definition file for ZTimer</td></tr>
<tr><td class="indexkey">/include/<a class="el" href="ZEngine_8h.html">ZEngine.h</a> <a href="ZEngine_8h-source.html">[code]</a></td><td class="indexvalue">Header file for ZEngine</td></tr>
<tr><td class="indexkey">/include/external/<b>physfsrwops.h</b> <a href="physfsrwops_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey">/include/external/<b>SDLGL_Util.h</b> <a href="SDLGL__Util_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr>
<tr><td class="indexkey">/src/<a class="el" href="ZE__Utility_8cpp.html">ZE_Utility.cpp</a></td><td class="indexvalue">Source file for ZEngine utility functions</td></tr>
<tr><td class="indexkey">/src/<a class="el" href="ZE__ZClient_8cpp.html">ZE_ZClient.cpp</a></td><td class="indexvalue">Source file for ZClient</td></tr>
<tr><td class="indexkey">/src/<a class="el" href="ZE__ZConfigFile_8cpp.html">ZE_ZConfigFile.cpp</a></td><td class="indexvalue">Source file for ZConfigFile</td></tr>
<tr><td class="indexkey">/src/<a class="el" href="ZE__ZEngine_8cpp.html">ZE_ZEngine.cpp</a></td><td class="indexvalue">Central source file for ZEngine</td></tr>
<tr><td class="indexkey">/src/<a class="el" href="ZE__ZError_8cpp.html">ZE_ZError.cpp</a></td><td class="indexvalue">Source file for ZError</td></tr>
@ -31,10 +33,11 @@
<tr><td class="indexkey">/src/<a class="el" href="ZE__ZImage_8cpp.html">ZE_ZImage.cpp</a></td><td class="indexvalue">Source file for ZImage</td></tr>
<tr><td class="indexkey">/src/<a class="el" href="ZE__ZMusic_8cpp.html">ZE_ZMusic.cpp</a></td><td class="indexvalue">Source file for ZMusic</td></tr>
<tr><td class="indexkey">/src/<a class="el" href="ZE__ZRect_8cpp.html">ZE_ZRect.cpp</a></td><td class="indexvalue">Source file for ZRect</td></tr>
<tr><td class="indexkey">/src/<a class="el" href="ZE__ZServer_8cpp.html">ZE_ZServer.cpp</a></td><td class="indexvalue">Source file for ZServer</td></tr>
<tr><td class="indexkey">/src/<a class="el" href="ZE__ZSound_8cpp.html">ZE_ZSound.cpp</a></td><td class="indexvalue">Source file for ZSound</td></tr>
<tr><td class="indexkey">/src/<a class="el" href="ZE__ZTimer_8cpp.html">ZE_ZTimer.cpp</a></td><td class="indexvalue">Source file for ZTimer</td></tr>
</table>
<hr><address style="align: right;"><small>Generated on Tue Jan 28 16:31:28 2003 for ZEngine by
<hr><address style="align: right;"><small>Generated on Sun Apr 27 14:53:39 2003 for ZEngine by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0
width=110 height=53></a>1.3-rc2 </small></address>

View File

@ -5,7 +5,7 @@
</head><body>
<!-- Generated by Doxygen 1.3-rc2 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<hr><h1>ZEngine Compound Members</h1><center>
<a href="#index_a">a</a>&nbsp;|&nbsp;<a href="#index_b">b</a>&nbsp;|&nbsp;<a href="#index_c">c</a>&nbsp;|&nbsp;<a href="#index_d">d</a>&nbsp;|&nbsp;<a href="#index_e">e</a>&nbsp;|&nbsp;<a href="#index_f">f</a>&nbsp;|&nbsp;<a href="#index_g">g</a>&nbsp;|&nbsp;<a href="#index_h">h</a>&nbsp;|&nbsp;<a href="#index_i">i</a>&nbsp;|&nbsp;<a href="#index_k">k</a>&nbsp;|&nbsp;<a href="#index_l">l</a>&nbsp;|&nbsp;<a href="#index_m">m</a>&nbsp;|&nbsp;<a href="#index_o">o</a>&nbsp;|&nbsp;<a href="#index_p">p</a>&nbsp;|&nbsp;<a href="#index_q">q</a>&nbsp;|&nbsp;<a href="#index_r">r</a>&nbsp;|&nbsp;<a href="#index_s">s</a>&nbsp;|&nbsp;<a href="#index_t">t</a>&nbsp;|&nbsp;<a href="#index_u">u</a>&nbsp;|&nbsp;<a href="#index_v">v</a>&nbsp;|&nbsp;<a href="#index_w">w</a>&nbsp;|&nbsp;<a href="#index_x">x</a>&nbsp;|&nbsp;<a href="#index_y">y</a>&nbsp;|&nbsp;<a href="#index_z">z</a>&nbsp;|&nbsp;<a href="#index_~">~</a></center>
@ -13,25 +13,25 @@
Here is a list of all documented class members with links to the class documentation for each member:<h3><a name="index_a">- a -</a>
</h3><ul>
<li>Alpha()
: <a class="el" href="classZE_1_1ZImage.html#a23">ZE::ZImage</a><li>Attach()
: <a class="el" href="classZE_1_1ZImage.html#a8">ZE::ZImage</a></ul>
: <a class="el" href="classZE_1_1ZImage.html#a27">ZE::ZImage</a><li>Attach()
: <a class="el" href="classZE_1_1ZImage.html#a10">ZE::ZImage</a></ul>
<h3><a name="index_b">- b -</a>
</h3><ul>
<li>Bind()
: <a class="el" href="classZE_1_1ZImage.html#a16">ZE::ZImage</a><li>Bottom()
: <a class="el" href="classZE_1_1ZRect.html#a20">ZE::ZRect</a><li>BPP()
: <a class="el" href="classZE_1_1ZImage.html#a18">ZE::ZImage</a><li>Bottom()
: <a class="el" href="classZE_1_1ZRect.html#a22">ZE::ZRect</a><li>BPP()
: <a class="el" href="classZE_1_1ZEngine.html#a47">ZE::ZEngine</a></ul>
<h3><a name="index_c">- c -</a>
</h3><ul>
<li>CheckEvents()
: <a class="el" href="classZE_1_1ZEngine.html#a34">ZE::ZEngine</a><li>CleanString()
: <a class="el" href="classZE_1_1ZConfigFile.html#c0">ZE::ZConfigFile</a><li>Clear()
: <a class="el" href="classZE_1_1ZConfigFile.html#b0">ZE::ZConfigFile</a><li>Clear()
: <a class="el" href="classZE_1_1ZEngine.html#a8">ZE::ZEngine</a><li>Close()
: <a class="el" href="classZE_1_1ZConfigFile.html#a11">ZE::ZConfigFile</a><li>CloseDisplay()
: <a class="el" href="classZE_1_1ZConfigFile.html#a13">ZE::ZConfigFile</a><li>CloseDisplay()
: <a class="el" href="classZE_1_1ZEngine.html#a3">ZE::ZEngine</a><li>Code()
: <a class="el" href="classZE_1_1ZError.html#a2">ZE::ZError</a><li>Contains()
: <a class="el" href="classZE_1_1ZRect.html#a12">ZE::ZRect</a><li>Create()
: <a class="el" href="classZE_1_1ZError.html#a1">ZE::ZError</a><li>CreateDisplay()
: <a class="el" href="classZE_1_1ZError.html#a3">ZE::ZError</a><li>Contains()
: <a class="el" href="classZE_1_1ZRect.html#a14">ZE::ZRect</a><li>Create()
: <a class="el" href="classZE_1_1ZError.html#a2">ZE::ZError</a><li>CreateDisplay()
: <a class="el" href="classZE_1_1ZEngine.html#a2">ZE::ZEngine</a><li>CreateStringTable()
: <a class="el" href="classZE_1_1ZError.html#d0">ZE::ZError</a></ul>
<h3><a name="index_d">- d -</a>
@ -40,53 +40,54 @@ Here is a list of all documented class members with links to the class documenta
: <a class="el" href="classZE_1_1ZEngine.html#a10">ZE::ZEngine</a><li>DestroyStringTable()
: <a class="el" href="classZE_1_1ZError.html#d1">ZE::ZError</a><li>Display()
: <a class="el" href="classZE_1_1ZEngine.html#a6">ZE::ZEngine</a><li>Draw()
: <a class="el" href="classZE_1_1ZRect.html#a5">ZE::ZRect</a>, <a class="el" href="classZE_1_1ZImage.html#a17">ZE::ZImage</a><li>DrawRotated()
: <a class="el" href="classZE_1_1ZImage.html#a18">ZE::ZImage</a><li>DrawShadedText()
: <a class="el" href="classZE_1_1ZRect.html#a7">ZE::ZRect</a>, <a class="el" href="classZE_1_1ZImage.html#a20">ZE::ZImage</a><li>DrawRotated()
: <a class="el" href="classZE_1_1ZImage.html#a22">ZE::ZImage</a><li>DrawShadedText()
: <a class="el" href="classZE_1_1ZFont.html#a6">ZE::ZFont</a><li>DrawText()
: <a class="el" href="classZE_1_1ZFont.html#a5">ZE::ZFont</a></ul>
<h3><a name="index_e">- e -</a>
</h3><ul>
<li>Exists()
: <a class="el" href="classZE_1_1ZConfigFile.html#c2">ZE::ZConfigFile</a></ul>
: <a class="el" href="classZE_1_1ZConfigFile.html#b2">ZE::ZConfigFile</a></ul>
<h3><a name="index_f">- f -</a>
</h3><ul>
<li>Flip()
: <a class="el" href="classZE_1_1ZImage.html#a13">ZE::ZImage</a><li>Flush()
: <a class="el" href="classZE_1_1ZConfigFile.html#a10">ZE::ZConfigFile</a><li>FlushErrors()
: <a class="el" href="classZE_1_1ZImage.html#a15">ZE::ZImage</a><li>Flush()
: <a class="el" href="classZE_1_1ZConfigFile.html#a12">ZE::ZConfigFile</a><li>FlushErrors()
: <a class="el" href="classZE_1_1ZEngine.html#a40">ZE::ZEngine</a></ul>
<h3><a name="index_g">- g -</a>
</h3><ul>
<li>GetBool()
: <a class="el" href="classZE_1_1ZConfigFile.html#a5">ZE::ZConfigFile</a><li>GetDesiredFramerate()
: <a class="el" href="classZE_1_1ZEngine.html#a17">ZE::ZEngine</a><li>GetFramerate()
: <a class="el" href="classZE_1_1ZConfigFile.html#a6">ZE::ZConfigFile</a><li>GetDesiredFramerate()
: <a class="el" href="classZE_1_1ZEngine.html#a17">ZE::ZEngine</a><li>GetFloat()
: <a class="el" href="classZE_1_1ZConfigFile.html#a4">ZE::ZConfigFile</a><li>GetFramerate()
: <a class="el" href="classZE_1_1ZEngine.html#a15">ZE::ZEngine</a><li>GetFrameTime()
: <a class="el" href="classZE_1_1ZEngine.html#a14">ZE::ZEngine</a><li>GetInstance()
: <a class="el" href="classZE_1_1ZEngine.html#d0">ZE::ZEngine</a><li>GetInt()
: <a class="el" href="classZE_1_1ZConfigFile.html#a4">ZE::ZConfigFile</a><li>GetLastError()
: <a class="el" href="classZE_1_1ZConfigFile.html#a5">ZE::ZConfigFile</a><li>GetLastError()
: <a class="el" href="classZE_1_1ZEngine.html#a38">ZE::ZEngine</a><li>GetParentTime()
: <a class="el" href="classZE_1_1ZTimer.html#b0">ZE::ZTimer</a><li>GetString()
: <a class="el" href="classZE_1_1ZConfigFile.html#a6">ZE::ZConfigFile</a><li>GetTime()
: <a class="el" href="classZE_1_1ZTimer.html#a4">ZE::ZTimer</a>, <a class="el" href="classZE_1_1ZEngine.html#a11">ZE::ZEngine</a><li>GetVariable()
: <a class="el" href="classZE_1_1ZConfigFile.html#c4">ZE::ZConfigFile</a><li>GetVersion()
: <a class="el" href="classZE_1_1ZConfigFile.html#a7">ZE::ZConfigFile</a><li>GetTime()
: <a class="el" href="classZE_1_1ZTimer.html#a5">ZE::ZTimer</a>, <a class="el" href="classZE_1_1ZEngine.html#a11">ZE::ZEngine</a><li>GetVariable()
: <a class="el" href="classZE_1_1ZConfigFile.html#b4">ZE::ZConfigFile</a><li>GetVersion()
: <a class="el" href="classZE_1_1ZEngine.html#d2">ZE::ZEngine</a></ul>
<h3><a name="index_h">- h -</a>
</h3><ul>
<li>Height()
: <a class="el" href="classZE_1_1ZRect.html#a22">ZE::ZRect</a>, <a class="el" href="classZE_1_1ZImage.html#a22">ZE::ZImage</a>, <a class="el" href="classZE_1_1ZFont.html#a15">ZE::ZFont</a>, <a class="el" href="classZE_1_1ZEngine.html#a46">ZE::ZEngine</a><li>HideCursor()
: <a class="el" href="classZE_1_1ZRect.html#a24">ZE::ZRect</a>, <a class="el" href="classZE_1_1ZImage.html#a26">ZE::ZImage</a>, <a class="el" href="classZE_1_1ZFont.html#a15">ZE::ZFont</a>, <a class="el" href="classZE_1_1ZEngine.html#a46">ZE::ZEngine</a><li>HideCursor()
: <a class="el" href="classZE_1_1ZEngine.html#a27">ZE::ZEngine</a></ul>
<h3><a name="index_i">- i -</a>
</h3><ul>
<li>ImagesNeedReload()
: <a class="el" href="classZE_1_1ZEngine.html#a23">ZE::ZEngine</a><li>Initialized()
: <a class="el" href="classZE_1_1ZEngine.html#a5">ZE::ZEngine</a><li>Intersection()
: <a class="el" href="classZE_1_1ZRect.html#a13">ZE::ZRect</a><li>Intersects()
: <a class="el" href="classZE_1_1ZRect.html#a10">ZE::ZRect</a><li>IsActive()
: <a class="el" href="classZE_1_1ZRect.html#a15">ZE::ZRect</a><li>Intersects()
: <a class="el" href="classZE_1_1ZRect.html#a12">ZE::ZRect</a><li>IsActive()
: <a class="el" href="classZE_1_1ZEngine.html#a19">ZE::ZEngine</a><li>IsBold()
: <a class="el" href="classZE_1_1ZFont.html#a12">ZE::ZFont</a><li>IsFullscreen()
: <a class="el" href="classZE_1_1ZEngine.html#a48">ZE::ZEngine</a><li>IsItalic()
: <a class="el" href="classZE_1_1ZFont.html#a13">ZE::ZFont</a><li>IsLoaded()
: <a class="el" href="classZE_1_1ZSound.html#a10">ZE::ZSound</a>, <a class="el" href="classZE_1_1ZMusic.html#a11">ZE::ZMusic</a>, <a class="el" href="classZE_1_1ZImage.html#a19">ZE::ZImage</a>, <a class="el" href="classZE_1_1ZFont.html#a11">ZE::ZFont</a><li>IsPaused()
: <a class="el" href="classZE_1_1ZTimer.html#a5">ZE::ZTimer</a>, <a class="el" href="classZE_1_1ZSound.html#a12">ZE::ZSound</a>, <a class="el" href="classZE_1_1ZMusic.html#a13">ZE::ZMusic</a>, <a class="el" href="classZE_1_1ZEngine.html#a18">ZE::ZEngine</a><li>IsPlaying()
: <a class="el" href="classZE_1_1ZSound.html#a10">ZE::ZSound</a>, <a class="el" href="classZE_1_1ZMusic.html#a11">ZE::ZMusic</a>, <a class="el" href="classZE_1_1ZImage.html#a23">ZE::ZImage</a>, <a class="el" href="classZE_1_1ZFont.html#a11">ZE::ZFont</a><li>IsPaused()
: <a class="el" href="classZE_1_1ZTimer.html#a6">ZE::ZTimer</a>, <a class="el" href="classZE_1_1ZSound.html#a12">ZE::ZSound</a>, <a class="el" href="classZE_1_1ZMusic.html#a13">ZE::ZMusic</a>, <a class="el" href="classZE_1_1ZEngine.html#a18">ZE::ZEngine</a><li>IsPlaying()
: <a class="el" href="classZE_1_1ZSound.html#a11">ZE::ZSound</a>, <a class="el" href="classZE_1_1ZMusic.html#a12">ZE::ZMusic</a><li>IsUnderlined()
: <a class="el" href="classZE_1_1ZFont.html#a14">ZE::ZFont</a></ul>
<h3><a name="index_k">- k -</a>
@ -98,64 +99,62 @@ Here is a list of all documented class members with links to the class documenta
</h3><ul>
<li>LButtonPressed()
: <a class="el" href="classZE_1_1ZEngine.html#a31">ZE::ZEngine</a><li>Left()
: <a class="el" href="classZE_1_1ZRect.html#a17">ZE::ZRect</a><li>LineSkip()
: <a class="el" href="classZE_1_1ZRect.html#a19">ZE::ZRect</a><li>LineSkip()
: <a class="el" href="classZE_1_1ZFont.html#a16">ZE::ZFont</a><li>LoadFont()
: <a class="el" href="classZE_1_1ZEngine.html#a44">ZE::ZEngine</a><li>LoadImage()
: <a class="el" href="classZE_1_1ZEngine.html#a41">ZE::ZEngine</a><li>LoadMusic()
: <a class="el" href="classZE_1_1ZEngine.html#a43">ZE::ZEngine</a><li>LoadSound()
: <a class="el" href="classZE_1_1ZEngine.html#a42">ZE::ZEngine</a><li>LogError()
: <a class="el" href="classZE_1_1ZEngine.html#c1">ZE::ZEngine</a><li>LogString()
: <a class="el" href="classZE_1_1ZError.html#a3">ZE::ZError</a><li>LoopInfinite
: <a class="el" href="classZE_1_1ZError.html#a4">ZE::ZError</a><li>LoopInfinite
: <a class="el" href="classZE_1_1ZSound.html#p0">ZE::ZSound</a>, <a class="el" href="classZE_1_1ZMusic.html#p0">ZE::ZMusic</a></ul>
<h3><a name="index_m">- m -</a>
</h3><ul>
<li>mActive
: <a class="el" href="classZE_1_1ZEngine.html#o17">ZE::ZEngine</a><li>mBPP
: <a class="el" href="classZE_1_1ZEngine.html#o15">ZE::ZEngine</a><li>mBPP
: <a class="el" href="classZE_1_1ZEngine.html#o2">ZE::ZEngine</a><li>mCurError
: <a class="el" href="classZE_1_1ZEngine.html#o25">ZE::ZEngine</a><li>mDesiredFramerate
: <a class="el" href="classZE_1_1ZEngine.html#o10">ZE::ZEngine</a><li>mErrlog
: <a class="el" href="classZE_1_1ZEngine.html#o27">ZE::ZEngine</a><li>mErrorQueue
: <a class="el" href="classZE_1_1ZEngine.html#o24">ZE::ZEngine</a><li>mFileLayout
: <a class="el" href="classZE_1_1ZConfigFile.html#o0">ZE::ZConfigFile</a><li>mFilename
: <a class="el" href="classZE_1_1ZConfigFile.html#o1">ZE::ZConfigFile</a><li>mFullscreen
: <a class="el" href="classZE_1_1ZEngine.html#o23">ZE::ZEngine</a><li>mDesiredFramerate
: <a class="el" href="classZE_1_1ZEngine.html#o8">ZE::ZEngine</a><li>mErrlog
: <a class="el" href="classZE_1_1ZEngine.html#o25">ZE::ZEngine</a><li>mErrorQueue
: <a class="el" href="classZE_1_1ZEngine.html#o22">ZE::ZEngine</a><li>mFullscreen
: <a class="el" href="classZE_1_1ZEngine.html#o3">ZE::ZEngine</a><li>mHeight
: <a class="el" href="classZE_1_1ZEngine.html#o1">ZE::ZEngine</a><li>mInitialized
: <a class="el" href="classZE_1_1ZEngine.html#o4">ZE::ZEngine</a><li>mKeyIsPressed
: <a class="el" href="classZE_1_1ZEngine.html#o19">ZE::ZEngine</a><li>mKeyPress
: <a class="el" href="classZE_1_1ZEngine.html#o20">ZE::ZEngine</a><li>mLastPause
: <a class="el" href="classZE_1_1ZEngine.html#o12">ZE::ZEngine</a><li>mLastTime
: <a class="el" href="classZE_1_1ZEngine.html#o14">ZE::ZEngine</a><li>mLogAllErrors
: <a class="el" href="classZE_1_1ZEngine.html#o26">ZE::ZEngine</a><li>mMouseB
: <a class="el" href="classZE_1_1ZEngine.html#o23">ZE::ZEngine</a><li>mMouseX
: <a class="el" href="classZE_1_1ZEngine.html#o21">ZE::ZEngine</a><li>mMouseY
: <a class="el" href="classZE_1_1ZEngine.html#o22">ZE::ZEngine</a><li>mNeedReload
: <a class="el" href="classZE_1_1ZEngine.html#o16">ZE::ZEngine</a><li>mNextUpdate
: <a class="el" href="classZE_1_1ZEngine.html#o11">ZE::ZEngine</a><li>MouseInRect()
: <a class="el" href="classZE_1_1ZEngine.html#o17">ZE::ZEngine</a><li>mKeyPress
: <a class="el" href="classZE_1_1ZEngine.html#o18">ZE::ZEngine</a><li>mLastPause
: <a class="el" href="classZE_1_1ZEngine.html#o10">ZE::ZEngine</a><li>mLastTime
: <a class="el" href="classZE_1_1ZEngine.html#o12">ZE::ZEngine</a><li>mLogAllErrors
: <a class="el" href="classZE_1_1ZEngine.html#o24">ZE::ZEngine</a><li>mMouseB
: <a class="el" href="classZE_1_1ZEngine.html#o21">ZE::ZEngine</a><li>mMouseX
: <a class="el" href="classZE_1_1ZEngine.html#o19">ZE::ZEngine</a><li>mMouseY
: <a class="el" href="classZE_1_1ZEngine.html#o20">ZE::ZEngine</a><li>mNeedReload
: <a class="el" href="classZE_1_1ZEngine.html#o14">ZE::ZEngine</a><li>mNextUpdate
: <a class="el" href="classZE_1_1ZEngine.html#o9">ZE::ZEngine</a><li>MouseInRect()
: <a class="el" href="classZE_1_1ZEngine.html#a33">ZE::ZEngine</a><li>MouseX()
: <a class="el" href="classZE_1_1ZEngine.html#a29">ZE::ZEngine</a><li>MouseY()
: <a class="el" href="classZE_1_1ZEngine.html#a30">ZE::ZEngine</a><li>Move()
: <a class="el" href="classZE_1_1ZRect.html#a6">ZE::ZRect</a><li>MoveRel()
: <a class="el" href="classZE_1_1ZRect.html#a7">ZE::ZRect</a><li>mPaused
: <a class="el" href="classZE_1_1ZEngine.html#o8">ZE::ZEngine</a><li>mPausedTime
: <a class="el" href="classZE_1_1ZEngine.html#o13">ZE::ZEngine</a><li>mQuit
: <a class="el" href="classZE_1_1ZEngine.html#o18">ZE::ZEngine</a><li>mRate
: <a class="el" href="classZE_1_1ZEngine.html#o5">ZE::ZEngine</a><li>mScreen
: <a class="el" href="classZE_1_1ZEngine.html#o7">ZE::ZEngine</a><li>mSecPerFrame
: <a class="el" href="classZE_1_1ZEngine.html#o15">ZE::ZEngine</a><li>mStereo
: <a class="el" href="classZE_1_1ZEngine.html#o6">ZE::ZEngine</a><li>mUnpauseOnActive
: <a class="el" href="classZE_1_1ZEngine.html#o9">ZE::ZEngine</a><li>mWidth
: <a class="el" href="classZE_1_1ZRect.html#a8">ZE::ZRect</a><li>MoveRel()
: <a class="el" href="classZE_1_1ZRect.html#a9">ZE::ZRect</a><li>mPaused
: <a class="el" href="classZE_1_1ZEngine.html#o6">ZE::ZEngine</a><li>mPausedTime
: <a class="el" href="classZE_1_1ZEngine.html#o11">ZE::ZEngine</a><li>mQuit
: <a class="el" href="classZE_1_1ZEngine.html#o16">ZE::ZEngine</a><li>mRate
: <a class="el" href="classZE_1_1ZEngine.html#o26">ZE::ZEngine</a><li>mScreen
: <a class="el" href="classZE_1_1ZEngine.html#o5">ZE::ZEngine</a><li>mSecPerFrame
: <a class="el" href="classZE_1_1ZEngine.html#o13">ZE::ZEngine</a><li>mStereo
: <a class="el" href="classZE_1_1ZEngine.html#o27">ZE::ZEngine</a><li>mUnpauseOnActive
: <a class="el" href="classZE_1_1ZEngine.html#o7">ZE::ZEngine</a><li>mWidth
: <a class="el" href="classZE_1_1ZEngine.html#o0">ZE::ZEngine</a></ul>
<h3><a name="index_o">- o -</a>
</h3><ul>
<li>Open()
: <a class="el" href="classZE_1_1ZSound.html#a3">ZE::ZSound</a>, <a class="el" href="classZE_1_1ZMusic.html#a3">ZE::ZMusic</a>, <a class="el" href="classZE_1_1ZImage.html#a6">ZE::ZImage</a>, <a class="el" href="classZE_1_1ZFont.html#a3">ZE::ZFont</a><li>OpenFromImage()
: <a class="el" href="classZE_1_1ZImage.html#a7">ZE::ZImage</a><li>operator&lt;()
: <a class="el" href="classZE_1_1ZRect.html#a4">ZE::ZRect</a><li>operator=()
: <a class="el" href="classZE_1_1ZRect.html#a3">ZE::ZRect</a></ul>
: <a class="el" href="classZE_1_1ZSound.html#a3">ZE::ZSound</a>, <a class="el" href="classZE_1_1ZMusic.html#a3">ZE::ZMusic</a>, <a class="el" href="classZE_1_1ZImage.html#a7">ZE::ZImage</a>, <a class="el" href="classZE_1_1ZFont.html#a3">ZE::ZFont</a><li>OpenFromImage()
: <a class="el" href="classZE_1_1ZImage.html#a9">ZE::ZImage</a><li>operator&lt;()
: <a class="el" href="classZE_1_1ZRect.html#a6">ZE::ZRect</a><li>operator=()
: <a class="el" href="classZE_1_1ZRect.html#a4">ZE::ZRect</a></ul>
<h3><a name="index_p">- p -</a>
</h3><ul>
<li>Pause()
: <a class="el" href="classZE_1_1ZTimer.html#a2">ZE::ZTimer</a>, <a class="el" href="classZE_1_1ZSound.html#a6">ZE::ZSound</a>, <a class="el" href="classZE_1_1ZMusic.html#a6">ZE::ZMusic</a><li>PauseTimer()
: <a class="el" href="classZE_1_1ZTimer.html#a3">ZE::ZTimer</a>, <a class="el" href="classZE_1_1ZSound.html#a6">ZE::ZSound</a>, <a class="el" href="classZE_1_1ZMusic.html#a6">ZE::ZMusic</a><li>PauseTimer()
: <a class="el" href="classZE_1_1ZEngine.html#a12">ZE::ZEngine</a><li>Play()
: <a class="el" href="classZE_1_1ZSound.html#a5">ZE::ZSound</a>, <a class="el" href="classZE_1_1ZMusic.html#a5">ZE::ZMusic</a><li>Process()
: <a class="el" href="classZE_1_1ZConfigFile.html#a3">ZE::ZConfigFile</a></ul>
@ -166,83 +165,85 @@ Here is a list of all documented class members with links to the class documenta
<h3><a name="index_r">- r -</a>
</h3><ul>
<li>rAlpha
: <a class="el" href="classZE_1_1ZImage.html#n8">ZE::ZImage</a><li>rBGColor
: <a class="el" href="classZE_1_1ZFont.html#n3">ZE::ZFont</a><li>RButtonPressed()
: <a class="el" href="classZE_1_1ZImage.html#n9">ZE::ZImage</a><li>rBGColor
: <a class="el" href="classZE_1_1ZFont.html#n4">ZE::ZFont</a><li>RButtonPressed()
: <a class="el" href="classZE_1_1ZEngine.html#a32">ZE::ZEngine</a><li>rChannelID
: <a class="el" href="classZE_1_1ZSound.html#n1">ZE::ZSound</a><li>rCode
: <a class="el" href="classZE_1_1ZSound.html#n2">ZE::ZSound</a><li>rCode
: <a class="el" href="classZE_1_1ZError.html#n0">ZE::ZError</a><li>rColor
: <a class="el" href="classZE_1_1ZFont.html#n2">ZE::ZFont</a><li>rDescription
: <a class="el" href="classZE_1_1ZFont.html#n3">ZE::ZFont</a><li>rDescription
: <a class="el" href="classZE_1_1ZError.html#n1">ZE::ZError</a><li>Release()
: <a class="el" href="classZE_1_1ZSound.html#a4">ZE::ZSound</a>, <a class="el" href="classZE_1_1ZMusic.html#a4">ZE::ZMusic</a>, <a class="el" href="classZE_1_1ZImage.html#a10">ZE::ZImage</a>, <a class="el" href="classZE_1_1ZFont.html#a4">ZE::ZFont</a><li>ReleaseInstance()
: <a class="el" href="classZE_1_1ZSound.html#a4">ZE::ZSound</a>, <a class="el" href="classZE_1_1ZMusic.html#a4">ZE::ZMusic</a>, <a class="el" href="classZE_1_1ZImage.html#a12">ZE::ZImage</a>, <a class="el" href="classZE_1_1ZFont.html#a4">ZE::ZFont</a><li>ReleaseInstance()
: <a class="el" href="classZE_1_1ZEngine.html#d1">ZE::ZEngine</a><li>Reload()
: <a class="el" href="classZE_1_1ZImage.html#a9">ZE::ZImage</a><li>rEngine
: <a class="el" href="classZE_1_1ZObject.html#n0">ZE::ZObject</a><li>ReportError()
: <a class="el" href="classZE_1_1ZImage.html#a11">ZE::ZImage</a><li>rEngine
: <a class="el" href="classZE_1_1ZTimer.html#n0">ZE::ZTimer</a>, <a class="el" href="classZE_1_1ZSound.html#n0">ZE::ZSound</a>, <a class="el" href="classZE_1_1ZMusic.html#n0">ZE::ZMusic</a>, <a class="el" href="classZE_1_1ZImage.html#n0">ZE::ZImage</a>, <a class="el" href="classZE_1_1ZFont.html#n0">ZE::ZFont</a><li>ReportError()
: <a class="el" href="classZE_1_1ZEngine.html#a37">ZE::ZEngine</a><li>RequestQuit()
: <a class="el" href="classZE_1_1ZEngine.html#a20">ZE::ZEngine</a><li>Reset()
: <a class="el" href="classZE_1_1ZTimer.html#a1">ZE::ZTimer</a><li>Resize()
: <a class="el" href="classZE_1_1ZRect.html#a8">ZE::ZRect</a>, <a class="el" href="classZE_1_1ZImage.html#a15">ZE::ZImage</a>, <a class="el" href="classZE_1_1ZFont.html#a10">ZE::ZFont</a><li>ResizeRel()
: <a class="el" href="classZE_1_1ZRect.html#a9">ZE::ZRect</a><li>Rewind()
: <a class="el" href="classZE_1_1ZMusic.html#a8">ZE::ZMusic</a><li>rFilename
: <a class="el" href="classZE_1_1ZFont.html#n1">ZE::ZFont</a>, <a class="el" href="classZE_1_1ZError.html#n2">ZE::ZError</a><li>rFont
: <a class="el" href="classZE_1_1ZFont.html#n0">ZE::ZFont</a><li>rHeight
: <a class="el" href="classZE_1_1ZRect.html#n3">ZE::ZRect</a>, <a class="el" href="classZE_1_1ZImage.html#n7">ZE::ZImage</a><li>Right()
: <a class="el" href="classZE_1_1ZRect.html#a18">ZE::ZRect</a><li>rImage
: <a class="el" href="classZE_1_1ZImage.html#n4">ZE::ZImage</a><li>rLastPause
: <a class="el" href="classZE_1_1ZTimer.html#n3">ZE::ZTimer</a><li>rLine
: <a class="el" href="classZE_1_1ZTimer.html#a2">ZE::ZTimer</a><li>Resize()
: <a class="el" href="classZE_1_1ZRect.html#a10">ZE::ZRect</a>, <a class="el" href="classZE_1_1ZImage.html#a17">ZE::ZImage</a>, <a class="el" href="classZE_1_1ZFont.html#a10">ZE::ZFont</a><li>ResizeRel()
: <a class="el" href="classZE_1_1ZRect.html#a11">ZE::ZRect</a><li>Rewind()
: <a class="el" href="classZE_1_1ZMusic.html#a8">ZE::ZMusic</a><li>rFileLayout
: <a class="el" href="classZE_1_1ZConfigFile.html#n0">ZE::ZConfigFile</a><li>rFilename
: <a class="el" href="classZE_1_1ZFont.html#n2">ZE::ZFont</a>, <a class="el" href="classZE_1_1ZError.html#n2">ZE::ZError</a>, <a class="el" href="classZE_1_1ZConfigFile.html#n1">ZE::ZConfigFile</a><li>rFont
: <a class="el" href="classZE_1_1ZFont.html#n1">ZE::ZFont</a><li>rHeight
: <a class="el" href="classZE_1_1ZRect.html#n3">ZE::ZRect</a>, <a class="el" href="classZE_1_1ZImage.html#n8">ZE::ZImage</a><li>Right()
: <a class="el" href="classZE_1_1ZRect.html#a20">ZE::ZRect</a><li>rImage
: <a class="el" href="classZE_1_1ZImage.html#n5">ZE::ZImage</a><li>rLastPause
: <a class="el" href="classZE_1_1ZTimer.html#n4">ZE::ZTimer</a><li>rLine
: <a class="el" href="classZE_1_1ZError.html#n3">ZE::ZError</a><li>rMusic
: <a class="el" href="classZE_1_1ZMusic.html#n0">ZE::ZMusic</a><li>rPaused
: <a class="el" href="classZE_1_1ZTimer.html#n0">ZE::ZTimer</a><li>rPausedTime
: <a class="el" href="classZE_1_1ZTimer.html#n2">ZE::ZTimer</a><li>rSound
: <a class="el" href="classZE_1_1ZSound.html#n0">ZE::ZSound</a><li>rTexID
: <a class="el" href="classZE_1_1ZImage.html#n5">ZE::ZImage</a><li>rTexMaxX
: <a class="el" href="classZE_1_1ZImage.html#n2">ZE::ZImage</a><li>rTexMaxY
: <a class="el" href="classZE_1_1ZImage.html#n3">ZE::ZImage</a><li>rTexMinX
: <a class="el" href="classZE_1_1ZImage.html#n0">ZE::ZImage</a><li>rTexMinY
: <a class="el" href="classZE_1_1ZImage.html#n1">ZE::ZImage</a><li>rUseZEngine
: <a class="el" href="classZE_1_1ZTimer.html#n1">ZE::ZTimer</a><li>rWidth
: <a class="el" href="classZE_1_1ZRect.html#n2">ZE::ZRect</a>, <a class="el" href="classZE_1_1ZImage.html#n6">ZE::ZImage</a><li>rX
: <a class="el" href="classZE_1_1ZMusic.html#n1">ZE::ZMusic</a><li>rPaused
: <a class="el" href="classZE_1_1ZTimer.html#n1">ZE::ZTimer</a><li>rPausedTime
: <a class="el" href="classZE_1_1ZTimer.html#n3">ZE::ZTimer</a><li>rSound
: <a class="el" href="classZE_1_1ZSound.html#n1">ZE::ZSound</a><li>rTexID
: <a class="el" href="classZE_1_1ZImage.html#n6">ZE::ZImage</a><li>rTexMaxX
: <a class="el" href="classZE_1_1ZImage.html#n3">ZE::ZImage</a><li>rTexMaxY
: <a class="el" href="classZE_1_1ZImage.html#n4">ZE::ZImage</a><li>rTexMinX
: <a class="el" href="classZE_1_1ZImage.html#n1">ZE::ZImage</a><li>rTexMinY
: <a class="el" href="classZE_1_1ZImage.html#n2">ZE::ZImage</a><li>rUseZEngine
: <a class="el" href="classZE_1_1ZTimer.html#n2">ZE::ZTimer</a><li>rWidth
: <a class="el" href="classZE_1_1ZRect.html#n2">ZE::ZRect</a>, <a class="el" href="classZE_1_1ZImage.html#n7">ZE::ZImage</a><li>rX
: <a class="el" href="classZE_1_1ZRect.html#n0">ZE::ZRect</a><li>rY
: <a class="el" href="classZE_1_1ZRect.html#n1">ZE::ZRect</a></ul>
<h3><a name="index_s">- s -</a>
</h3><ul>
<li>SDLrect()
: <a class="el" href="classZE_1_1ZRect.html#a14">ZE::ZRect</a><li>section
: <a class="el" href="classZE_1_1ZRect.html#a16">ZE::ZRect</a><li>section
: <a class="el" href="classZE_1_1ZConfigFile_1_1ZCF__Section.html#m0">ZE::ZConfigFile::ZCF_Section</a><li>sErrorDesc
: <a class="el" href="classZE_1_1ZError.html#q0">ZE::ZError</a><li>SetAlpha()
: <a class="el" href="classZE_1_1ZImage.html#a11">ZE::ZImage</a><li>SetBGColor()
: <a class="el" href="classZE_1_1ZImage.html#a13">ZE::ZImage</a><li>SetBGColor()
: <a class="el" href="classZE_1_1ZFont.html#a8">ZE::ZFont</a><li>SetBool()
: <a class="el" href="classZE_1_1ZConfigFile.html#a8">ZE::ZConfigFile</a><li>SetColor()
: <a class="el" href="classZE_1_1ZConfigFile.html#a10">ZE::ZConfigFile</a><li>SetColor()
: <a class="el" href="classZE_1_1ZFont.html#a7">ZE::ZFont</a><li>SetColorKey()
: <a class="el" href="classZE_1_1ZImage.html#a12">ZE::ZImage</a><li>SetDesiredFramerate()
: <a class="el" href="classZE_1_1ZImage.html#a14">ZE::ZImage</a><li>SetDesiredFramerate()
: <a class="el" href="classZE_1_1ZEngine.html#a16">ZE::ZEngine</a><li>SetErrorLog()
: <a class="el" href="classZE_1_1ZEngine.html#a36">ZE::ZEngine</a><li>SetEventFilter()
: <a class="el" href="classZE_1_1ZEngine.html#a35">ZE::ZEngine</a><li>SetGL2D()
: <a class="el" href="classZE_1_1ZEngine.html#a35">ZE::ZEngine</a><li>SetFloat()
: <a class="el" href="classZE_1_1ZConfigFile.html#a8">ZE::ZConfigFile</a><li>SetGL2D()
: <a class="el" href="classZE_1_1ZEngine.html#a9">ZE::ZEngine</a><li>SetInt()
: <a class="el" href="classZE_1_1ZConfigFile.html#a7">ZE::ZConfigFile</a><li>SetKeyRepeatRate()
: <a class="el" href="classZE_1_1ZConfigFile.html#a9">ZE::ZConfigFile</a><li>SetKeyRepeatRate()
: <a class="el" href="classZE_1_1ZEngine.html#a24">ZE::ZEngine</a><li>SetReloadNeed()
: <a class="el" href="classZE_1_1ZEngine.html#a22">ZE::ZEngine</a><li>SetString()
: <a class="el" href="classZE_1_1ZConfigFile.html#a9">ZE::ZConfigFile</a><li>SetStyle()
: <a class="el" href="classZE_1_1ZConfigFile.html#a11">ZE::ZConfigFile</a><li>SetStyle()
: <a class="el" href="classZE_1_1ZFont.html#a9">ZE::ZFont</a><li>SetupDisplay()
: <a class="el" href="classZE_1_1ZEngine.html#a0">ZE::ZEngine</a><li>SetupSound()
: <a class="el" href="classZE_1_1ZEngine.html#a1">ZE::ZEngine</a><li>SetVariable()
: <a class="el" href="classZE_1_1ZConfigFile.html#c3">ZE::ZConfigFile</a><li>SetVolume()
: <a class="el" href="classZE_1_1ZConfigFile.html#b3">ZE::ZConfigFile</a><li>SetVolume()
: <a class="el" href="classZE_1_1ZSound.html#a9">ZE::ZSound</a>, <a class="el" href="classZE_1_1ZMusic.html#a10">ZE::ZMusic</a><li>ShowCursor()
: <a class="el" href="classZE_1_1ZEngine.html#a28">ZE::ZEngine</a><li>sInstance
: <a class="el" href="classZE_1_1ZEngine.html#r0">ZE::ZEngine</a><li>Stop()
: <a class="el" href="classZE_1_1ZSound.html#a8">ZE::ZSound</a>, <a class="el" href="classZE_1_1ZMusic.html#a9">ZE::ZMusic</a><li>Stretch()
: <a class="el" href="classZE_1_1ZImage.html#a14">ZE::ZImage</a><li>StringHeight()
: <a class="el" href="classZE_1_1ZImage.html#a16">ZE::ZImage</a><li>StringHeight()
: <a class="el" href="classZE_1_1ZFont.html#a18">ZE::ZFont</a><li>StringWidth()
: <a class="el" href="classZE_1_1ZFont.html#a17">ZE::ZFont</a><li>Surface()
: <a class="el" href="classZE_1_1ZImage.html#a20">ZE::ZImage</a></ul>
: <a class="el" href="classZE_1_1ZImage.html#a24">ZE::ZImage</a></ul>
<h3><a name="index_t">- t -</a>
</h3><ul>
<li>ToggleFullscreen()
: <a class="el" href="classZE_1_1ZEngine.html#a4">ZE::ZEngine</a><li>Top()
: <a class="el" href="classZE_1_1ZRect.html#a19">ZE::ZRect</a></ul>
: <a class="el" href="classZE_1_1ZRect.html#a21">ZE::ZRect</a></ul>
<h3><a name="index_u">- u -</a>
</h3><ul>
<li>Unpause()
: <a class="el" href="classZE_1_1ZTimer.html#a3">ZE::ZTimer</a>, <a class="el" href="classZE_1_1ZSound.html#a7">ZE::ZSound</a>, <a class="el" href="classZE_1_1ZMusic.html#a7">ZE::ZMusic</a><li>UnpauseTimer()
: <a class="el" href="classZE_1_1ZTimer.html#a4">ZE::ZTimer</a>, <a class="el" href="classZE_1_1ZSound.html#a7">ZE::ZSound</a>, <a class="el" href="classZE_1_1ZMusic.html#a7">ZE::ZMusic</a><li>UnpauseTimer()
: <a class="el" href="classZE_1_1ZEngine.html#a13">ZE::ZEngine</a><li>Update()
: <a class="el" href="classZE_1_1ZEngine.html#a7">ZE::ZEngine</a></ul>
<h3><a name="index_v">- v -</a>
@ -255,16 +256,16 @@ Here is a list of all documented class members with links to the class documenta
<h3><a name="index_w">- w -</a>
</h3><ul>
<li>Width()
: <a class="el" href="classZE_1_1ZRect.html#a21">ZE::ZRect</a>, <a class="el" href="classZE_1_1ZImage.html#a21">ZE::ZImage</a>, <a class="el" href="classZE_1_1ZEngine.html#a45">ZE::ZEngine</a><li>WriteLog()
: <a class="el" href="classZE_1_1ZRect.html#a23">ZE::ZRect</a>, <a class="el" href="classZE_1_1ZImage.html#a25">ZE::ZImage</a>, <a class="el" href="classZE_1_1ZEngine.html#a45">ZE::ZEngine</a><li>WriteLog()
: <a class="el" href="classZE_1_1ZEngine.html#a39">ZE::ZEngine</a></ul>
<h3><a name="index_x">- x -</a>
</h3><ul>
<li>X()
: <a class="el" href="classZE_1_1ZRect.html#a15">ZE::ZRect</a></ul>
: <a class="el" href="classZE_1_1ZRect.html#a17">ZE::ZRect</a></ul>
<h3><a name="index_y">- y -</a>
</h3><ul>
<li>Y()
: <a class="el" href="classZE_1_1ZRect.html#a16">ZE::ZRect</a></ul>
: <a class="el" href="classZE_1_1ZRect.html#a18">ZE::ZRect</a></ul>
<h3><a name="index_z">- z -</a>
</h3><ul>
<li>ZConfigFile()
@ -272,22 +273,23 @@ Here is a list of all documented class members with links to the class documenta
: <a class="el" href="classZE_1_1ZEngine.html#c0">ZE::ZEngine</a><li>ZError()
: <a class="el" href="classZE_1_1ZError.html#a0">ZE::ZError</a><li>ZFont()
: <a class="el" href="classZE_1_1ZFont.html#a1">ZE::ZFont</a><li>ZImage()
: <a class="el" href="classZE_1_1ZImage.html#a4">ZE::ZImage</a><li>ZMusic()
: <a class="el" href="classZE_1_1ZMusic.html#a1">ZE::ZMusic</a><li>ZObject()
: <a class="el" href="classZE_1_1ZObject.html#a0">ZE::ZObject</a><li>ZRect()
: <a class="el" href="classZE_1_1ZRect.html#a2">ZE::ZRect</a><li>ZSound()
: <a class="el" href="classZE_1_1ZImage.html#a5">ZE::ZImage</a><li>ZMusic()
: <a class="el" href="classZE_1_1ZMusic.html#a1">ZE::ZMusic</a><li>ZRect()
: <a class="el" href="classZE_1_1ZRect.html#a3">ZE::ZRect</a><li>ZSound()
: <a class="el" href="classZE_1_1ZSound.html#a1">ZE::ZSound</a><li>ZTimer()
: <a class="el" href="classZE_1_1ZTimer.html#a0">ZE::ZTimer</a></ul>
<h3><a name="index_~">- ~ -</a>
</h3><ul>
<li>~ZConfigFile()
: <a class="el" href="classZE_1_1ZConfigFile.html#a2">ZE::ZConfigFile</a><li>~ZFont()
: <a class="el" href="classZE_1_1ZConfigFile.html#a2">ZE::ZConfigFile</a><li>~ZError()
: <a class="el" href="classZE_1_1ZError.html#a1">ZE::ZError</a><li>~ZFont()
: <a class="el" href="classZE_1_1ZFont.html#a2">ZE::ZFont</a><li>~ZImage()
: <a class="el" href="classZE_1_1ZImage.html#a5">ZE::ZImage</a><li>~ZMusic()
: <a class="el" href="classZE_1_1ZMusic.html#a2">ZE::ZMusic</a><li>~ZObject()
: <a class="el" href="classZE_1_1ZObject.html#a1">ZE::ZObject</a><li>~ZSound()
: <a class="el" href="classZE_1_1ZSound.html#a2">ZE::ZSound</a></ul>
<hr><address style="align: right;"><small>Generated on Tue Jan 28 16:31:28 2003 for ZEngine by
: <a class="el" href="classZE_1_1ZImage.html#a6">ZE::ZImage</a><li>~ZMusic()
: <a class="el" href="classZE_1_1ZMusic.html#a2">ZE::ZMusic</a><li>~ZRect()
: <a class="el" href="classZE_1_1ZRect.html#a5">ZE::ZRect</a><li>~ZSound()
: <a class="el" href="classZE_1_1ZSound.html#a2">ZE::ZSound</a><li>~ZTimer()
: <a class="el" href="classZE_1_1ZTimer.html#a1">ZE::ZTimer</a></ul>
<hr><address style="align: right;"><small>Generated on Sun Apr 27 14:53:40 2003 for ZEngine by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0
width=110 height=53></a>1.3-rc2 </small></address>

View File

@ -5,9 +5,9 @@
</head><body>
<!-- Generated by Doxygen 1.3-rc2 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<hr><h1>ZEngine File Members</h1><center>
<a href="#index_f">f</a>&nbsp;|&nbsp;<a href="#index_u">u</a>&nbsp;|&nbsp;<a href="#index_v">v</a></center>
<a href="#index_f">f</a>&nbsp;|&nbsp;<a href="#index_m">m</a>&nbsp;|&nbsp;<a href="#index_u">u</a>&nbsp;|&nbsp;<a href="#index_v">v</a>&nbsp;|&nbsp;<a href="#index_z">z</a></center>
<p>
Here is a list of all documented file members with links to the documentation:<h3><a name="index_f">- f -</a>
@ -17,17 +17,25 @@ Here is a list of all documented file members with links to the documentation:<h
: <a class="el" href="ZE__Utility_8h.html#a0">ZE_Utility.h</a><li>FreeMusic
: <a class="el" href="ZE__Utility_8h.html#a2">ZE_Utility.h</a><li>FreeSound
: <a class="el" href="ZE__Utility_8h.html#a1">ZE_Utility.h</a></ul>
<h3><a name="index_m">- m -</a>
</h3><ul>
<li>MAX_MSG_LEN
: <a class="el" href="ZE__Defines_8h.html#a4">ZE_Defines.h</a></ul>
<h3><a name="index_u">- u -</a>
</h3><ul>
<li>USE_SDL_IMAGE
: <a class="el" href="ZE__Defines_8h.html#a1">ZE_Defines.h</a><li>USE_SDL_MIXER
: <a class="el" href="ZE__Defines_8h.html#a2">ZE_Defines.h</a><li>USE_SDL_TTF
: <a class="el" href="ZE__Defines_8h.html#a0">ZE_Defines.h</a></ul>
: <a class="el" href="ZE__Defines_8h.html#a2">ZE_Defines.h</a><li>USE_SDL_MIXER
: <a class="el" href="ZE__Defines_8h.html#a3">ZE_Defines.h</a><li>USE_SDL_TTF
: <a class="el" href="ZE__Defines_8h.html#a1">ZE_Defines.h</a></ul>
<h3><a name="index_v">- v -</a>
</h3><ul>
<li>VERSION
: <a class="el" href="ZE__Defines_8h.html#a3">ZE_Defines.h</a></ul>
<hr><address style="align: right;"><small>Generated on Tue Jan 28 16:31:29 2003 for ZEngine by
: <a class="el" href="ZE__Defines_8h.html#a0">ZE_Defines.h</a></ul>
<h3><a name="index_z">- z -</a>
</h3><ul>
<li>ZByte
: <a class="el" href="ZE__Defines_8h.html#a5">ZE_Defines.h</a></ul>
<hr><address style="align: right;"><small>Generated on Sun Apr 27 14:53:40 2003 for ZEngine by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0
width=110 height=53></a>1.3-rc2 </small></address>

View File

@ -5,12 +5,12 @@
</head><body>
<!-- Generated by Doxygen 1.3-rc2 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<hr><h1>ZEngine Documentation</h1>
<p>
<h3 align="center">0.8.2</h3><dl compact><dt><b>Author:</b></dt><dd>James Turk </dd></dl>
<dl compact><dt><b>Version:</b></dt><dd>0.8.2 </dd></dl>
<dl compact><dt><b>Date:</b></dt><dd>January 28, 2003</dd></dl>
<h3 align="center">0.8.3</h3><dl compact><dt><b>Author:</b></dt><dd>James Turk </dd></dl>
<dl compact><dt><b>Version:</b></dt><dd>0.8.3 </dd></dl>
<dl compact><dt><b>Date:</b></dt><dd>April 27, 2003</dd></dl>
<h2><a name="ZEngine"></a>
About ZEngine</h2>
<br>
@ -36,7 +36,7 @@ Contributing Authors</h2>
James Turk <a href="mailto:james@conceptofzero.net"><a href="mailto:james@conceptofzero.net">james@conceptofzero.net</a></a> - Core Engine, Design, Docs, and Classes<br>
Gamer Tazar <a href="mailto:tazar@conceptofzero.net"><a href="mailto:tazar@conceptofzero.net">tazar@conceptofzero.net</a></a> - OpenGL assistance<br>
Sean <a href="mailto:sean@conceptofzero.net"><a href="mailto:sean@conceptofzero.net">sean@conceptofzero.net</a></a> - MSVC++6 Project Files<br>
<hr><address style="align: right;"><small>Generated on Tue Jan 28 16:31:28 2003 for ZEngine by
Kevin Watters <a href="mailto:kwatters@adelphia.net"><a href="mailto:kwatters@adelphia.net">kwatters@adelphia.net</a></a> - Fix to ZImage::SetColorKey&lt;br&gt;<hr><address style="align: right;"><small>Generated on Sun Apr 27 14:53:39 2003 for ZEngine by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0
width=110 height=53></a>1.3-rc2 </small></address>

View File

@ -5,7 +5,7 @@
</head><body>
<!-- Generated by Doxygen 1.3-rc2 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<hr><h1>ZE Namespace Reference</h1><hr><a name="_details"></a><h2>Detailed Description</h2>
Namespace for <a class="el" href="classZE_1_1ZEngine.html">ZEngine</a> classes and utility functions.
<p>
@ -32,8 +32,6 @@ Namespace for <a class="el" href="classZE_1_1ZEngine.html">ZEngine</a> classes a
<tr><td>&nbsp;</td><td><font size=-1><em><a class="el" href="classZE_1_1ZImage.html">ZImage</a> class for basic Image use.</em> <a href="classZE_1_1ZImage.html#_details">More...</a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>class &nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZMusic.html">ZMusic</a></td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em><a class="el" href="classZE_1_1ZMusic.html">ZMusic</a> class for playing full length music (eg. ogg or wav).</em> <a href="classZE_1_1ZMusic.html#_details">More...</a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>class &nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZObject.html">ZObject</a></td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em><a class="el" href="classZE_1_1ZObject.html">ZObject</a> base class for other <a class="el" href="classZE_1_1ZEngine.html">ZEngine</a> objects.</em> <a href="classZE_1_1ZObject.html#_details">More...</a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>class &nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZRect.html">ZRect</a></td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em><a class="el" href="classZE_1_1ZEngine.html">ZEngine</a> class for simplified rectangle use.</em> <a href="classZE_1_1ZRect.html#_details">More...</a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>class &nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZSound.html">ZSound</a></td></tr>
@ -41,34 +39,39 @@ Namespace for <a class="el" href="classZE_1_1ZEngine.html">ZEngine</a> classes a
<tr><td nowrap align=right valign=top>class &nbsp;</td><td valign=bottom><a class="el" href="classZE_1_1ZTimer.html">ZTimer</a></td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em><a class="el" href="classZE_1_1ZTimer.html">ZTimer</a> class for Timer use.</em> <a href="classZE_1_1ZTimer.html#_details">More...</a><em></em></font><br><br></td></tr>
<tr><td colspan=2><br><h2>Enumerations</h2></td></tr>
<tr><td nowrap align=right valign=top>enum &nbsp;</td><td valign=bottom><a class="el" href="namespaceZE.html#a16">ZErrorCode</a> { <br>
&nbsp;&nbsp;<a class="el" href="namespaceZE.html#a16a0">ZERR_NONE</a>,
<a class="el" href="namespaceZE.html#a16a1">ZERR_SDL_INTERNAL</a>,
<a class="el" href="namespaceZE.html#a16a2">ZERR_SDL_INIT</a>,
<a class="el" href="namespaceZE.html#a16a3">ZERR_MIX_INIT</a>,
<tr><td nowrap align=right valign=top>enum &nbsp;</td><td valign=bottom><a class="el" href="namespaceZE.html#a20">ZErrorCode</a> { <br>
&nbsp;&nbsp;<a class="el" href="namespaceZE.html#a20a0">ZERR_NONE</a>,
<a class="el" href="namespaceZE.html#a20a1">ZERR_SDL_INTERNAL</a>,
<a class="el" href="namespaceZE.html#a20a2">ZERR_SDL_INIT</a>,
<a class="el" href="namespaceZE.html#a20a3">ZERR_MIX_INIT</a>,
<br>
&nbsp;&nbsp;<a class="el" href="namespaceZE.html#a16a4">ZERR_TTF_INIT</a>,
<a class="el" href="namespaceZE.html#a16a5">ZERR_VIDMODE</a>,
<a class="el" href="namespaceZE.html#a16a6">ZERR_LOAD_IMAGE</a>,
<a class="el" href="namespaceZE.html#a16a7">ZERR_LOAD_SOUND</a>,
&nbsp;&nbsp;<a class="el" href="namespaceZE.html#a20a4">ZERR_TTF_INIT</a>,
<a class="el" href="namespaceZE.html#a20a5">ZERR_NET_INIT</a>,
<a class="el" href="namespaceZE.html#a20a6">ZERR_VIDMODE</a>,
<a class="el" href="namespaceZE.html#a20a7">ZERR_LOAD_IMAGE</a>,
<br>
&nbsp;&nbsp;<a class="el" href="namespaceZE.html#a16a8">ZERR_LOAD_MUSIC</a>,
<a class="el" href="namespaceZE.html#a16a9">ZERR_LOAD_FONT</a>,
<a class="el" href="namespaceZE.html#a16a10">ZERR_NOIMAGE</a>,
<a class="el" href="namespaceZE.html#a16a11">ZERR_NOSOUND</a>,
&nbsp;&nbsp;<a class="el" href="namespaceZE.html#a20a8">ZERR_LOAD_SOUND</a>,
<a class="el" href="namespaceZE.html#a20a9">ZERR_LOAD_MUSIC</a>,
<a class="el" href="namespaceZE.html#a20a10">ZERR_LOAD_FONT</a>,
<a class="el" href="namespaceZE.html#a20a11">ZERR_NOIMAGE</a>,
<br>
&nbsp;&nbsp;<a class="el" href="namespaceZE.html#a16a12">ZERR_NOMUSIC</a>,
<a class="el" href="namespaceZE.html#a16a13">ZERR_NOFONT</a>,
<a class="el" href="namespaceZE.html#a16a14">ZERR_LAST</a>
&nbsp;&nbsp;<a class="el" href="namespaceZE.html#a20a12">ZERR_NOSOUND</a>,
<a class="el" href="namespaceZE.html#a20a13">ZERR_NOMUSIC</a>,
<a class="el" href="namespaceZE.html#a20a14">ZERR_NOFONT</a>,
<a class="el" href="namespaceZE.html#a20a15">ZERR_NOSOCKET</a>,
<br>
&nbsp;&nbsp;<a class="el" href="namespaceZE.html#a20a16">ZERR_NET_CLIENT</a>,
<a class="el" href="namespaceZE.html#a20a17">ZERR_NET_SERVER</a>,
<a class="el" href="namespaceZE.html#a20a18">ZERR_LAST</a>
<br>
}</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Enumeration of ZEngine error codes.</em> <a href="#a16">More...</a><em></em></font><br><br></td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Enumeration of ZEngine error codes.</em> <a href="#a20">More...</a><em></em></font><br><br></td></tr>
<tr><td colspan=2><br><h2>Functions</h2></td></tr>
<tr><td nowrap align=right valign=top>string&nbsp;</td><td valign=bottom><a class="el" href="namespaceZE.html#a15">FormatStr</a> (const char *fmtstr,...)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Parses a string and interprets variable arguments, similar to sprintf.</em> <a href="#a15"></a><em></em></font><br><br></td></tr>
<tr><td nowrap align=right valign=top>string&nbsp;</td><td valign=bottom><a class="el" href="namespaceZE.html#a19">FormatStr</a> (const char *fmtstr,...)</td></tr>
<tr><td>&nbsp;</td><td><font size=-1><em>Parses a string and interprets variable arguments, similar to sprintf.</em> <a href="#a19"></a><em></em></font><br><br></td></tr>
</table>
<hr><h2>Enumeration Type Documentation</h2>
<a name="a16" doxytag="ZE::ZErrorCode"></a><p>
<a name="a20" doxytag="ZE::ZErrorCode"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
@ -89,35 +92,43 @@ Namespace for <a class="el" href="classZE_1_1ZEngine.html">ZEngine</a> classes a
<p>
All the error codes currently possibly by <a class="el" href="classZE_1_1ZEngine.html">ZEngine</a>, note that ZERR_LAST is not used as an error code, but instead as a range check on the others. <dl compact><dt><b>Enumeration values: </b></dt><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em><a name="a16a0" doxytag="ZERR_NONE"></a><em>ZERR_NONE</em></em>&nbsp;</td><td>
<tr><td valign=top><em><a name="a20a0" doxytag="ZERR_NONE"></a><em>ZERR_NONE</em></em>&nbsp;</td><td>
No error has occured. </td></tr>
<tr><td valign=top><em><a name="a16a1" doxytag="ZERR_SDL_INTERNAL"></a><em>ZERR_SDL_INTERNAL</em></em>&nbsp;</td><td>
<tr><td valign=top><em><a name="a20a1" doxytag="ZERR_SDL_INTERNAL"></a><em>ZERR_SDL_INTERNAL</em></em>&nbsp;</td><td>
Error internal to SDL has occured, usually more detail is given by SDL. </td></tr>
<tr><td valign=top><em><a name="a16a2" doxytag="ZERR_SDL_INIT"></a><em>ZERR_SDL_INIT</em></em>&nbsp;</td><td>
<tr><td valign=top><em><a name="a20a2" doxytag="ZERR_SDL_INIT"></a><em>ZERR_SDL_INIT</em></em>&nbsp;</td><td>
Error Initializing SDL. </td></tr>
<tr><td valign=top><em><a name="a16a3" doxytag="ZERR_MIX_INIT"></a><em>ZERR_MIX_INIT</em></em>&nbsp;</td><td>
<tr><td valign=top><em><a name="a20a3" doxytag="ZERR_MIX_INIT"></a><em>ZERR_MIX_INIT</em></em>&nbsp;</td><td>
Error Initializing SDL_mixer. </td></tr>
<tr><td valign=top><em><a name="a16a4" doxytag="ZERR_TTF_INIT"></a><em>ZERR_TTF_INIT</em></em>&nbsp;</td><td>
<tr><td valign=top><em><a name="a20a4" doxytag="ZERR_TTF_INIT"></a><em>ZERR_TTF_INIT</em></em>&nbsp;</td><td>
Error Initializing SDL_ttf. </td></tr>
<tr><td valign=top><em><a name="a16a5" doxytag="ZERR_VIDMODE"></a><em>ZERR_VIDMODE</em></em>&nbsp;</td><td>
<tr><td valign=top><em><a name="a20a5" doxytag="ZERR_NET_INIT"></a><em>ZERR_NET_INIT</em></em>&nbsp;</td><td>
Error Initializing SDL_net. </td></tr>
<tr><td valign=top><em><a name="a20a6" doxytag="ZERR_VIDMODE"></a><em>ZERR_VIDMODE</em></em>&nbsp;</td><td>
Error setting up the display. </td></tr>
<tr><td valign=top><em><a name="a16a6" doxytag="ZERR_LOAD_IMAGE"></a><em>ZERR_LOAD_IMAGE</em></em>&nbsp;</td><td>
<tr><td valign=top><em><a name="a20a7" doxytag="ZERR_LOAD_IMAGE"></a><em>ZERR_LOAD_IMAGE</em></em>&nbsp;</td><td>
Error loading an image. </td></tr>
<tr><td valign=top><em><a name="a16a7" doxytag="ZERR_LOAD_SOUND"></a><em>ZERR_LOAD_SOUND</em></em>&nbsp;</td><td>
<tr><td valign=top><em><a name="a20a8" doxytag="ZERR_LOAD_SOUND"></a><em>ZERR_LOAD_SOUND</em></em>&nbsp;</td><td>
Error loading a sound sample. </td></tr>
<tr><td valign=top><em><a name="a16a8" doxytag="ZERR_LOAD_MUSIC"></a><em>ZERR_LOAD_MUSIC</em></em>&nbsp;</td><td>
<tr><td valign=top><em><a name="a20a9" doxytag="ZERR_LOAD_MUSIC"></a><em>ZERR_LOAD_MUSIC</em></em>&nbsp;</td><td>
Error loading music. </td></tr>
<tr><td valign=top><em><a name="a16a9" doxytag="ZERR_LOAD_FONT"></a><em>ZERR_LOAD_FONT</em></em>&nbsp;</td><td>
<tr><td valign=top><em><a name="a20a10" doxytag="ZERR_LOAD_FONT"></a><em>ZERR_LOAD_FONT</em></em>&nbsp;</td><td>
Error loading a font. </td></tr>
<tr><td valign=top><em><a name="a16a10" doxytag="ZERR_NOIMAGE"></a><em>ZERR_NOIMAGE</em></em>&nbsp;</td><td>
<tr><td valign=top><em><a name="a20a11" doxytag="ZERR_NOIMAGE"></a><em>ZERR_NOIMAGE</em></em>&nbsp;</td><td>
Error trying to use a <a class="el" href="classZE_1_1ZImage.html">ZImage</a> without properly loading an image. </td></tr>
<tr><td valign=top><em><a name="a16a11" doxytag="ZERR_NOSOUND"></a><em>ZERR_NOSOUND</em></em>&nbsp;</td><td>
<tr><td valign=top><em><a name="a20a12" doxytag="ZERR_NOSOUND"></a><em>ZERR_NOSOUND</em></em>&nbsp;</td><td>
Error trying to use a <a class="el" href="classZE_1_1ZSound.html">ZSound</a> without properly loading a sound. </td></tr>
<tr><td valign=top><em><a name="a16a12" doxytag="ZERR_NOMUSIC"></a><em>ZERR_NOMUSIC</em></em>&nbsp;</td><td>
<tr><td valign=top><em><a name="a20a13" doxytag="ZERR_NOMUSIC"></a><em>ZERR_NOMUSIC</em></em>&nbsp;</td><td>
Error trying to use a <a class="el" href="classZE_1_1ZMusic.html">ZMusic</a> without properly loading music. </td></tr>
<tr><td valign=top><em><a name="a16a13" doxytag="ZERR_NOFONT"></a><em>ZERR_NOFONT</em></em>&nbsp;</td><td>
<tr><td valign=top><em><a name="a20a14" doxytag="ZERR_NOFONT"></a><em>ZERR_NOFONT</em></em>&nbsp;</td><td>
Error trying to use a <a class="el" href="classZE_1_1ZFont.html">ZFont</a> without properly loading a font. </td></tr>
<tr><td valign=top><em><a name="a16a14" doxytag="ZERR_LAST"></a><em>ZERR_LAST</em></em>&nbsp;</td><td>
<tr><td valign=top><em><a name="a20a15" doxytag="ZERR_NOSOCKET"></a><em>ZERR_NOSOCKET</em></em>&nbsp;</td><td>
Error trying to use a ZClient without having an open socket. </td></tr>
<tr><td valign=top><em><a name="a20a16" doxytag="ZERR_NET_CLIENT"></a><em>ZERR_NET_CLIENT</em></em>&nbsp;</td><td>
Error using SDL_net in ZClient. </td></tr>
<tr><td valign=top><em><a name="a20a17" doxytag="ZERR_NET_SERVER"></a><em>ZERR_NET_SERVER</em></em>&nbsp;</td><td>
Error using SDL_net in ZClient. </td></tr>
<tr><td valign=top><em><a name="a20a18" doxytag="ZERR_LAST"></a><em>ZERR_LAST</em></em>&nbsp;</td><td>
Value used as range index, not a valid error code. </td></tr>
</table>
</dl>
@ -125,7 +136,7 @@ Value used as range index, not a valid error code. </td></tr>
</tr>
</table>
<hr><h2>Function Documentation</h2>
<a name="a15" doxytag="ZE::FormatStr"></a><p>
<a name="a19" doxytag="ZE::FormatStr"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
@ -170,7 +181,7 @@ Takes identifiers out of fmtstr and parses them, replacing them with coorespond
</td>
</tr>
</table>
<hr><address style="align: right;"><small>Generated on Tue Jan 28 16:31:28 2003 for ZEngine by
<hr><address style="align: right;"><small>Generated on Sun Apr 27 14:53:40 2003 for ZEngine by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0
width=110 height=53></a>1.3-rc2 </small></address>

View File

@ -5,7 +5,7 @@
</head><body>
<!-- Generated by Doxygen 1.3-rc2 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<hr><h1>ZEngine Namespace Members</h1><center>
<a href="#index_f">f</a>&nbsp;|&nbsp;<a href="#index_z">z</a></center>
@ -13,27 +13,31 @@
Here is a list of all documented namespace members with links to the namespaces they belong to:<h3><a name="index_f">- f -</a>
</h3><ul>
<li>FormatStr()
: <a class="el" href="namespaceZE.html#a15">ZE</a></ul>
: <a class="el" href="namespaceZE.html#a19">ZE</a></ul>
<h3><a name="index_z">- z -</a>
</h3><ul>
<li>ZERR_LAST
: <a class="el" href="namespaceZE.html#a16a14">ZE</a><li>ZERR_LOAD_FONT
: <a class="el" href="namespaceZE.html#a16a9">ZE</a><li>ZERR_LOAD_IMAGE
: <a class="el" href="namespaceZE.html#a16a6">ZE</a><li>ZERR_LOAD_MUSIC
: <a class="el" href="namespaceZE.html#a16a8">ZE</a><li>ZERR_LOAD_SOUND
: <a class="el" href="namespaceZE.html#a16a7">ZE</a><li>ZERR_MIX_INIT
: <a class="el" href="namespaceZE.html#a16a3">ZE</a><li>ZERR_NOFONT
: <a class="el" href="namespaceZE.html#a16a13">ZE</a><li>ZERR_NOIMAGE
: <a class="el" href="namespaceZE.html#a16a10">ZE</a><li>ZERR_NOMUSIC
: <a class="el" href="namespaceZE.html#a16a12">ZE</a><li>ZERR_NONE
: <a class="el" href="namespaceZE.html#a16a0">ZE</a><li>ZERR_NOSOUND
: <a class="el" href="namespaceZE.html#a16a11">ZE</a><li>ZERR_SDL_INIT
: <a class="el" href="namespaceZE.html#a16a2">ZE</a><li>ZERR_SDL_INTERNAL
: <a class="el" href="namespaceZE.html#a16a1">ZE</a><li>ZERR_TTF_INIT
: <a class="el" href="namespaceZE.html#a16a4">ZE</a><li>ZERR_VIDMODE
: <a class="el" href="namespaceZE.html#a16a5">ZE</a><li>ZErrorCode
: <a class="el" href="namespaceZE.html#a16">ZE</a></ul>
<hr><address style="align: right;"><small>Generated on Tue Jan 28 16:31:29 2003 for ZEngine by
: <a class="el" href="namespaceZE.html#a20a18">ZE</a><li>ZERR_LOAD_FONT
: <a class="el" href="namespaceZE.html#a20a10">ZE</a><li>ZERR_LOAD_IMAGE
: <a class="el" href="namespaceZE.html#a20a7">ZE</a><li>ZERR_LOAD_MUSIC
: <a class="el" href="namespaceZE.html#a20a9">ZE</a><li>ZERR_LOAD_SOUND
: <a class="el" href="namespaceZE.html#a20a8">ZE</a><li>ZERR_MIX_INIT
: <a class="el" href="namespaceZE.html#a20a3">ZE</a><li>ZERR_NET_CLIENT
: <a class="el" href="namespaceZE.html#a20a16">ZE</a><li>ZERR_NET_INIT
: <a class="el" href="namespaceZE.html#a20a5">ZE</a><li>ZERR_NET_SERVER
: <a class="el" href="namespaceZE.html#a20a17">ZE</a><li>ZERR_NOFONT
: <a class="el" href="namespaceZE.html#a20a14">ZE</a><li>ZERR_NOIMAGE
: <a class="el" href="namespaceZE.html#a20a11">ZE</a><li>ZERR_NOMUSIC
: <a class="el" href="namespaceZE.html#a20a13">ZE</a><li>ZERR_NONE
: <a class="el" href="namespaceZE.html#a20a0">ZE</a><li>ZERR_NOSOCKET
: <a class="el" href="namespaceZE.html#a20a15">ZE</a><li>ZERR_NOSOUND
: <a class="el" href="namespaceZE.html#a20a12">ZE</a><li>ZERR_SDL_INIT
: <a class="el" href="namespaceZE.html#a20a2">ZE</a><li>ZERR_SDL_INTERNAL
: <a class="el" href="namespaceZE.html#a20a1">ZE</a><li>ZERR_TTF_INIT
: <a class="el" href="namespaceZE.html#a20a4">ZE</a><li>ZERR_VIDMODE
: <a class="el" href="namespaceZE.html#a20a6">ZE</a><li>ZErrorCode
: <a class="el" href="namespaceZE.html#a20">ZE</a></ul>
<hr><address style="align: right;"><small>Generated on Sun Apr 27 14:53:40 2003 for ZEngine by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0
width=110 height=53></a>1.3-rc2 </small></address>

View File

@ -5,11 +5,11 @@
</head><body>
<!-- Generated by Doxygen 1.3-rc2 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<hr><h1>ZEngine Namespace List</h1>Here is a list of all documented namespaces with brief descriptions:<table>
<tr><td class="indexkey"><a class="el" href="namespaceZE.html">ZE</a></td><td class="indexvalue"><a class="el" href="classZE_1_1ZEngine.html">ZEngine</a> Namespace</td></tr>
</table>
<hr><address style="align: right;"><small>Generated on Tue Jan 28 16:31:28 2003 for ZEngine by
<hr><address style="align: right;"><small>Generated on Sun Apr 27 14:53:40 2003 for ZEngine by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0
width=110 height=53></a>1.3-rc2 </small></address>

View File

@ -5,7 +5,7 @@
</head><body>
<!-- Generated by Doxygen 1.3-rc2 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="namespacemembers.html">Namespace Members</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<hr><h1>/include/external/physfsrwops.h</h1><div class="fragment"><pre>00001 <span class="comment">/*</span>
00002 <span class="comment"> * This code provides a glue layer between PhysicsFS and Simple Directmedia</span>
00003 <span class="comment"> * Layer's (SDL) RWops i/o abstraction.</span>
@ -46,7 +46,7 @@
00078
00079 <span class="comment">/* end of physfsrwops.h ... */</span>
00080
</pre></div><hr><address style="align: right;"><small>Generated on Tue Jan 28 16:31:28 2003 for ZEngine by
</pre></div><hr><address style="align: right;"><small>Generated on Sun Apr 27 14:53:39 2003 for ZEngine by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0
width=110 height=53></a>1.3-rc2 </small></address>

View File

@ -13,7 +13,7 @@
File: ZE_Defines.h <br>
Description: Defines header file for ZEngine class, where all #define statements to control compilation options are placed. <br>
Author(s): James Turk <br>
$Id: ZE_Defines.h,v 1.11 2003/04/08 03:33:10 cozman Exp $<br>
$Id: ZE_Defines.h,v 1.12 2003/04/27 18:55:00 cozman Exp $<br>
\file ZE_Defines.h
\brief Define file for ZEngine.
@ -27,7 +27,7 @@ $Id: ZE_Defines.h,v 1.11 2003/04/08 03:33:10 cozman Exp $<br>
//Defines- undefine any of these if you dont have the indicated SDL extension//
//! Version number.
#define VERSION "0.8.3-pre"
#define VERSION "0.8.3"
//! Define to include font support.
#define USE_SDL_TTF
@ -36,7 +36,7 @@ $Id: ZE_Defines.h,v 1.11 2003/04/08 03:33:10 cozman Exp $<br>
//! Define to include sound support.
#define USE_SDL_MIXER
//! Define to include net support.
#define USE_SDL_NET
//#define USE_SDL_NET
//! Define to use the Physfs file system.
//#define USE_PHYSFS

View File

@ -3,7 +3,7 @@
File: ZEngine.h <br>
Description: Public Header File for ZEngine. <br>
Author(s): James Turk <br>
$Id: ZEngine.h,v 1.23 2003/03/15 03:34:08 cozman Exp $<br>
$Id: ZEngine.h,v 1.24 2003/04/27 18:55:00 cozman Exp $<br>
\file ZEngine.h
\brief Header file for ZEngine.
@ -16,8 +16,8 @@ $Id: ZEngine.h,v 1.23 2003/03/15 03:34:08 cozman Exp $<br>
\mainpage ZEngine Documentation
\author James Turk
\version 0.8.2
\date January 28, 2003
\version 0.8.3
\date April 27, 2003
\section ZEngine About ZEngine
<br>
@ -48,6 +48,7 @@ $Id: ZEngine.h,v 1.23 2003/03/15 03:34:08 cozman Exp $<br>
James Turk <a href="mailto:james@conceptofzero.net">james@conceptofzero.net</a> - Core Engine, Design, Docs, and Classes<br>
Gamer Tazar <a href="mailto:tazar@conceptofzero.net">tazar@conceptofzero.net</a> - OpenGL assistance<br>
Sean <a href="mailto:sean@conceptofzero.net">sean@conceptofzero.net</a> - MSVC++6 Project Files<br>
Kevin Watters <a href="mailto:kwatters@adelphia.net">kwatters@adelphia.net</a> - Fix to ZImage::SetColorKey<br>
**/
#ifndef __zengine_h__

View File

@ -8,7 +8,7 @@
and the home of this Library is http://www.zengine.sourceforge.net
*******************************************************************************/
/*$Id: ZImageTest.cpp,v 1.16 2003/01/25 20:36:13 cozman Exp $*/
/*$Id: ZImageTest.cpp,v 1.17 2003/04/27 18:55:00 cozman Exp $*/
#include <ZEngine.h>
#include <string>
@ -90,7 +90,6 @@ void Test()
image1.SetAlpha(alpha);
image1.Draw(0,0);
image2.DrawRotated(100,0,angle);
if(++angle > 360)
angle = 0.0f;

View File

@ -17,8 +17,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ZRectTest", "ZRectTest.vcpr
EndProject
Global
GlobalSection(SolutionConfiguration) = preSolution
ConfigName.0 = Debug
ConfigName.1 = Release
ConfigName.0 = Release
EndGlobalSection
GlobalSection(ProjectDependencies) = postSolution
{7DA4211A-D6BD-4F3E-8FC6-AA47DC8EBC66}.0 = {65AA7404-28C1-4B15-979E-4D3A14092CC1}
@ -30,36 +29,20 @@ Global
{37D500C5-E6C4-4E56-BFAA-33F1303B147C}.0 = {65AA7404-28C1-4B15-979E-4D3A14092CC1}
EndGlobalSection
GlobalSection(ProjectConfiguration) = postSolution
{65AA7404-28C1-4B15-979E-4D3A14092CC1}.Debug.ActiveCfg = Debug|Win32
{65AA7404-28C1-4B15-979E-4D3A14092CC1}.Debug.Build.0 = Debug|Win32
{65AA7404-28C1-4B15-979E-4D3A14092CC1}.Release.ActiveCfg = Release|Win32
{65AA7404-28C1-4B15-979E-4D3A14092CC1}.Release.Build.0 = Release|Win32
{7DA4211A-D6BD-4F3E-8FC6-AA47DC8EBC66}.Debug.ActiveCfg = Debug|Win32
{7DA4211A-D6BD-4F3E-8FC6-AA47DC8EBC66}.Debug.Build.0 = Debug|Win32
{7DA4211A-D6BD-4F3E-8FC6-AA47DC8EBC66}.Release.ActiveCfg = Release|Win32
{7DA4211A-D6BD-4F3E-8FC6-AA47DC8EBC66}.Release.Build.0 = Release|Win32
{999F6F58-3518-4F66-AEDD-FAD808DA2878}.Debug.ActiveCfg = Debug|Win32
{999F6F58-3518-4F66-AEDD-FAD808DA2878}.Debug.Build.0 = Debug|Win32
{999F6F58-3518-4F66-AEDD-FAD808DA2878}.Release.ActiveCfg = Release|Win32
{999F6F58-3518-4F66-AEDD-FAD808DA2878}.Release.Build.0 = Release|Win32
{18BBFFEC-92F0-40C7-BDF9-2C2D5CA62673}.Debug.ActiveCfg = Debug|Win32
{18BBFFEC-92F0-40C7-BDF9-2C2D5CA62673}.Debug.Build.0 = Debug|Win32
{18BBFFEC-92F0-40C7-BDF9-2C2D5CA62673}.Release.ActiveCfg = Release|Win32
{18BBFFEC-92F0-40C7-BDF9-2C2D5CA62673}.Release.Build.0 = Release|Win32
{C658B38D-B4E7-434D-8431-88BAD8CF0781}.Debug.ActiveCfg = Debug|Win32
{C658B38D-B4E7-434D-8431-88BAD8CF0781}.Debug.Build.0 = Debug|Win32
{C658B38D-B4E7-434D-8431-88BAD8CF0781}.Release.ActiveCfg = Release|Win32
{C658B38D-B4E7-434D-8431-88BAD8CF0781}.Release.Build.0 = Release|Win32
{1CE76EE8-27D4-41AE-9229-5B09922EBFE9}.Debug.ActiveCfg = Debug|Win32
{1CE76EE8-27D4-41AE-9229-5B09922EBFE9}.Debug.Build.0 = Debug|Win32
{1CE76EE8-27D4-41AE-9229-5B09922EBFE9}.Release.ActiveCfg = Release|Win32
{1CE76EE8-27D4-41AE-9229-5B09922EBFE9}.Release.Build.0 = Release|Win32
{68E3AB20-1BC1-4852-9A91-33DADFCED7CA}.Debug.ActiveCfg = Debug|Win32
{68E3AB20-1BC1-4852-9A91-33DADFCED7CA}.Debug.Build.0 = Debug|Win32
{68E3AB20-1BC1-4852-9A91-33DADFCED7CA}.Release.ActiveCfg = Release|Win32
{68E3AB20-1BC1-4852-9A91-33DADFCED7CA}.Release.Build.0 = Release|Win32
{37D500C5-E6C4-4E56-BFAA-33F1303B147C}.Debug.ActiveCfg = Debug|Win32
{37D500C5-E6C4-4E56-BFAA-33F1303B147C}.Debug.Build.0 = Debug|Win32
{37D500C5-E6C4-4E56-BFAA-33F1303B147C}.Release.ActiveCfg = Release|Win32
{37D500C5-E6C4-4E56-BFAA-33F1303B147C}.Release.Build.0 = Release|Win32
EndGlobalSection

View File

@ -10,43 +10,6 @@
Name="Win32"/>
</Platforms>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="Debug"
IntermediateDirectory="Debug"
ConfigurationType="4"
CharacterSet="2">
<Tool
Name="VCCLCompilerTool"
Optimization="0"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
MinimalRebuild="TRUE"
BasicRuntimeChecks="3"
RuntimeLibrary="2"
UsePrecompiledHeader="0"
WarningLevel="4"
WarnAsError="FALSE"
Detect64BitPortabilityProblems="TRUE"
DebugInformationFormat="4"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
Name="VCLibrarianTool"
OutputFile="../lib/ZEngineSD.lib"/>
<Tool
Name="VCMIDLTool"
WarningLevel="1"/>
<Tool
Name="VCPostBuildEventTool"/>
<Tool
Name="VCPreBuildEventTool"/>
<Tool
Name="VCPreLinkEventTool"/>
<Tool
Name="VCResourceCompilerTool"/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="Release"
@ -58,6 +21,7 @@
Optimization="2"
InlineFunctionExpansion="1"
OmitFramePointers="TRUE"
AdditionalIncludeDirectories="../include"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
StringPooling="TRUE"
RuntimeLibrary="2"
@ -96,6 +60,9 @@
<File
RelativePath="..\src\ZE_Utility.cpp">
</File>
<File
RelativePath="..\src\ZE_ZClient.cpp">
</File>
<File
RelativePath="..\src\ZE_ZConfigFile.cpp">
</File>
@ -116,12 +83,6 @@
</File>
<File
RelativePath="..\src\ZE_ZRect.cpp">
<FileConfiguration
Name="Debug|Win32">
<Tool
Name="VCCLCompilerTool"
ObjectFile="$(IntDir)/$(InputName)1.obj"/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32">
<Tool
@ -129,6 +90,9 @@
ObjectFile="$(IntDir)/$(InputName)1.obj"/>
</FileConfiguration>
</File>
<File
RelativePath="..\src\ZE_ZServer.cpp">
</File>
<File
RelativePath="..\src\ZE_ZSound.cpp">
</File>
@ -154,6 +118,9 @@
<File
RelativePath="..\include\ZE_Utility.h">
</File>
<File
RelativePath="..\include\ZE_ZClient.h">
</File>
<File
RelativePath="..\include\ZE_ZConfigFile.h">
</File>
@ -173,10 +140,10 @@
RelativePath="..\include\ZE_ZMusic.h">
</File>
<File
RelativePath="..\include\ZE_ZObject.h">
RelativePath="..\include\ZE_ZRect.h">
</File>
<File
RelativePath="..\include\ZE_ZRect.h">
RelativePath="..\include\ZE_ZServer.h">
</File>
<File
RelativePath="..\include\ZE_ZSound.h">

View File

@ -10,56 +10,6 @@
Name="Win32"/>
</Platforms>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="Debug"
IntermediateDirectory="Debug"
ConfigurationType="1"
CharacterSet="2">
<Tool
Name="VCCLCompilerTool"
Optimization="0"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
MinimalRebuild="TRUE"
BasicRuntimeChecks="3"
RuntimeLibrary="2"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="TRUE"
DebugInformationFormat="4"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="sdl.lib
sdlmain.lib
opengl32.lib
sdl_ttf.lib
sdl_mixer.lib
sdl_image.lib
ZEngineSD.lib"
OutputFile="../test/bin/ZFontTestD.exe"
LinkIncremental="2"
AdditionalLibraryDirectories=""
GenerateDebugInformation="TRUE"
ProgramDatabaseFile="$(OutDir)/ZFontTest.pdb"
SubSystem="2"
TargetMachine="1"/>
<Tool
Name="VCMIDLTool"/>
<Tool
Name="VCPostBuildEventTool"/>
<Tool
Name="VCPreBuildEventTool"/>
<Tool
Name="VCPreLinkEventTool"/>
<Tool
Name="VCResourceCompilerTool"/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
Name="VCWebDeploymentTool"/>
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="Release"
@ -71,6 +21,7 @@ ZEngineSD.lib"
Optimization="2"
InlineFunctionExpansion="1"
OmitFramePointers="TRUE"
AdditionalIncludeDirectories="../include"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
StringPooling="TRUE"
RuntimeLibrary="2"
@ -89,9 +40,11 @@ opengl32.lib
sdl_ttf.lib
sdl_mixer.lib
sdl_image.lib
sdl_net.lib
ZEngineS.lib"
OutputFile="../test/bin/ZFontTest.exe"
LinkIncremental="1"
AdditionalLibraryDirectories="../lib"
GenerateDebugInformation="TRUE"
SubSystem="2"
OptimizeReferences="2"

View File

@ -10,56 +10,6 @@
Name="Win32"/>
</Platforms>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="Debug"
IntermediateDirectory="Debug"
ConfigurationType="1"
CharacterSet="2">
<Tool
Name="VCCLCompilerTool"
Optimization="0"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
MinimalRebuild="TRUE"
BasicRuntimeChecks="3"
RuntimeLibrary="2"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="TRUE"
DebugInformationFormat="4"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="sdl.lib
sdlmain.lib
opengl32.lib
sdl_ttf.lib
sdl_mixer.lib
sdl_image.lib
ZEngineSD.lib"
OutputFile="../test/bin/ZImageTestD.exe"
LinkIncremental="2"
AdditionalLibraryDirectories=""
GenerateDebugInformation="TRUE"
ProgramDatabaseFile="$(OutDir)/ZImageTest.pdb"
SubSystem="2"
TargetMachine="1"/>
<Tool
Name="VCMIDLTool"/>
<Tool
Name="VCPostBuildEventTool"/>
<Tool
Name="VCPreBuildEventTool"/>
<Tool
Name="VCPreLinkEventTool"/>
<Tool
Name="VCResourceCompilerTool"/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
Name="VCWebDeploymentTool"/>
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="Release"
@ -71,6 +21,7 @@ ZEngineSD.lib"
Optimization="2"
InlineFunctionExpansion="1"
OmitFramePointers="TRUE"
AdditionalIncludeDirectories="../include"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
StringPooling="TRUE"
RuntimeLibrary="2"
@ -89,9 +40,11 @@ opengl32.lib
sdl_ttf.lib
sdl_mixer.lib
sdl_image.lib
sdl_net.lib
ZEngineS.lib"
OutputFile="../test/bin/ZImageTest.exe"
LinkIncremental="1"
AdditionalLibraryDirectories="../lib"
GenerateDebugInformation="TRUE"
SubSystem="2"
OptimizeReferences="2"

View File

@ -10,55 +10,6 @@
Name="Win32"/>
</Platforms>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="Debug"
IntermediateDirectory="Debug"
ConfigurationType="1"
CharacterSet="2">
<Tool
Name="VCCLCompilerTool"
Optimization="0"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
MinimalRebuild="TRUE"
BasicRuntimeChecks="3"
RuntimeLibrary="2"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="TRUE"
DebugInformationFormat="4"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="sdl.lib
sdlmain.lib
opengl32.lib
sdl_ttf.lib
sdl_mixer.lib
sdl_image.lib
ZEngineSD.lib"
OutputFile="../test/bin/ZMouseTestD.exe"
LinkIncremental="2"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile="$(OutDir)/ZMouseTest.pdb"
SubSystem="2"
TargetMachine="1"/>
<Tool
Name="VCMIDLTool"/>
<Tool
Name="VCPostBuildEventTool"/>
<Tool
Name="VCPreBuildEventTool"/>
<Tool
Name="VCPreLinkEventTool"/>
<Tool
Name="VCResourceCompilerTool"/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
Name="VCWebDeploymentTool"/>
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="Release"
@ -70,6 +21,7 @@ ZEngineSD.lib"
Optimization="2"
InlineFunctionExpansion="1"
OmitFramePointers="TRUE"
AdditionalIncludeDirectories="../include"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
StringPooling="TRUE"
RuntimeLibrary="2"
@ -88,9 +40,11 @@ opengl32.lib
sdl_ttf.lib
sdl_mixer.lib
sdl_image.lib
sdl_net.lib
ZEngineS.lib"
OutputFile="../test/bin/ZMouseTest.exe"
LinkIncremental="1"
AdditionalLibraryDirectories="../lib"
GenerateDebugInformation="TRUE"
SubSystem="2"
OptimizeReferences="2"

View File

@ -10,55 +10,6 @@
Name="Win32"/>
</Platforms>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="Debug"
IntermediateDirectory="Debug"
ConfigurationType="1"
CharacterSet="2">
<Tool
Name="VCCLCompilerTool"
Optimization="0"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
MinimalRebuild="TRUE"
BasicRuntimeChecks="3"
RuntimeLibrary="2"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="TRUE"
DebugInformationFormat="4"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="sdl.lib
sdlmain.lib
opengl32.lib
sdl_ttf.lib
sdl_mixer.lib
sdl_image.lib
ZEngineSD.lib"
OutputFile="../test/bin/ZMusicTestD.exe"
LinkIncremental="2"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile="$(OutDir)/ZMusicTest.pdb"
SubSystem="2"
TargetMachine="1"/>
<Tool
Name="VCMIDLTool"/>
<Tool
Name="VCPostBuildEventTool"/>
<Tool
Name="VCPreBuildEventTool"/>
<Tool
Name="VCPreLinkEventTool"/>
<Tool
Name="VCResourceCompilerTool"/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
Name="VCWebDeploymentTool"/>
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="Release"
@ -70,6 +21,7 @@ ZEngineSD.lib"
Optimization="2"
InlineFunctionExpansion="1"
OmitFramePointers="TRUE"
AdditionalIncludeDirectories="../include"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
StringPooling="TRUE"
RuntimeLibrary="2"
@ -88,9 +40,11 @@ opengl32.lib
sdl_ttf.lib
sdl_mixer.lib
sdl_image.lib
sdl_net.lib
ZEngineS.lib"
OutputFile="../test/bin/ZMusicTest.exe"
LinkIncremental="1"
AdditionalLibraryDirectories="../lib"
GenerateDebugInformation="TRUE"
SubSystem="2"
OptimizeReferences="2"

View File

@ -10,55 +10,6 @@
Name="Win32"/>
</Platforms>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="Debug"
IntermediateDirectory="Debug"
ConfigurationType="1"
CharacterSet="2">
<Tool
Name="VCCLCompilerTool"
Optimization="0"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
MinimalRebuild="TRUE"
BasicRuntimeChecks="3"
RuntimeLibrary="2"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="TRUE"
DebugInformationFormat="4"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="sdl.lib
sdlmain.lib
opengl32.lib
sdl_ttf.lib
sdl_mixer.lib
sdl_image.lib
ZEngineSD.lib"
OutputFile="../test/bin/ZRectTestD.exe"
LinkIncremental="2"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile="$(OutDir)/ZRectTest.pdb"
SubSystem="2"
TargetMachine="1"/>
<Tool
Name="VCMIDLTool"/>
<Tool
Name="VCPostBuildEventTool"/>
<Tool
Name="VCPreBuildEventTool"/>
<Tool
Name="VCPreLinkEventTool"/>
<Tool
Name="VCResourceCompilerTool"/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
Name="VCWebDeploymentTool"/>
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="Release"
@ -70,6 +21,7 @@ ZEngineSD.lib"
Optimization="2"
InlineFunctionExpansion="1"
OmitFramePointers="TRUE"
AdditionalIncludeDirectories="../include"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
StringPooling="TRUE"
RuntimeLibrary="2"
@ -88,9 +40,11 @@ opengl32.lib
sdl_ttf.lib
sdl_mixer.lib
sdl_image.lib
sdl_net.lib
ZEngineS.lib"
OutputFile="../test/bin/ZRectTest.exe"
LinkIncremental="1"
AdditionalLibraryDirectories="../lib"
GenerateDebugInformation="TRUE"
SubSystem="2"
OptimizeReferences="2"

View File

@ -10,55 +10,6 @@
Name="Win32"/>
</Platforms>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="Debug"
IntermediateDirectory="Debug"
ConfigurationType="1"
CharacterSet="2">
<Tool
Name="VCCLCompilerTool"
Optimization="0"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
MinimalRebuild="TRUE"
BasicRuntimeChecks="3"
RuntimeLibrary="2"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="TRUE"
DebugInformationFormat="4"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="sdl.lib
sdlmain.lib
opengl32.lib
sdl_ttf.lib
sdl_mixer.lib
sdl_image.lib
ZEngineSD.lib"
OutputFile="../test/bin/ZSoundTestD.exe"
LinkIncremental="2"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile="$(OutDir)/ZSoundTest.pdb"
SubSystem="2"
TargetMachine="1"/>
<Tool
Name="VCMIDLTool"/>
<Tool
Name="VCPostBuildEventTool"/>
<Tool
Name="VCPreBuildEventTool"/>
<Tool
Name="VCPreLinkEventTool"/>
<Tool
Name="VCResourceCompilerTool"/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
Name="VCWebDeploymentTool"/>
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="Release"
@ -70,6 +21,7 @@ ZEngineSD.lib"
Optimization="2"
InlineFunctionExpansion="1"
OmitFramePointers="TRUE"
AdditionalIncludeDirectories="../include"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
StringPooling="TRUE"
RuntimeLibrary="2"
@ -88,9 +40,11 @@ opengl32.lib
sdl_ttf.lib
sdl_mixer.lib
sdl_image.lib
sdl_net.lib
ZEngineS.lib"
OutputFile="../test/bin/ZSoundTest.exe"
LinkIncremental="1"
AdditionalLibraryDirectories="../lib"
GenerateDebugInformation="TRUE"
SubSystem="2"
OptimizeReferences="2"

View File

@ -10,55 +10,6 @@
Name="Win32"/>
</Platforms>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="Debug"
IntermediateDirectory="Debug"
ConfigurationType="1"
CharacterSet="2">
<Tool
Name="VCCLCompilerTool"
Optimization="0"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
MinimalRebuild="TRUE"
BasicRuntimeChecks="3"
RuntimeLibrary="2"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="TRUE"
DebugInformationFormat="4"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
AdditionalOptions="sdl.lib
sdlmain.lib
opengl32.lib
sdl_ttf.lib
sdl_mixer.lib
sdl_image.lib
ZEngineSD.lib"
OutputFile="../test/bin/ZTimerTestD.exe"
LinkIncremental="2"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile="$(OutDir)/ZTimerTest.pdb"
SubSystem="2"
TargetMachine="1"/>
<Tool
Name="VCMIDLTool"/>
<Tool
Name="VCPostBuildEventTool"/>
<Tool
Name="VCPreBuildEventTool"/>
<Tool
Name="VCPreLinkEventTool"/>
<Tool
Name="VCResourceCompilerTool"/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
Name="VCWebDeploymentTool"/>
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="Release"
@ -70,6 +21,7 @@ ZEngineSD.lib"
Optimization="2"
InlineFunctionExpansion="1"
OmitFramePointers="TRUE"
AdditionalIncludeDirectories="../include"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
StringPooling="TRUE"
RuntimeLibrary="2"
@ -88,9 +40,11 @@ opengl32.lib
sdl_ttf.lib
sdl_mixer.lib
sdl_image.lib
sdl_net.lib
ZEngineS.lib"
OutputFile="../test/bin/ZTimerTest.exe"
LinkIncremental="1"
AdditionalLibraryDirectories="../lib"
GenerateDebugInformation="TRUE"
SubSystem="2"
OptimizeReferences="2"