0.8.0-rc2
This commit is contained in:
parent
75bf46e2a4
commit
844b2adacd
@ -4,8 +4,8 @@
|
||||
# General configuration options
|
||||
#---------------------------------------------------------------------------
|
||||
PROJECT_NAME = ZEngine
|
||||
PROJECT_NUMBER = 0.8.0-rc1
|
||||
OUTPUT_DIRECTORY = /home/James/ZEngine-0.8.0-rc1/doc
|
||||
PROJECT_NUMBER = 0.8.0-rc2
|
||||
OUTPUT_DIRECTORY = /home/James/ZEngine-0.8.0-rc2/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.0-rc1/
|
||||
STRIP_FROM_PATH = /home/James/ZEngine-0.8.0-rc2/
|
||||
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.0-rc1/doc/ZEngine.log
|
||||
WARN_LOGFILE = /home/James/ZEngine-0.8.0-rc2/doc/ZEngine.log
|
||||
#---------------------------------------------------------------------------
|
||||
# configuration options related to the input files
|
||||
#---------------------------------------------------------------------------
|
||||
INPUT = /home/James/ZEngine-0.8.0-rc1/src \
|
||||
/home/James/ZEngine-0.8.0-rc1/include
|
||||
INPUT = /home/James/ZEngine-0.8.0-rc2/src \
|
||||
/home/James/ZEngine-0.8.0-rc2/include
|
||||
FILE_PATTERNS =
|
||||
RECURSIVE = YES
|
||||
EXCLUDE =
|
||||
|
@ -1,12 +1,12 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
|
||||
<title>/home/James/ZEngine-dev/include/external/SDLGL_Util.h Source File</title>
|
||||
<title>include/external/SDLGL_Util.h Source File</title>
|
||||
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
||||
</head><body>
|
||||
<!-- Generated by Doxygen 1.3-rc1 -->
|
||||
<center>
|
||||
<a class="qindex" href="index.html">Main Page</a> <a class="qindex" href="namespaces.html">Namespace List</a> <a class="qindex" href="hierarchy.html">Class Hierarchy</a> <a class="qindex" href="annotated.html">Compound List</a> <a class="qindex" href="files.html">File List</a> <a class="qindex" href="namespacemembers.html">Namespace Members</a> <a class="qindex" href="functions.html">Compound Members</a> <a class="qindex" href="globals.html">File Members</a> </center>
|
||||
<hr><h1>/home/James/ZEngine-dev/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>
|
||||
<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>
|
||||
00004 <span class="preprocessor">#ifndef __sdlgl_h__</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 Wed Dec 4 19:16:09 2002 for ZEngine by
|
||||
</pre></div><hr><address style="align: right;"><small>Generated on Wed Dec 11 23:42:26 2002 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-rc1 </small></address>
|
||||
|
@ -1,12 +1,12 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
|
||||
<title>/home/James/ZEngine-dev/include/ZE_Defines.h Source File</title>
|
||||
<title>include/ZE_Defines.h Source File</title>
|
||||
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
||||
</head><body>
|
||||
<!-- Generated by Doxygen 1.3-rc1 -->
|
||||
<center>
|
||||
<a class="qindex" href="index.html">Main Page</a> <a class="qindex" href="namespaces.html">Namespace List</a> <a class="qindex" href="hierarchy.html">Class Hierarchy</a> <a class="qindex" href="annotated.html">Compound List</a> <a class="qindex" href="files.html">File List</a> <a class="qindex" href="namespacemembers.html">Namespace Members</a> <a class="qindex" href="functions.html">Compound Members</a> <a class="qindex" href="globals.html">File Members</a> </center>
|
||||
<hr><h1>/home/James/ZEngine-dev/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>
|
||||
<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 SDL Game Development.</span>
|
||||
00003 <span class="comment"> Copyright (C) 2002 ConceptOfZero.net</span>
|
||||
00004 <span class="comment"></span>
|
||||
@ -28,7 +28,7 @@
|
||||
<a name="l00039"></a><a class="code" href="ZE__Defines_8h.html#a4">00039</a> <span class="comment">#define VERSION "0.7.6"</span>
|
||||
00040
|
||||
00041 <span class="preprocessor">#endif //__ze_defines_h__</span>
|
||||
</pre></div><hr><address style="align: right;"><small>Generated on Wed Dec 4 19:16:09 2002 for ZEngine by
|
||||
</pre></div><hr><address style="align: right;"><small>Generated on Wed Dec 11 23:42:26 2002 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-rc1 </small></address>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<!-- Generated by Doxygen 1.3-rc1 -->
|
||||
<center>
|
||||
<a class="qindex" href="index.html">Main Page</a> <a class="qindex" href="namespaces.html">Namespace List</a> <a class="qindex" href="hierarchy.html">Class Hierarchy</a> <a class="qindex" href="annotated.html">Compound List</a> <a class="qindex" href="files.html">File List</a> <a class="qindex" href="namespacemembers.html">Namespace Members</a> <a class="qindex" href="functions.html">Compound Members</a> <a class="qindex" href="globals.html">File Members</a> </center>
|
||||
<hr><h1>/home/James/ZEngine-dev/include/ZE_Defines.h File Reference</h1><hr><a name="_details"></a><h2>Detailed Description</h2>
|
||||
<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: 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>
|
||||
@ -37,7 +37,7 @@ Definition file, holds #define statements describing optional features of ZEngin
|
||||
#define </td><td valign=bottom><a class="el" href="ZE__Defines_8h.html#a4">VERSION</a> "0.7.6"</td></tr>
|
||||
<tr><td> </td><td><font size=-1><em>Version number.</em></font><br><br></td></tr>
|
||||
</table>
|
||||
<hr><address style="align: right;"><small>Generated on Wed Dec 4 19:16:09 2002 for ZEngine by
|
||||
<hr><address style="align: right;"><small>Generated on Wed Dec 11 23:42:26 2002 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-rc1 </small></address>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<!-- Generated by Doxygen 1.3-rc1 -->
|
||||
<center>
|
||||
<a class="qindex" href="index.html">Main Page</a> <a class="qindex" href="namespaces.html">Namespace List</a> <a class="qindex" href="hierarchy.html">Class Hierarchy</a> <a class="qindex" href="annotated.html">Compound List</a> <a class="qindex" href="files.html">File List</a> <a class="qindex" href="namespacemembers.html">Namespace Members</a> <a class="qindex" href="functions.html">Compound Members</a> <a class="qindex" href="globals.html">File Members</a> </center>
|
||||
<hr><h1>/home/James/ZEngine-dev/src/ZE_Error.cpp File Reference</h1><hr><a name="_details"></a><h2>Detailed Description</h2>
|
||||
<hr><h1>src/ZE_Error.cpp File Reference</h1><hr><a name="_details"></a><h2>Detailed Description</h2>
|
||||
<dl compact><dt><b>File Header: </b></dt><dd>File: ZE_Error.cpp <br>
|
||||
Description: Implementation source file for ZEngine error logging utility functions. <br>
|
||||
Author(s): James Turk <br>
|
||||
@ -22,7 +22,7 @@ Error logging utilities for ZEngine and programs making use of ZEngine.
|
||||
<tr><td colspan=2><br><h2>Namespaces</h2></td></tr>
|
||||
<tr><td nowrap align=right valign=top>namespace </td><td valign=bottom><a class="el" href="namespaceZE.html">ZE</a></td></tr>
|
||||
</table>
|
||||
<hr><address style="align: right;"><small>Generated on Wed Dec 4 19:16:09 2002 for ZEngine by
|
||||
<hr><address style="align: right;"><small>Generated on Wed Dec 11 23:42:26 2002 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-rc1 </small></address>
|
||||
|
@ -1,12 +1,12 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
|
||||
<title>/home/James/ZEngine-dev/include/ZE_Error.h Source File</title>
|
||||
<title>include/ZE_Error.h Source File</title>
|
||||
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
||||
</head><body>
|
||||
<!-- Generated by Doxygen 1.3-rc1 -->
|
||||
<center>
|
||||
<a class="qindex" href="index.html">Main Page</a> <a class="qindex" href="namespaces.html">Namespace List</a> <a class="qindex" href="hierarchy.html">Class Hierarchy</a> <a class="qindex" href="annotated.html">Compound List</a> <a class="qindex" href="files.html">File List</a> <a class="qindex" href="namespacemembers.html">Namespace Members</a> <a class="qindex" href="functions.html">Compound Members</a> <a class="qindex" href="globals.html">File Members</a> </center>
|
||||
<hr><h1>/home/James/ZEngine-dev/include/ZE_Error.h</h1><a href="ZE__Error_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre>00001 <span class="comment">/*******************************************************************************</span>
|
||||
<hr><h1>include/ZE_Error.h</h1><a href="ZE__Error_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 SDL Game Development.</span>
|
||||
00003 <span class="comment"> Copyright (C) 2002 ConceptOfZero.net</span>
|
||||
00004 <span class="comment"></span>
|
||||
@ -40,7 +40,7 @@
|
||||
00079 }
|
||||
00080
|
||||
00081 <span class="preprocessor">#endif //__ze_error_h__</span>
|
||||
</pre></div><hr><address style="align: right;"><small>Generated on Wed Dec 4 19:16:09 2002 for ZEngine by
|
||||
</pre></div><hr><address style="align: right;"><small>Generated on Wed Dec 11 23:42:26 2002 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-rc1 </small></address>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<!-- Generated by Doxygen 1.3-rc1 -->
|
||||
<center>
|
||||
<a class="qindex" href="index.html">Main Page</a> <a class="qindex" href="namespaces.html">Namespace List</a> <a class="qindex" href="hierarchy.html">Class Hierarchy</a> <a class="qindex" href="annotated.html">Compound List</a> <a class="qindex" href="files.html">File List</a> <a class="qindex" href="namespacemembers.html">Namespace Members</a> <a class="qindex" href="functions.html">Compound Members</a> <a class="qindex" href="globals.html">File Members</a> </center>
|
||||
<hr><h1>/home/James/ZEngine-dev/include/ZE_Error.h File Reference</h1><hr><a name="_details"></a><h2>Detailed Description</h2>
|
||||
<hr><h1>include/ZE_Error.h File Reference</h1><hr><a name="_details"></a><h2>Detailed Description</h2>
|
||||
<dl compact><dt><b>File Header: </b></dt><dd>File: ZE_Error.h <br>
|
||||
Description: Header file for ZEngine Error Handling Functions. <br>
|
||||
Author(s): James Turk <br>
|
||||
@ -82,7 +82,7 @@ Creates a string about an error, telling what file it occured in and where, and
|
||||
Logs a string about an error, telling what file it occured in and where, and gives a user defined string as well. </td>
|
||||
</tr>
|
||||
</table>
|
||||
<hr><address style="align: right;"><small>Generated on Wed Dec 4 19:16:09 2002 for ZEngine by
|
||||
<hr><address style="align: right;"><small>Generated on Wed Dec 11 23:42:26 2002 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-rc1 </small></address>
|
||||
|
@ -1,12 +1,12 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
|
||||
<title>/home/James/ZEngine-dev/include/ZE_Includes.h Source File</title>
|
||||
<title>include/ZE_Includes.h Source File</title>
|
||||
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
||||
</head><body>
|
||||
<!-- Generated by Doxygen 1.3-rc1 -->
|
||||
<center>
|
||||
<a class="qindex" href="index.html">Main Page</a> <a class="qindex" href="namespaces.html">Namespace List</a> <a class="qindex" href="hierarchy.html">Class Hierarchy</a> <a class="qindex" href="annotated.html">Compound List</a> <a class="qindex" href="files.html">File List</a> <a class="qindex" href="namespacemembers.html">Namespace Members</a> <a class="qindex" href="functions.html">Compound Members</a> <a class="qindex" href="globals.html">File Members</a> </center>
|
||||
<hr><h1>/home/James/ZEngine-dev/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>
|
||||
<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 SDL Game Development.</span>
|
||||
00003 <span class="comment"> Copyright (C) 2002 ConceptOfZero.net</span>
|
||||
00004 <span class="comment"></span>
|
||||
@ -49,7 +49,7 @@
|
||||
00055 <span class="keyword">using</span> <span class="keyword">namespace </span>std;
|
||||
00056
|
||||
00057 <span class="preprocessor">#endif //__ze_includes_h__</span>
|
||||
</pre></div><hr><address style="align: right;"><small>Generated on Wed Dec 4 19:16:09 2002 for ZEngine by
|
||||
</pre></div><hr><address style="align: right;"><small>Generated on Wed Dec 11 23:42:26 2002 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-rc1 </small></address>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<!-- Generated by Doxygen 1.3-rc1 -->
|
||||
<center>
|
||||
<a class="qindex" href="index.html">Main Page</a> <a class="qindex" href="namespaces.html">Namespace List</a> <a class="qindex" href="hierarchy.html">Class Hierarchy</a> <a class="qindex" href="annotated.html">Compound List</a> <a class="qindex" href="files.html">File List</a> <a class="qindex" href="namespacemembers.html">Namespace Members</a> <a class="qindex" href="functions.html">Compound Members</a> <a class="qindex" href="globals.html">File Members</a> </center>
|
||||
<hr><h1>/home/James/ZEngine-dev/include/ZE_Includes.h File Reference</h1><hr><a name="_details"></a><h2>Detailed Description</h2>
|
||||
<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: ZE_Includes.h <br>
|
||||
Description: Header file for ZEngine universal includes. <br>
|
||||
Author(s): James Turk <br>
|
||||
@ -38,7 +38,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 </td><td valign=bottom><b>std</b></td></tr>
|
||||
</table>
|
||||
<hr><address style="align: right;"><small>Generated on Wed Dec 4 19:16:09 2002 for ZEngine by
|
||||
<hr><address style="align: right;"><small>Generated on Wed Dec 11 23:42:26 2002 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-rc1 </small></address>
|
||||
|
@ -1,12 +1,12 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
|
||||
<title>/home/James/ZEngine-dev/include/ZE_Macros.h Source File</title>
|
||||
<title>include/ZE_Macros.h Source File</title>
|
||||
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
||||
</head><body>
|
||||
<!-- Generated by Doxygen 1.3-rc1 -->
|
||||
<center>
|
||||
<a class="qindex" href="index.html">Main Page</a> <a class="qindex" href="namespaces.html">Namespace List</a> <a class="qindex" href="hierarchy.html">Class Hierarchy</a> <a class="qindex" href="annotated.html">Compound List</a> <a class="qindex" href="files.html">File List</a> <a class="qindex" href="namespacemembers.html">Namespace Members</a> <a class="qindex" href="functions.html">Compound Members</a> <a class="qindex" href="globals.html">File Members</a> </center>
|
||||
<hr><h1>/home/James/ZEngine-dev/include/ZE_Macros.h</h1><a href="ZE__Macros_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre>00001 <span class="comment">/*******************************************************************************</span>
|
||||
<hr><h1>include/ZE_Macros.h</h1><a href="ZE__Macros_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 SDL Game Development.</span>
|
||||
00003 <span class="comment"> Copyright (C) 2002 ConceptOfZero.net</span>
|
||||
00004 <span class="comment"></span>
|
||||
@ -43,7 +43,7 @@
|
||||
00057
|
||||
00058 <span class="preprocessor">#endif //__ze_macros_h__</span>
|
||||
00059 <span class="preprocessor"></span>
|
||||
</pre></div><hr><address style="align: right;"><small>Generated on Wed Dec 4 19:16:09 2002 for ZEngine by
|
||||
</pre></div><hr><address style="align: right;"><small>Generated on Wed Dec 11 23:42:26 2002 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-rc1 </small></address>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<!-- Generated by Doxygen 1.3-rc1 -->
|
||||
<center>
|
||||
<a class="qindex" href="index.html">Main Page</a> <a class="qindex" href="namespaces.html">Namespace List</a> <a class="qindex" href="hierarchy.html">Class Hierarchy</a> <a class="qindex" href="annotated.html">Compound List</a> <a class="qindex" href="files.html">File List</a> <a class="qindex" href="namespacemembers.html">Namespace Members</a> <a class="qindex" href="functions.html">Compound Members</a> <a class="qindex" href="globals.html">File Members</a> </center>
|
||||
<hr><h1>/home/James/ZEngine-dev/include/ZE_Macros.h File Reference</h1><hr><a name="_details"></a><h2>Detailed Description</h2>
|
||||
<hr><h1>include/ZE_Macros.h File Reference</h1><hr><a name="_details"></a><h2>Detailed Description</h2>
|
||||
<dl compact><dt><b>File Header: </b></dt><dd>File: ZE_Macros.h <br>
|
||||
Description: Header file for ZEngine Macros. <br>
|
||||
Author(s): James Turk <br>
|
||||
@ -138,7 +138,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 Wed Dec 4 19:16:09 2002 for ZEngine by
|
||||
<hr><address style="align: right;"><small>Generated on Wed Dec 11 23:42:26 2002 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-rc1 </small></address>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<!-- Generated by Doxygen 1.3-rc1 -->
|
||||
<center>
|
||||
<a class="qindex" href="index.html">Main Page</a> <a class="qindex" href="namespaces.html">Namespace List</a> <a class="qindex" href="hierarchy.html">Class Hierarchy</a> <a class="qindex" href="annotated.html">Compound List</a> <a class="qindex" href="files.html">File List</a> <a class="qindex" href="namespacemembers.html">Namespace Members</a> <a class="qindex" href="functions.html">Compound Members</a> <a class="qindex" href="globals.html">File Members</a> </center>
|
||||
<hr><h1>/home/James/ZEngine-dev/src/ZE_ZConfigFile.cpp File Reference</h1><hr><a name="_details"></a><h2>Detailed Description</h2>
|
||||
<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: ZE_ZConfigFile.cpp <br>
|
||||
Description: Implementation source file for ZConfigFile, the ZEngine INI-Style Config File. <br>
|
||||
Author(s): James Turk <br>
|
||||
@ -22,7 +22,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 </td><td valign=bottom><a class="el" href="namespaceZE.html">ZE</a></td></tr>
|
||||
</table>
|
||||
<hr><address style="align: right;"><small>Generated on Wed Dec 4 19:16:09 2002 for ZEngine by
|
||||
<hr><address style="align: right;"><small>Generated on Wed Dec 11 23:42:26 2002 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-rc1 </small></address>
|
||||
|
@ -1,12 +1,12 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
|
||||
<title>/home/James/ZEngine-dev/include/ZE_ZConfigFile.h Source File</title>
|
||||
<title>include/ZE_ZConfigFile.h Source File</title>
|
||||
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
||||
</head><body>
|
||||
<!-- Generated by Doxygen 1.3-rc1 -->
|
||||
<center>
|
||||
<a class="qindex" href="index.html">Main Page</a> <a class="qindex" href="namespaces.html">Namespace List</a> <a class="qindex" href="hierarchy.html">Class Hierarchy</a> <a class="qindex" href="annotated.html">Compound List</a> <a class="qindex" href="files.html">File List</a> <a class="qindex" href="namespacemembers.html">Namespace Members</a> <a class="qindex" href="functions.html">Compound Members</a> <a class="qindex" href="globals.html">File Members</a> </center>
|
||||
<hr><h1>/home/James/ZEngine-dev/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>
|
||||
<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 SDL Game Development.</span>
|
||||
00003 <span class="comment"> Copyright (C) 2002 ConceptOfZero.net</span>
|
||||
00004 <span class="comment"></span>
|
||||
@ -89,7 +89,7 @@
|
||||
00243 }
|
||||
00244
|
||||
00245 <span class="preprocessor">#endif //__ze_zconfigfile_h__</span>
|
||||
</pre></div><hr><address style="align: right;"><small>Generated on Wed Dec 4 19:16:09 2002 for ZEngine by
|
||||
</pre></div><hr><address style="align: right;"><small>Generated on Wed Dec 11 23:42:26 2002 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-rc1 </small></address>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<!-- Generated by Doxygen 1.3-rc1 -->
|
||||
<center>
|
||||
<a class="qindex" href="index.html">Main Page</a> <a class="qindex" href="namespaces.html">Namespace List</a> <a class="qindex" href="hierarchy.html">Class Hierarchy</a> <a class="qindex" href="annotated.html">Compound List</a> <a class="qindex" href="files.html">File List</a> <a class="qindex" href="namespacemembers.html">Namespace Members</a> <a class="qindex" href="functions.html">Compound Members</a> <a class="qindex" href="globals.html">File Members</a> </center>
|
||||
<hr><h1>/home/James/ZEngine-dev/include/ZE_ZConfigFile.h File Reference</h1><hr><a name="_details"></a><h2>Detailed Description</h2>
|
||||
<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>
|
||||
@ -24,7 +24,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 </td><td valign=bottom><a class="el" href="namespaceZE.html">ZE</a></td></tr>
|
||||
</table>
|
||||
<hr><address style="align: right;"><small>Generated on Wed Dec 4 19:16:09 2002 for ZEngine by
|
||||
<hr><address style="align: right;"><small>Generated on Wed Dec 11 23:42:26 2002 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-rc1 </small></address>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<!-- Generated by Doxygen 1.3-rc1 -->
|
||||
<center>
|
||||
<a class="qindex" href="index.html">Main Page</a> <a class="qindex" href="namespaces.html">Namespace List</a> <a class="qindex" href="hierarchy.html">Class Hierarchy</a> <a class="qindex" href="annotated.html">Compound List</a> <a class="qindex" href="files.html">File List</a> <a class="qindex" href="namespacemembers.html">Namespace Members</a> <a class="qindex" href="functions.html">Compound Members</a> <a class="qindex" href="globals.html">File Members</a> </center>
|
||||
<hr><h1>/home/James/ZEngine-dev/src/ZE_ZEngine.cpp File Reference</h1><hr><a name="_details"></a><h2>Detailed Description</h2>
|
||||
<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: ZE_ZEngine.cpp <br>
|
||||
Description: Implementation source file for ZEngine library main singleton class. <br>
|
||||
Author(s): James Turk <br>
|
||||
@ -22,7 +22,7 @@ Actual implementation of ZEngine singleton class at heart of ZEngine.
|
||||
<tr><td colspan=2><br><h2>Namespaces</h2></td></tr>
|
||||
<tr><td nowrap align=right valign=top>namespace </td><td valign=bottom><a class="el" href="namespaceZE.html">ZE</a></td></tr>
|
||||
</table>
|
||||
<hr><address style="align: right;"><small>Generated on Wed Dec 4 19:16:09 2002 for ZEngine by
|
||||
<hr><address style="align: right;"><small>Generated on Wed Dec 11 23:42:26 2002 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-rc1 </small></address>
|
||||
|
@ -1,12 +1,12 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
|
||||
<title>/home/James/ZEngine-dev/include/ZE_ZEngine.h Source File</title>
|
||||
<title>include/ZE_ZEngine.h Source File</title>
|
||||
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
||||
</head><body>
|
||||
<!-- Generated by Doxygen 1.3-rc1 -->
|
||||
<center>
|
||||
<a class="qindex" href="index.html">Main Page</a> <a class="qindex" href="namespaces.html">Namespace List</a> <a class="qindex" href="hierarchy.html">Class Hierarchy</a> <a class="qindex" href="annotated.html">Compound List</a> <a class="qindex" href="files.html">File List</a> <a class="qindex" href="namespacemembers.html">Namespace Members</a> <a class="qindex" href="functions.html">Compound Members</a> <a class="qindex" href="globals.html">File Members</a> </center>
|
||||
<hr><h1>/home/James/ZEngine-dev/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>
|
||||
<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 SDL Game Development.</span>
|
||||
00003 <span class="comment"> Copyright (C) 2002 ConceptOfZero.net</span>
|
||||
00004 <span class="comment"></span>
|
||||
@ -81,7 +81,7 @@
|
||||
00163 <span class="keyword">public</span>:
|
||||
00170 SDL_Surface *<a class="code" href="classZE_1_1ZEngine.html#a4">Display</a>();
|
||||
00171
|
||||
00177 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZEngine.html#a5">UpdateScreen</a>();
|
||||
00177 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZEngine.html#a5">Update</a>();
|
||||
00178
|
||||
00188 <span class="keywordtype">void</span> <a class="code" href="classZE_1_1ZEngine.html#a6">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);
|
||||
00189
|
||||
@ -195,7 +195,7 @@
|
||||
00512 }
|
||||
00513
|
||||
00514 <span class="preprocessor">#endif //__ze_zengine_h__</span>
|
||||
</pre></div><hr><address style="align: right;"><small>Generated on Wed Dec 4 19:16:09 2002 for ZEngine by
|
||||
</pre></div><hr><address style="align: right;"><small>Generated on Wed Dec 11 23:42:26 2002 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-rc1 </small></address>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<!-- Generated by Doxygen 1.3-rc1 -->
|
||||
<center>
|
||||
<a class="qindex" href="index.html">Main Page</a> <a class="qindex" href="namespaces.html">Namespace List</a> <a class="qindex" href="hierarchy.html">Class Hierarchy</a> <a class="qindex" href="annotated.html">Compound List</a> <a class="qindex" href="files.html">File List</a> <a class="qindex" href="namespacemembers.html">Namespace Members</a> <a class="qindex" href="functions.html">Compound Members</a> <a class="qindex" href="globals.html">File Members</a> </center>
|
||||
<hr><h1>/home/James/ZEngine-dev/include/ZE_ZEngine.h File Reference</h1><hr><a name="_details"></a><h2>Detailed Description</h2>
|
||||
<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: ZE_ZEngine.h <br>
|
||||
Description: Header file for ZEngine class, the core of the ZEngine. <br>
|
||||
Author(s): James Turk <br>
|
||||
@ -27,7 +27,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 </td><td valign=bottom><a class="el" href="namespaceZE.html">ZE</a></td></tr>
|
||||
</table>
|
||||
<hr><address style="align: right;"><small>Generated on Wed Dec 4 19:16:09 2002 for ZEngine by
|
||||
<hr><address style="align: right;"><small>Generated on Wed Dec 11 23:42:26 2002 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-rc1 </small></address>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<!-- Generated by Doxygen 1.3-rc1 -->
|
||||
<center>
|
||||
<a class="qindex" href="index.html">Main Page</a> <a class="qindex" href="namespaces.html">Namespace List</a> <a class="qindex" href="hierarchy.html">Class Hierarchy</a> <a class="qindex" href="annotated.html">Compound List</a> <a class="qindex" href="files.html">File List</a> <a class="qindex" href="namespacemembers.html">Namespace Members</a> <a class="qindex" href="functions.html">Compound Members</a> <a class="qindex" href="globals.html">File Members</a> </center>
|
||||
<hr><h1>/home/James/ZEngine-dev/src/ZE_ZFont.cpp File Reference</h1><hr><a name="_details"></a><h2>Detailed Description</h2>
|
||||
<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: ZE_ZFont.cpp <br>
|
||||
Description: Implementation source file for core ZEngine Font Object. <br>
|
||||
Author(s): James Turk <br>
|
||||
@ -20,7 +20,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 Wed Dec 4 19:16:09 2002 for ZEngine by
|
||||
<hr><address style="align: right;"><small>Generated on Wed Dec 11 23:42:26 2002 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-rc1 </small></address>
|
||||
|
@ -1,12 +1,12 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
|
||||
<title>/home/James/ZEngine-dev/include/ZE_ZFont.h Source File</title>
|
||||
<title>include/ZE_ZFont.h Source File</title>
|
||||
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
||||
</head><body>
|
||||
<!-- Generated by Doxygen 1.3-rc1 -->
|
||||
<center>
|
||||
<a class="qindex" href="index.html">Main Page</a> <a class="qindex" href="namespaces.html">Namespace List</a> <a class="qindex" href="hierarchy.html">Class Hierarchy</a> <a class="qindex" href="annotated.html">Compound List</a> <a class="qindex" href="files.html">File List</a> <a class="qindex" href="namespacemembers.html">Namespace Members</a> <a class="qindex" href="functions.html">Compound Members</a> <a class="qindex" href="globals.html">File Members</a> </center>
|
||||
<hr><h1>/home/James/ZEngine-dev/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>
|
||||
<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 SDL Game Development.</span>
|
||||
00003 <span class="comment"> Copyright (C) 2002 ConceptOfZero.net</span>
|
||||
00004 <span class="comment"></span>
|
||||
@ -87,7 +87,7 @@
|
||||
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 Wed Dec 4 19:16:09 2002 for ZEngine by
|
||||
</pre></div><hr><address style="align: right;"><small>Generated on Wed Dec 11 23:42:26 2002 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-rc1 </small></address>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<!-- Generated by Doxygen 1.3-rc1 -->
|
||||
<center>
|
||||
<a class="qindex" href="index.html">Main Page</a> <a class="qindex" href="namespaces.html">Namespace List</a> <a class="qindex" href="hierarchy.html">Class Hierarchy</a> <a class="qindex" href="annotated.html">Compound List</a> <a class="qindex" href="files.html">File List</a> <a class="qindex" href="namespacemembers.html">Namespace Members</a> <a class="qindex" href="functions.html">Compound Members</a> <a class="qindex" href="globals.html">File Members</a> </center>
|
||||
<hr><h1>/home/James/ZEngine-dev/include/ZE_ZFont.h File Reference</h1><hr><a name="_details"></a><h2>Detailed Description</h2>
|
||||
<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: ZE_ZFont.h <br>
|
||||
Description: Header file for core ZEngine Font Object. <br>
|
||||
Author(s): James Turk <br>
|
||||
@ -25,7 +25,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 </td><td valign=bottom><a class="el" href="namespaceZE.html">ZE</a></td></tr>
|
||||
</table>
|
||||
<hr><address style="align: right;"><small>Generated on Wed Dec 4 19:16:09 2002 for ZEngine by
|
||||
<hr><address style="align: right;"><small>Generated on Wed Dec 11 23:42:26 2002 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-rc1 </small></address>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<!-- Generated by Doxygen 1.3-rc1 -->
|
||||
<center>
|
||||
<a class="qindex" href="index.html">Main Page</a> <a class="qindex" href="namespaces.html">Namespace List</a> <a class="qindex" href="hierarchy.html">Class Hierarchy</a> <a class="qindex" href="annotated.html">Compound List</a> <a class="qindex" href="files.html">File List</a> <a class="qindex" href="namespacemembers.html">Namespace Members</a> <a class="qindex" href="functions.html">Compound Members</a> <a class="qindex" href="globals.html">File Members</a> </center>
|
||||
<hr><h1>/home/James/ZEngine-dev/src/ZE_ZImage.cpp File Reference</h1><hr><a name="_details"></a><h2>Detailed Description</h2>
|
||||
<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: ZE_ZImage.cpp <br>
|
||||
Description: Implementation source file for core ZEngine Image or Texture Object. <br>
|
||||
Author(s): James Turk, Gamer Tazar <br>
|
||||
@ -22,7 +22,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 </td><td valign=bottom><a class="el" href="namespaceZE.html">ZE</a></td></tr>
|
||||
</table>
|
||||
<hr><address style="align: right;"><small>Generated on Wed Dec 4 19:16:09 2002 for ZEngine by
|
||||
<hr><address style="align: right;"><small>Generated on Wed Dec 11 23:42:26 2002 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-rc1 </small></address>
|
||||
|
@ -1,12 +1,12 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
|
||||
<title>/home/James/ZEngine-dev/include/ZE_ZImage.h Source File</title>
|
||||
<title>include/ZE_ZImage.h Source File</title>
|
||||
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
||||
</head><body>
|
||||
<!-- Generated by Doxygen 1.3-rc1 -->
|
||||
<center>
|
||||
<a class="qindex" href="index.html">Main Page</a> <a class="qindex" href="namespaces.html">Namespace List</a> <a class="qindex" href="hierarchy.html">Class Hierarchy</a> <a class="qindex" href="annotated.html">Compound List</a> <a class="qindex" href="files.html">File List</a> <a class="qindex" href="namespacemembers.html">Namespace Members</a> <a class="qindex" href="functions.html">Compound Members</a> <a class="qindex" href="globals.html">File Members</a> </center>
|
||||
<hr><h1>/home/James/ZEngine-dev/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>
|
||||
<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 SDL Game Development.</span>
|
||||
00003 <span class="comment"> Copyright (C) 2002 ConceptOfZero.net</span>
|
||||
00004 <span class="comment"></span>
|
||||
@ -88,7 +88,7 @@
|
||||
00246 }
|
||||
00247
|
||||
00248 <span class="preprocessor">#endif</span>
|
||||
</pre></div><hr><address style="align: right;"><small>Generated on Wed Dec 4 19:16:09 2002 for ZEngine by
|
||||
</pre></div><hr><address style="align: right;"><small>Generated on Wed Dec 11 23:42:26 2002 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-rc1 </small></address>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<!-- Generated by Doxygen 1.3-rc1 -->
|
||||
<center>
|
||||
<a class="qindex" href="index.html">Main Page</a> <a class="qindex" href="namespaces.html">Namespace List</a> <a class="qindex" href="hierarchy.html">Class Hierarchy</a> <a class="qindex" href="annotated.html">Compound List</a> <a class="qindex" href="files.html">File List</a> <a class="qindex" href="namespacemembers.html">Namespace Members</a> <a class="qindex" href="functions.html">Compound Members</a> <a class="qindex" href="globals.html">File Members</a> </center>
|
||||
<hr><h1>/home/James/ZEngine-dev/include/ZE_ZImage.h File Reference</h1><hr><a name="_details"></a><h2>Detailed Description</h2>
|
||||
<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: ZE_ZImage.h <br>
|
||||
Description: Header file for core ZEngine Image and Texture Object. <br>
|
||||
Author(s): James Turk, Gamer Tazar <br>
|
||||
@ -24,7 +24,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 </td><td valign=bottom><a class="el" href="namespaceZE.html">ZE</a></td></tr>
|
||||
</table>
|
||||
<hr><address style="align: right;"><small>Generated on Wed Dec 4 19:16:09 2002 for ZEngine by
|
||||
<hr><address style="align: right;"><small>Generated on Wed Dec 11 23:42:26 2002 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-rc1 </small></address>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<!-- Generated by Doxygen 1.3-rc1 -->
|
||||
<center>
|
||||
<a class="qindex" href="index.html">Main Page</a> <a class="qindex" href="namespaces.html">Namespace List</a> <a class="qindex" href="hierarchy.html">Class Hierarchy</a> <a class="qindex" href="annotated.html">Compound List</a> <a class="qindex" href="files.html">File List</a> <a class="qindex" href="namespacemembers.html">Namespace Members</a> <a class="qindex" href="functions.html">Compound Members</a> <a class="qindex" href="globals.html">File Members</a> </center>
|
||||
<hr><h1>/home/James/ZEngine-dev/src/ZE_ZMusic.cpp File Reference</h1><hr><a name="_details"></a><h2>Detailed Description</h2>
|
||||
<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: ZE_ZMusic.cpp <br>
|
||||
Description: Implementation source file for core ZEngine Music Object. <br>
|
||||
Author(s): James Turk <br>
|
||||
@ -20,7 +20,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 Wed Dec 4 19:16:09 2002 for ZEngine by
|
||||
<hr><address style="align: right;"><small>Generated on Wed Dec 11 23:42:26 2002 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-rc1 </small></address>
|
||||
|
@ -1,12 +1,12 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
|
||||
<title>/home/James/ZEngine-dev/include/ZE_ZMusic.h Source File</title>
|
||||
<title>include/ZE_ZMusic.h Source File</title>
|
||||
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
||||
</head><body>
|
||||
<!-- Generated by Doxygen 1.3-rc1 -->
|
||||
<center>
|
||||
<a class="qindex" href="index.html">Main Page</a> <a class="qindex" href="namespaces.html">Namespace List</a> <a class="qindex" href="hierarchy.html">Class Hierarchy</a> <a class="qindex" href="annotated.html">Compound List</a> <a class="qindex" href="files.html">File List</a> <a class="qindex" href="namespacemembers.html">Namespace Members</a> <a class="qindex" href="functions.html">Compound Members</a> <a class="qindex" href="globals.html">File Members</a> </center>
|
||||
<hr><h1>/home/James/ZEngine-dev/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>
|
||||
<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 SDL Game Development.</span>
|
||||
00003 <span class="comment"> Copyright (C) 2002 ConceptOfZero.net</span>
|
||||
00004 <span class="comment"></span>
|
||||
@ -77,7 +77,7 @@
|
||||
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 Wed Dec 4 19:16:09 2002 for ZEngine by
|
||||
</pre></div><hr><address style="align: right;"><small>Generated on Wed Dec 11 23:42:26 2002 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-rc1 </small></address>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<!-- Generated by Doxygen 1.3-rc1 -->
|
||||
<center>
|
||||
<a class="qindex" href="index.html">Main Page</a> <a class="qindex" href="namespaces.html">Namespace List</a> <a class="qindex" href="hierarchy.html">Class Hierarchy</a> <a class="qindex" href="annotated.html">Compound List</a> <a class="qindex" href="files.html">File List</a> <a class="qindex" href="namespacemembers.html">Namespace Members</a> <a class="qindex" href="functions.html">Compound Members</a> <a class="qindex" href="globals.html">File Members</a> </center>
|
||||
<hr><h1>/home/James/ZEngine-dev/include/ZE_ZMusic.h File Reference</h1><hr><a name="_details"></a><h2>Detailed Description</h2>
|
||||
<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: ZE_ZMusic.h <br>
|
||||
Description: Header file for core ZEngine Music Wrapper Object. <br>
|
||||
Author(s): James Turk <br>
|
||||
@ -24,7 +24,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 </td><td valign=bottom><a class="el" href="namespaceZE.html">ZE</a></td></tr>
|
||||
</table>
|
||||
<hr><address style="align: right;"><small>Generated on Wed Dec 4 19:16:09 2002 for ZEngine by
|
||||
<hr><address style="align: right;"><small>Generated on Wed Dec 11 23:42:26 2002 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-rc1 </small></address>
|
||||
|
@ -1,12 +1,12 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
|
||||
<title>/home/James/ZEngine-dev/include/ZE_ZObject.h Source File</title>
|
||||
<title>include/ZE_ZObject.h Source File</title>
|
||||
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
||||
</head><body>
|
||||
<!-- Generated by Doxygen 1.3-rc1 -->
|
||||
<center>
|
||||
<a class="qindex" href="index.html">Main Page</a> <a class="qindex" href="namespaces.html">Namespace List</a> <a class="qindex" href="hierarchy.html">Class Hierarchy</a> <a class="qindex" href="annotated.html">Compound List</a> <a class="qindex" href="files.html">File List</a> <a class="qindex" href="namespacemembers.html">Namespace Members</a> <a class="qindex" href="functions.html">Compound Members</a> <a class="qindex" href="globals.html">File Members</a> </center>
|
||||
<hr><h1>/home/James/ZEngine-dev/include/ZE_ZObject.h</h1><a href="ZE__ZObject_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre>00001 <span class="comment">/*******************************************************************************</span>
|
||||
<hr><h1>include/ZE_ZObject.h</h1><a href="ZE__ZObject_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 SDL Game Development.</span>
|
||||
00003 <span class="comment"> Copyright (C) 2002 ConceptOfZero.net</span>
|
||||
00004 <span class="comment"></span>
|
||||
@ -35,7 +35,7 @@
|
||||
00056 }
|
||||
00057
|
||||
00058 <span class="preprocessor">#endif //__ze_zobject_h__</span>
|
||||
</pre></div><hr><address style="align: right;"><small>Generated on Wed Dec 4 19:16:09 2002 for ZEngine by
|
||||
</pre></div><hr><address style="align: right;"><small>Generated on Wed Dec 11 23:42:26 2002 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-rc1 </small></address>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<!-- Generated by Doxygen 1.3-rc1 -->
|
||||
<center>
|
||||
<a class="qindex" href="index.html">Main Page</a> <a class="qindex" href="namespaces.html">Namespace List</a> <a class="qindex" href="hierarchy.html">Class Hierarchy</a> <a class="qindex" href="annotated.html">Compound List</a> <a class="qindex" href="files.html">File List</a> <a class="qindex" href="namespacemembers.html">Namespace Members</a> <a class="qindex" href="functions.html">Compound Members</a> <a class="qindex" href="globals.html">File Members</a> </center>
|
||||
<hr><h1>/home/James/ZEngine-dev/include/ZE_ZObject.h File Reference</h1><hr><a name="_details"></a><h2>Detailed Description</h2>
|
||||
<hr><h1>include/ZE_ZObject.h File Reference</h1><hr><a name="_details"></a><h2>Detailed Description</h2>
|
||||
<dl compact><dt><b>File Header: </b></dt><dd>File: ZE_ZObject.h <br>
|
||||
Description: Header file for ZEngine core Object ZObject, base of most ZEngine objects. <br>
|
||||
Author(s): James Turk <br>
|
||||
@ -24,7 +24,7 @@ Definition file for ZObject the Virtual Base Class for majority of the ZEngine O
|
||||
<tr><td colspan=2><br><h2>Namespaces</h2></td></tr>
|
||||
<tr><td nowrap align=right valign=top>namespace </td><td valign=bottom><a class="el" href="namespaceZE.html">ZE</a></td></tr>
|
||||
</table>
|
||||
<hr><address style="align: right;"><small>Generated on Wed Dec 4 19:16:09 2002 for ZEngine by
|
||||
<hr><address style="align: right;"><small>Generated on Wed Dec 11 23:42:26 2002 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-rc1 </small></address>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<!-- Generated by Doxygen 1.3-rc1 -->
|
||||
<center>
|
||||
<a class="qindex" href="index.html">Main Page</a> <a class="qindex" href="namespaces.html">Namespace List</a> <a class="qindex" href="hierarchy.html">Class Hierarchy</a> <a class="qindex" href="annotated.html">Compound List</a> <a class="qindex" href="files.html">File List</a> <a class="qindex" href="namespacemembers.html">Namespace Members</a> <a class="qindex" href="functions.html">Compound Members</a> <a class="qindex" href="globals.html">File Members</a> </center>
|
||||
<hr><h1>/home/James/ZEngine-dev/src/ZE_ZRect.cpp File Reference</h1><hr><a name="_details"></a><h2>Detailed Description</h2>
|
||||
<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: ZE_ZRect.cpp <br>
|
||||
Description: Implementation source file for core ZEngine Rectangle Object. <br>
|
||||
Author(s): James Turk <br>
|
||||
@ -22,7 +22,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 </td><td valign=bottom><a class="el" href="namespaceZE.html">ZE</a></td></tr>
|
||||
</table>
|
||||
<hr><address style="align: right;"><small>Generated on Wed Dec 4 19:16:09 2002 for ZEngine by
|
||||
<hr><address style="align: right;"><small>Generated on Wed Dec 11 23:42:26 2002 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-rc1 </small></address>
|
||||
|
@ -1,12 +1,12 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
|
||||
<title>/home/James/ZEngine-dev/include/ZE_ZRect.h Source File</title>
|
||||
<title>include/ZE_ZRect.h Source File</title>
|
||||
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
||||
</head><body>
|
||||
<!-- Generated by Doxygen 1.3-rc1 -->
|
||||
<center>
|
||||
<a class="qindex" href="index.html">Main Page</a> <a class="qindex" href="namespaces.html">Namespace List</a> <a class="qindex" href="hierarchy.html">Class Hierarchy</a> <a class="qindex" href="annotated.html">Compound List</a> <a class="qindex" href="files.html">File List</a> <a class="qindex" href="namespacemembers.html">Namespace Members</a> <a class="qindex" href="functions.html">Compound Members</a> <a class="qindex" href="globals.html">File Members</a> </center>
|
||||
<hr><h1>/home/James/ZEngine-dev/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>
|
||||
<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 SDL Game Development.</span>
|
||||
00003 <span class="comment"> Copyright (C) 2002 ConceptOfZero.net</span>
|
||||
00004 <span class="comment"></span>
|
||||
@ -84,7 +84,7 @@
|
||||
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 Wed Dec 4 19:16:09 2002 for ZEngine by
|
||||
</pre></div><hr><address style="align: right;"><small>Generated on Wed Dec 11 23:42:26 2002 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-rc1 </small></address>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<!-- Generated by Doxygen 1.3-rc1 -->
|
||||
<center>
|
||||
<a class="qindex" href="index.html">Main Page</a> <a class="qindex" href="namespaces.html">Namespace List</a> <a class="qindex" href="hierarchy.html">Class Hierarchy</a> <a class="qindex" href="annotated.html">Compound List</a> <a class="qindex" href="files.html">File List</a> <a class="qindex" href="namespacemembers.html">Namespace Members</a> <a class="qindex" href="functions.html">Compound Members</a> <a class="qindex" href="globals.html">File Members</a> </center>
|
||||
<hr><h1>/home/James/ZEngine-dev/include/ZE_ZRect.h File Reference</h1><hr><a name="_details"></a><h2>Detailed Description</h2>
|
||||
<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: ZE_ZRect.h <br>
|
||||
Description: Header file for core ZEngine Rectangle Object. <br>
|
||||
Author(s): James Turk <br>
|
||||
@ -24,7 +24,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 </td><td valign=bottom><a class="el" href="namespaceZE.html">ZE</a></td></tr>
|
||||
</table>
|
||||
<hr><address style="align: right;"><small>Generated on Wed Dec 4 19:16:09 2002 for ZEngine by
|
||||
<hr><address style="align: right;"><small>Generated on Wed Dec 11 23:42:26 2002 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-rc1 </small></address>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<!-- Generated by Doxygen 1.3-rc1 -->
|
||||
<center>
|
||||
<a class="qindex" href="index.html">Main Page</a> <a class="qindex" href="namespaces.html">Namespace List</a> <a class="qindex" href="hierarchy.html">Class Hierarchy</a> <a class="qindex" href="annotated.html">Compound List</a> <a class="qindex" href="files.html">File List</a> <a class="qindex" href="namespacemembers.html">Namespace Members</a> <a class="qindex" href="functions.html">Compound Members</a> <a class="qindex" href="globals.html">File Members</a> </center>
|
||||
<hr><h1>/home/James/ZEngine-dev/src/ZE_ZSound.cpp File Reference</h1><hr><a name="_details"></a><h2>Detailed Description</h2>
|
||||
<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: ZE_ZSound.cpp <br>
|
||||
Description: Implementation source file for core ZEngine Sound Object. <br>
|
||||
Author(s): James Turk <br>
|
||||
@ -20,7 +20,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 Wed Dec 4 19:16:09 2002 for ZEngine by
|
||||
<hr><address style="align: right;"><small>Generated on Wed Dec 11 23:42:26 2002 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-rc1 </small></address>
|
||||
|
@ -1,12 +1,12 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
|
||||
<title>/home/James/ZEngine-dev/include/ZE_ZSound.h Source File</title>
|
||||
<title>include/ZE_ZSound.h Source File</title>
|
||||
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
||||
</head><body>
|
||||
<!-- Generated by Doxygen 1.3-rc1 -->
|
||||
<center>
|
||||
<a class="qindex" href="index.html">Main Page</a> <a class="qindex" href="namespaces.html">Namespace List</a> <a class="qindex" href="hierarchy.html">Class Hierarchy</a> <a class="qindex" href="annotated.html">Compound List</a> <a class="qindex" href="files.html">File List</a> <a class="qindex" href="namespacemembers.html">Namespace Members</a> <a class="qindex" href="functions.html">Compound Members</a> <a class="qindex" href="globals.html">File Members</a> </center>
|
||||
<hr><h1>/home/James/ZEngine-dev/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>
|
||||
<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 SDL Game Development.</span>
|
||||
00003 <span class="comment"> Copyright (C) 2002 ConceptOfZero.net</span>
|
||||
00004 <span class="comment"></span>
|
||||
@ -76,7 +76,7 @@
|
||||
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 Wed Dec 4 19:16:09 2002 for ZEngine by
|
||||
</pre></div><hr><address style="align: right;"><small>Generated on Wed Dec 11 23:42:26 2002 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-rc1 </small></address>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<!-- Generated by Doxygen 1.3-rc1 -->
|
||||
<center>
|
||||
<a class="qindex" href="index.html">Main Page</a> <a class="qindex" href="namespaces.html">Namespace List</a> <a class="qindex" href="hierarchy.html">Class Hierarchy</a> <a class="qindex" href="annotated.html">Compound List</a> <a class="qindex" href="files.html">File List</a> <a class="qindex" href="namespacemembers.html">Namespace Members</a> <a class="qindex" href="functions.html">Compound Members</a> <a class="qindex" href="globals.html">File Members</a> </center>
|
||||
<hr><h1>/home/James/ZEngine-dev/include/ZE_ZSound.h File Reference</h1><hr><a name="_details"></a><h2>Detailed Description</h2>
|
||||
<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: ZE_ZSound.h <br>
|
||||
Description: Header file for core ZEngine Sound Wrapper Object. <br>
|
||||
Author(s): James Turk <br>
|
||||
@ -24,7 +24,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 </td><td valign=bottom><a class="el" href="namespaceZE.html">ZE</a></td></tr>
|
||||
</table>
|
||||
<hr><address style="align: right;"><small>Generated on Wed Dec 4 19:16:09 2002 for ZEngine by
|
||||
<hr><address style="align: right;"><small>Generated on Wed Dec 11 23:42:26 2002 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-rc1 </small></address>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<!-- Generated by Doxygen 1.3-rc1 -->
|
||||
<center>
|
||||
<a class="qindex" href="index.html">Main Page</a> <a class="qindex" href="namespaces.html">Namespace List</a> <a class="qindex" href="hierarchy.html">Class Hierarchy</a> <a class="qindex" href="annotated.html">Compound List</a> <a class="qindex" href="files.html">File List</a> <a class="qindex" href="namespacemembers.html">Namespace Members</a> <a class="qindex" href="functions.html">Compound Members</a> <a class="qindex" href="globals.html">File Members</a> </center>
|
||||
<hr><h1>/home/James/ZEngine-dev/src/ZE_ZTimer.cpp File Reference</h1><hr><a name="_details"></a><h2>Detailed Description</h2>
|
||||
<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: ZE_ZTimer.cpp <br>
|
||||
Description: Implementation source file for core ZEngine Timer Object. <br>
|
||||
Author(s): James Turk <br>
|
||||
@ -22,7 +22,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 </td><td valign=bottom><a class="el" href="namespaceZE.html">ZE</a></td></tr>
|
||||
</table>
|
||||
<hr><address style="align: right;"><small>Generated on Wed Dec 4 19:16:09 2002 for ZEngine by
|
||||
<hr><address style="align: right;"><small>Generated on Wed Dec 11 23:42:26 2002 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-rc1 </small></address>
|
||||
|
@ -1,12 +1,12 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
|
||||
<title>/home/James/ZEngine-dev/include/ZE_ZTimer.h Source File</title>
|
||||
<title>include/ZE_ZTimer.h Source File</title>
|
||||
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
||||
</head><body>
|
||||
<!-- Generated by Doxygen 1.3-rc1 -->
|
||||
<center>
|
||||
<a class="qindex" href="index.html">Main Page</a> <a class="qindex" href="namespaces.html">Namespace List</a> <a class="qindex" href="hierarchy.html">Class Hierarchy</a> <a class="qindex" href="annotated.html">Compound List</a> <a class="qindex" href="files.html">File List</a> <a class="qindex" href="namespacemembers.html">Namespace Members</a> <a class="qindex" href="functions.html">Compound Members</a> <a class="qindex" href="globals.html">File Members</a> </center>
|
||||
<hr><h1>/home/James/ZEngine-dev/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>
|
||||
<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 SDL Game Development.</span>
|
||||
00003 <span class="comment"> Copyright (C) 2002 ConceptOfZero.net</span>
|
||||
00004 <span class="comment"></span>
|
||||
@ -52,7 +52,7 @@
|
||||
00105 }
|
||||
00106
|
||||
00107 <span class="preprocessor">#endif //__ze_ztimer_h__</span>
|
||||
</pre></div><hr><address style="align: right;"><small>Generated on Wed Dec 4 19:16:09 2002 for ZEngine by
|
||||
</pre></div><hr><address style="align: right;"><small>Generated on Wed Dec 11 23:42:26 2002 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-rc1 </small></address>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<!-- Generated by Doxygen 1.3-rc1 -->
|
||||
<center>
|
||||
<a class="qindex" href="index.html">Main Page</a> <a class="qindex" href="namespaces.html">Namespace List</a> <a class="qindex" href="hierarchy.html">Class Hierarchy</a> <a class="qindex" href="annotated.html">Compound List</a> <a class="qindex" href="files.html">File List</a> <a class="qindex" href="namespacemembers.html">Namespace Members</a> <a class="qindex" href="functions.html">Compound Members</a> <a class="qindex" href="globals.html">File Members</a> </center>
|
||||
<hr><h1>/home/James/ZEngine-dev/include/ZE_ZTimer.h File Reference</h1><hr><a name="_details"></a><h2>Detailed Description</h2>
|
||||
<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: ZE_ZTimer.h <br>
|
||||
Description: Header file for core ZEngine Timer Object. <br>
|
||||
Author(s): James Turk <br>
|
||||
@ -24,7 +24,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 </td><td valign=bottom><a class="el" href="namespaceZE.html">ZE</a></td></tr>
|
||||
</table>
|
||||
<hr><address style="align: right;"><small>Generated on Wed Dec 4 19:16:09 2002 for ZEngine by
|
||||
<hr><address style="align: right;"><small>Generated on Wed Dec 11 23:42:26 2002 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-rc1 </small></address>
|
||||
|
@ -1,12 +1,12 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
|
||||
<title>/home/James/ZEngine-dev/include/ZEngine.h Source File</title>
|
||||
<title>include/ZEngine.h Source File</title>
|
||||
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
||||
</head><body>
|
||||
<!-- Generated by Doxygen 1.3-rc1 -->
|
||||
<center>
|
||||
<a class="qindex" href="index.html">Main Page</a> <a class="qindex" href="namespaces.html">Namespace List</a> <a class="qindex" href="hierarchy.html">Class Hierarchy</a> <a class="qindex" href="annotated.html">Compound List</a> <a class="qindex" href="files.html">File List</a> <a class="qindex" href="namespacemembers.html">Namespace Members</a> <a class="qindex" href="functions.html">Compound Members</a> <a class="qindex" href="globals.html">File Members</a> </center>
|
||||
<hr><h1>/home/James/ZEngine-dev/include/ZEngine.h</h1><a href="ZEngine_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre>00001
|
||||
<hr><h1>include/ZEngine.h</h1><a href="ZEngine_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre>00001
|
||||
00045 <span class="preprocessor">#include "<a class="code" href="ZE__ZEngine_8h.html">ZE_ZEngine.h</a>"</span>
|
||||
00046 <span class="preprocessor">#include "<a class="code" href="ZE__Macros_8h.html">ZE_Macros.h</a>"</span>
|
||||
00047 <span class="preprocessor">#include "<a class="code" href="ZE__ZImage_8h.html">ZE_ZImage.h</a>"</span>
|
||||
@ -21,7 +21,7 @@
|
||||
00056 <span class="preprocessor">#include "<a class="code" href="ZE__ZMusic_8h.html">ZE_ZMusic.h</a>"</span>
|
||||
00057 <span class="preprocessor">#endif</span>
|
||||
00058 <span class="preprocessor"></span>
|
||||
</pre></div><hr><address style="align: right;"><small>Generated on Wed Dec 4 19:16:09 2002 for ZEngine by
|
||||
</pre></div><hr><address style="align: right;"><small>Generated on Wed Dec 11 23:42:26 2002 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-rc1 </small></address>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<!-- Generated by Doxygen 1.3-rc1 -->
|
||||
<center>
|
||||
<a class="qindex" href="index.html">Main Page</a> <a class="qindex" href="namespaces.html">Namespace List</a> <a class="qindex" href="hierarchy.html">Class Hierarchy</a> <a class="qindex" href="annotated.html">Compound List</a> <a class="qindex" href="files.html">File List</a> <a class="qindex" href="namespacemembers.html">Namespace Members</a> <a class="qindex" href="functions.html">Compound Members</a> <a class="qindex" href="globals.html">File Members</a> </center>
|
||||
<hr><h1>/home/James/ZEngine-dev/include/ZEngine.h File Reference</h1><hr><a name="_details"></a><h2>Detailed Description</h2>
|
||||
<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: ZEngine.h <br>
|
||||
Description: Public Header File for ZEngine. <br>
|
||||
Author(s): James Turk <br>
|
||||
@ -30,7 +30,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 Wed Dec 4 19:16:09 2002 for ZEngine by
|
||||
<hr><address style="align: right;"><small>Generated on Wed Dec 11 23:42:26 2002 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-rc1 </small></address>
|
||||
|
@ -19,7 +19,7 @@
|
||||
<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 Wed Dec 4 19:16:09 2002 for ZEngine by
|
||||
<hr><address style="align: right;"><small>Generated on Wed Dec 11 23:42:26 2002 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-rc1 </small></address>
|
||||
|
@ -29,7 +29,7 @@
|
||||
<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 Wed Dec 4 19:16:09 2002 for ZEngine by
|
||||
</table><hr><address style="align: right;"><small>Generated on Wed Dec 11 23:42:26 2002 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-rc1 </small></address>
|
||||
|
@ -769,8 +769,8 @@ Flush the file and clear the filename. </td>
|
||||
</tr>
|
||||
</table>
|
||||
<hr>The documentation for this class was generated from the following files:<ul>
|
||||
<li>/home/James/ZEngine-dev/include/<a class="el" href="ZE__ZConfigFile_8h-source.html">ZE_ZConfigFile.h</a><li>/home/James/ZEngine-dev/src/<a class="el" href="ZE__ZConfigFile_8cpp.html">ZE_ZConfigFile.cpp</a></ul>
|
||||
<hr><address style="align: right;"><small>Generated on Wed Dec 4 19:16:09 2002 for ZEngine by
|
||||
<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 Wed Dec 11 23:42:26 2002 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-rc1 </small></address>
|
||||
|
@ -9,7 +9,7 @@
|
||||
<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 Wed Dec 4 19:16:09 2002 for ZEngine by
|
||||
</table><hr><address style="align: right;"><small>Generated on Wed Dec 11 23:42:26 2002 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-rc1 </small></address>
|
||||
|
@ -20,8 +20,8 @@ list< <a class="el" href="classZE_1_1ZConfigFile_1_1ZCF__Variable.html">ZCF_V
|
||||
<tr><td> </td><td><font size=-1><em>STL list of variables.</em></font><br><br></td></tr>
|
||||
</table>
|
||||
<hr>The documentation for this class was generated from the following file:<ul>
|
||||
<li>/home/James/ZEngine-dev/include/<a class="el" href="ZE__ZConfigFile_8h-source.html">ZE_ZConfigFile.h</a></ul>
|
||||
<hr><address style="align: right;"><small>Generated on Wed Dec 4 19:16:09 2002 for ZEngine by
|
||||
<li>include/<a class="el" href="ZE__ZConfigFile_8h-source.html">ZE_ZConfigFile.h</a></ul>
|
||||
<hr><address style="align: right;"><small>Generated on Wed Dec 11 23:42:26 2002 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-rc1 </small></address>
|
||||
|
@ -9,7 +9,7 @@
|
||||
<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 Wed Dec 4 19:16:09 2002 for ZEngine by
|
||||
</table><hr><address style="align: right;"><small>Generated on Wed Dec 11 23:42:26 2002 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-rc1 </small></address>
|
||||
|
@ -20,8 +20,8 @@ string </td><td valign=bottom><a class="el" href="classZE_1_1ZConfigFile_1_
|
||||
<tr><td> </td><td><font size=-1><em>Value associated with variable.</em></font><br><br></td></tr>
|
||||
</table>
|
||||
<hr>The documentation for this class was generated from the following file:<ul>
|
||||
<li>/home/James/ZEngine-dev/include/<a class="el" href="ZE__ZConfigFile_8h-source.html">ZE_ZConfigFile.h</a></ul>
|
||||
<hr><address style="align: right;"><small>Generated on Wed Dec 4 19:16:09 2002 for ZEngine by
|
||||
<li>include/<a class="el" href="ZE__ZConfigFile_8h-source.html">ZE_ZConfigFile.h</a></ul>
|
||||
<hr><address style="align: right;"><small>Generated on Wed Dec 11 23:42:26 2002 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-rc1 </small></address>
|
||||
|
@ -65,10 +65,10 @@
|
||||
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZEngine.html#a21">ShowCursor</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#r0">sInstance</a></td><td><a class="el" href="classZE_1_1ZEngine.html">ZE::ZEngine</a></td><td><code> [private, static]</code></td></tr>
|
||||
<tr bgcolor="#f0f0f0"><td><a class="el" href="classZE_1_1ZEngine.html#a11">UnpauseTimer</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#a5">UpdateScreen</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#a5">Update</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#a32">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#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 Wed Dec 4 19:16:09 2002 for ZEngine by
|
||||
</table><hr><address style="align: right;"><small>Generated on Wed Dec 11 23:42:26 2002 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-rc1 </small></address>
|
||||
|
@ -24,8 +24,8 @@
|
||||
<tr><td> </td><td><font size=-1><em>Quit SDL and any Subsystems.</em> <a href="#a3"></a><em></em></font><br><br></td></tr>
|
||||
<tr><td nowrap align=right valign=top>SDL_Surface * </td><td valign=bottom><a class="el" href="classZE_1_1ZEngine.html#a4">Display</a> ()</td></tr>
|
||||
<tr><td> </td><td><font size=-1><em>Allow access to Screen Surface.</em> <a href="#a4"></a><em></em></font><br><br></td></tr>
|
||||
<tr><td nowrap align=right valign=top>void </td><td valign=bottom><a class="el" href="classZE_1_1ZEngine.html#a5">UpdateScreen</a> ()</td></tr>
|
||||
<tr><td> </td><td><font size=-1><em>Update screen contents.</em> <a href="#a5"></a><em></em></font><br><br></td></tr>
|
||||
<tr><td nowrap align=right valign=top>void </td><td valign=bottom><a class="el" href="classZE_1_1ZEngine.html#a5">Update</a> ()</td></tr>
|
||||
<tr><td> </td><td><font size=-1><em>Update display contents.</em> <a href="#a5"></a><em></em></font><br><br></td></tr>
|
||||
<tr><td nowrap align=right valign=top>void </td><td valign=bottom><a class="el" href="classZE_1_1ZEngine.html#a6">Clear</a> (float red=0.0f, float green=0.0f, float blue=0.0f, float alpha=1.0f)</td></tr>
|
||||
<tr><td> </td><td><font size=-1><em>Clear screen to a certain color (Black by default).</em> <a href="#a6"></a><em></em></font><br><br></td></tr>
|
||||
<tr><td nowrap align=right valign=top>void </td><td valign=bottom><a class="el" href="classZE_1_1ZEngine.html#a7">SetGL2D</a> ()</td></tr>
|
||||
@ -487,13 +487,13 @@ Get pointer to screen SDL_Surface, allowing direct screen manipulation using SDL
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<a name="a5" doxytag="ZE::ZEngine::UpdateScreen"></a><p>
|
||||
<a name="a5" doxytag="ZE::ZEngine::Update"></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::ZEngine::UpdateScreen </td>
|
||||
<td class="md" nowrap valign="top"> void ZE::ZEngine::Update </td>
|
||||
<td class="md" valign="top">( </td>
|
||||
<td class="mdname1" valign="top" nowrap> </td>
|
||||
<td class="md" valign="top">) </td>
|
||||
@ -512,7 +512,7 @@ Get pointer to screen SDL_Surface, allowing direct screen manipulation using SDL
|
||||
<td>
|
||||
|
||||
<p>
|
||||
Flip double buffer in SDL if double buffered, otherwise tell video to refresh entire screen. </td>
|
||||
Swap OpenGL buffers, and update screen. Must be called every frame. </td>
|
||||
</tr>
|
||||
</table>
|
||||
<a name="a6" doxytag="ZE::ZEngine::Clear"></a><p>
|
||||
@ -1472,8 +1472,8 @@ Get Fullscreen setting of Display. <dl compact><dt><b>Returns:</b></dt><dd>True
|
||||
</tr>
|
||||
</table>
|
||||
<hr>The documentation for this class was generated from the following files:<ul>
|
||||
<li>/home/James/ZEngine-dev/include/<a class="el" href="ZE__ZEngine_8h-source.html">ZE_ZEngine.h</a><li>/home/James/ZEngine-dev/src/<a class="el" href="ZE__ZEngine_8cpp.html">ZE_ZEngine.cpp</a></ul>
|
||||
<hr><address style="align: right;"><small>Generated on Wed Dec 4 19:16:09 2002 for ZEngine by
|
||||
<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 Wed Dec 11 23:42:26 2002 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-rc1 </small></address>
|
||||
|
@ -33,7 +33,7 @@
|
||||
<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 Wed Dec 4 19:16:09 2002 for ZEngine by
|
||||
</table><hr><address style="align: right;"><small>Generated on Wed Dec 11 23:42:26 2002 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-rc1 </small></address>
|
||||
|
@ -762,8 +762,8 @@ Get Height of String in Current Font in Pixels. <dl compact><dt><b>Parameters:</
|
||||
</tr>
|
||||
</table>
|
||||
<hr>The documentation for this class was generated from the following file:<ul>
|
||||
<li>/home/James/ZEngine-dev/include/<a class="el" href="ZE__ZFont_8h-source.html">ZE_ZFont.h</a></ul>
|
||||
<hr><address style="align: right;"><small>Generated on Wed Dec 4 19:16:09 2002 for ZEngine by
|
||||
<li>include/<a class="el" href="ZE__ZFont_8h-source.html">ZE_ZFont.h</a></ul>
|
||||
<hr><address style="align: right;"><small>Generated on Wed Dec 11 23:42:26 2002 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-rc1 </small></address>
|
||||
|
@ -38,7 +38,7 @@
|
||||
<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#a4">~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 Wed Dec 4 19:16:09 2002 for ZEngine by
|
||||
</table><hr><address style="align: right;"><small>Generated on Wed Dec 11 23:42:27 2002 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-rc1 </small></address>
|
||||
|
@ -861,8 +861,8 @@ Get Current Height of Image. <dl compact><dt><b>Returns:</b></dt><dd>Image Heigh
|
||||
</tr>
|
||||
</table>
|
||||
<hr>The documentation for this class was generated from the following files:<ul>
|
||||
<li>/home/James/ZEngine-dev/include/<a class="el" href="ZE__ZImage_8h-source.html">ZE_ZImage.h</a><li>/home/James/ZEngine-dev/src/<a class="el" href="ZE__ZImage_8cpp.html">ZE_ZImage.cpp</a></ul>
|
||||
<hr><address style="align: right;"><small>Generated on Wed Dec 4 19:16:09 2002 for ZEngine by
|
||||
<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 Wed Dec 11 23:42:27 2002 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-rc1 </small></address>
|
||||
|
@ -27,7 +27,7 @@
|
||||
<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 Wed Dec 4 19:16:09 2002 for ZEngine by
|
||||
</table><hr><address style="align: right;"><small>Generated on Wed Dec 11 23:42:27 2002 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-rc1 </small></address>
|
||||
|
@ -522,8 +522,8 @@ Get current volume of music represented as a value from 0-128. <dl compact><dt><
|
||||
</tr>
|
||||
</table>
|
||||
<hr>The documentation for this class was generated from the following file:<ul>
|
||||
<li>/home/James/ZEngine-dev/include/<a class="el" href="ZE__ZMusic_8h-source.html">ZE_ZMusic.h</a></ul>
|
||||
<hr><address style="align: right;"><small>Generated on Wed Dec 4 19:16:09 2002 for ZEngine by
|
||||
<li>include/<a class="el" href="ZE__ZMusic_8h-source.html">ZE_ZMusic.h</a></ul>
|
||||
<hr><address style="align: right;"><small>Generated on Wed Dec 11 23:42:27 2002 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-rc1 </small></address>
|
||||
|
@ -10,7 +10,7 @@
|
||||
<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_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_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 Wed Dec 4 19:16:09 2002 for ZEngine by
|
||||
</table><hr><address style="align: right;"><small>Generated on Wed Dec 11 23:42:27 2002 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-rc1 </small></address>
|
||||
|
@ -83,8 +83,8 @@ This is the base class from which all <a class="el" href="classZE_1_1ZEngine.htm
|
||||
</tr>
|
||||
</table>
|
||||
<hr>The documentation for this class was generated from the following file:<ul>
|
||||
<li>/home/James/ZEngine-dev/include/<a class="el" href="ZE__ZObject_8h-source.html">ZE_ZObject.h</a></ul>
|
||||
<hr><address style="align: right;"><small>Generated on Wed Dec 4 19:16:09 2002 for ZEngine by
|
||||
<li>include/<a class="el" href="ZE__ZObject_8h-source.html">ZE_ZObject.h</a></ul>
|
||||
<hr><address style="align: right;"><small>Generated on Wed Dec 11 23:42:27 2002 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-rc1 </small></address>
|
||||
|
@ -34,7 +34,7 @@
|
||||
<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 &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 Wed Dec 4 19:16:09 2002 for ZEngine by
|
||||
</table><hr><address style="align: right;"><small>Generated on Wed Dec 11 23:42:27 2002 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-rc1 </small></address>
|
||||
|
@ -912,8 +912,8 @@ Access private height member. <dl compact><dt><b>Returns:</b></dt><dd>Value of m
|
||||
</tr>
|
||||
</table>
|
||||
<hr>The documentation for this class was generated from the following files:<ul>
|
||||
<li>/home/James/ZEngine-dev/include/<a class="el" href="ZE__ZRect_8h-source.html">ZE_ZRect.h</a><li>/home/James/ZEngine-dev/src/<a class="el" href="ZE__ZRect_8cpp.html">ZE_ZRect.cpp</a></ul>
|
||||
<hr><address style="align: right;"><small>Generated on Wed Dec 4 19:16:09 2002 for ZEngine by
|
||||
<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 Wed Dec 11 23:42:27 2002 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-rc1 </small></address>
|
||||
|
@ -27,7 +27,7 @@
|
||||
<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 Wed Dec 4 19:16:09 2002 for ZEngine by
|
||||
</table><hr><address style="align: right;"><small>Generated on Wed Dec 11 23:42:27 2002 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-rc1 </small></address>
|
||||
|
@ -495,8 +495,8 @@ Get current volume of sound channel represented as a value from 0-128. <dl compa
|
||||
</tr>
|
||||
</table>
|
||||
<hr>The documentation for this class was generated from the following file:<ul>
|
||||
<li>/home/James/ZEngine-dev/include/<a class="el" href="ZE__ZSound_8h-source.html">ZE_ZSound.h</a></ul>
|
||||
<hr><address style="align: right;"><small>Generated on Wed Dec 4 19:16:09 2002 for ZEngine by
|
||||
<li>include/<a class="el" href="ZE__ZSound_8h-source.html">ZE_ZSound.h</a></ul>
|
||||
<hr><address style="align: right;"><small>Generated on Wed Dec 11 23:42:27 2002 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-rc1 </small></address>
|
||||
|
@ -21,7 +21,7 @@
|
||||
<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#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 Wed Dec 4 19:16:09 2002 for ZEngine by
|
||||
</table><hr><address style="align: right;"><small>Generated on Wed Dec 11 23:42:27 2002 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-rc1 </small></address>
|
||||
|
@ -253,8 +253,8 @@ Find out paused state of timer. <dl compact><dt><b>Returns:</b></dt><dd>Paused s
|
||||
</tr>
|
||||
</table>
|
||||
<hr>The documentation for this class was generated from the following files:<ul>
|
||||
<li>/home/James/ZEngine-dev/include/<a class="el" href="ZE__ZTimer_8h-source.html">ZE_ZTimer.h</a><li>/home/James/ZEngine-dev/src/<a class="el" href="ZE__ZTimer_8cpp.html">ZE_ZTimer.cpp</a></ul>
|
||||
<hr><address style="align: right;"><small>Generated on Wed Dec 4 19:16:09 2002 for ZEngine by
|
||||
<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 Wed Dec 11 23:42:27 2002 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-rc1 </small></address>
|
||||
|
@ -7,33 +7,33 @@
|
||||
<center>
|
||||
<a class="qindex" href="index.html">Main Page</a> <a class="qindex" href="namespaces.html">Namespace List</a> <a class="qindex" href="hierarchy.html">Class Hierarchy</a> <a class="qindex" href="annotated.html">Compound List</a> <a class="qindex" href="files.html">File List</a> <a class="qindex" href="namespacemembers.html">Namespace Members</a> <a class="qindex" href="functions.html">Compound Members</a> <a class="qindex" href="globals.html">File Members</a> </center>
|
||||
<hr><h1>ZEngine File List</h1>Here is a list of all documented files with brief descriptions:<table>
|
||||
<tr><td class="indexkey">/home/James/ZEngine-dev/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">/home/James/ZEngine-dev/include/<a class="el" href="ZE__Error_8h.html">ZE_Error.h</a> <a href="ZE__Error_8h-source.html">[code]</a></td><td class="indexvalue">Definition file for ZEngine Error Handling Functions</td></tr>
|
||||
<tr><td class="indexkey">/home/James/ZEngine-dev/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">/home/James/ZEngine-dev/include/<a class="el" href="ZE__Macros_8h.html">ZE_Macros.h</a> <a href="ZE__Macros_8h-source.html">[code]</a></td><td class="indexvalue">Definition file for ZEngine Macros</td></tr>
|
||||
<tr><td class="indexkey">/home/James/ZEngine-dev/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">/home/James/ZEngine-dev/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">/home/James/ZEngine-dev/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">/home/James/ZEngine-dev/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">/home/James/ZEngine-dev/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">/home/James/ZEngine-dev/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">/home/James/ZEngine-dev/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">/home/James/ZEngine-dev/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">/home/James/ZEngine-dev/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">/home/James/ZEngine-dev/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">/home/James/ZEngine-dev/include/external/<b>physfsrwops.h</b> <a href="physfsrwops_8h-source.html">[code]</a></td><td class="indexvalue"></td></tr>
|
||||
<tr><td class="indexkey">/home/James/ZEngine-dev/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">/home/James/ZEngine-dev/src/<a class="el" href="ZE__Error_8cpp.html">ZE_Error.cpp</a></td><td class="indexvalue">Source file for error logging utilities</td></tr>
|
||||
<tr><td class="indexkey">/home/James/ZEngine-dev/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">/home/James/ZEngine-dev/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">/home/James/ZEngine-dev/src/<a class="el" href="ZE__ZFont_8cpp.html">ZE_ZFont.cpp</a></td><td class="indexvalue">Source file for ZFont</td></tr>
|
||||
<tr><td class="indexkey">/home/James/ZEngine-dev/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">/home/James/ZEngine-dev/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">/home/James/ZEngine-dev/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">/home/James/ZEngine-dev/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">/home/James/ZEngine-dev/src/<a class="el" href="ZE__ZTimer_8cpp.html">ZE_ZTimer.cpp</a></td><td class="indexvalue">Source file for ZTimer</td></tr>
|
||||
<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__Error_8h.html">ZE_Error.h</a> <a href="ZE__Error_8h-source.html">[code]</a></td><td class="indexvalue">Definition file for ZEngine Error Handling Functions</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__Macros_8h.html">ZE_Macros.h</a> <a href="ZE__Macros_8h-source.html">[code]</a></td><td class="indexvalue">Definition file for ZEngine Macros</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__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__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__Error_8cpp.html">ZE_Error.cpp</a></td><td class="indexvalue">Source file for error logging utilities</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__ZFont_8cpp.html">ZE_ZFont.cpp</a></td><td class="indexvalue">Source file for ZFont</td></tr>
|
||||
<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__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 Wed Dec 4 19:16:09 2002 for ZEngine by
|
||||
<hr><address style="align: right;"><small>Generated on Wed Dec 11 23:42:26 2002 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-rc1 </small></address>
|
||||
|
@ -209,7 +209,7 @@ Here is a list of all documented class members with links to the class documenta
|
||||
</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_1ZEngine.html#a11">ZE::ZEngine</a><li>UpdateScreen()
|
||||
: <a class="el" href="classZE_1_1ZEngine.html#a11">ZE::ZEngine</a><li>Update()
|
||||
: <a class="el" href="classZE_1_1ZEngine.html#a5">ZE::ZEngine</a></ul>
|
||||
<h3><a name="index_v">- v -</a>
|
||||
</h3><ul>
|
||||
@ -251,7 +251,7 @@ Here is a list of all documented class members with links to the class documenta
|
||||
: <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 Wed Dec 4 19:16:09 2002 for ZEngine by
|
||||
<hr><address style="align: right;"><small>Generated on Wed Dec 11 23:42:26 2002 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-rc1 </small></address>
|
||||
|
@ -39,7 +39,7 @@ Here is a list of all documented file members with links to the documentation:<h
|
||||
</h3><ul>
|
||||
<li>VERSION
|
||||
: <a class="el" href="ZE__Defines_8h.html#a4">ZE_Defines.h</a></ul>
|
||||
<hr><address style="align: right;"><small>Generated on Wed Dec 4 19:16:09 2002 for ZEngine by
|
||||
<hr><address style="align: right;"><small>Generated on Wed Dec 11 23:42:27 2002 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-rc1 </small></address>
|
||||
|
@ -21,7 +21,7 @@
|
||||
</ul>
|
||||
<li><a class="el" href="classZE_1_1ZRect.html">ZE::ZRect</a>
|
||||
</ul>
|
||||
<hr><address style="align: right;"><small>Generated on Wed Dec 4 19:16:09 2002 for ZEngine by
|
||||
<hr><address style="align: right;"><small>Generated on Wed Dec 11 23:42:26 2002 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-rc1 </small></address>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
|
||||
<title>Main Page</title>
|
||||
<title>ZEngine Documentation</title>
|
||||
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
||||
</head><body>
|
||||
<!-- Generated by Doxygen 1.3-rc1 -->
|
||||
@ -8,7 +8,32 @@
|
||||
<a class="qindex" href="index.html">Main Page</a> <a class="qindex" href="namespaces.html">Namespace List</a> <a class="qindex" href="hierarchy.html">Class Hierarchy</a> <a class="qindex" href="annotated.html">Compound List</a> <a class="qindex" href="files.html">File List</a> <a class="qindex" href="namespacemembers.html">Namespace Members</a> <a class="qindex" href="functions.html">Compound Members</a> <a class="qindex" href="globals.html">File Members</a> </center>
|
||||
<hr><h1>ZEngine Documentation</h1>
|
||||
<p>
|
||||
<h3 align="center">0.8.0-rc1</h3><hr><address style="align: right;"><small>Generated on Wed Dec 4 19:16:09 2002 for ZEngine by
|
||||
<h3 align="center">0.8.0-rc2</h3><dl compact><dt><b>Author:</b></dt><dd>James Turk </dd></dl>
|
||||
<dl compact><dt><b>Version:</b></dt><dd>0.8.0-rc2 </dd></dl>
|
||||
<dl compact><dt><b>Date:</b></dt><dd>December 12, 2002</dd></dl>
|
||||
<h2><a name="ZEngine"></a>
|
||||
About ZEngine</h2>
|
||||
<br>
|
||||
ZEngine is designed to wrap common interfaces of the SDL API in an Object Oriented manner. <br>
|
||||
It is licensed under a very liberal BSD-style license, and anyone is free to suggest or implement changes to be added to the Engine.<br>
|
||||
In addition ZEngine aims to provide a core engine which can be used to develop a game without having to rewrite large amounts of code.<br>
|
||||
As of version 0.7.7 ZEngine uses OpenGL rather than SDL to do 2D drawing, thus increasing the uses of the engine and making the engine much faster in all tested cases.<br>
|
||||
The ZEngine website can be found at <a href="http://zengine.sourceforge.net/.">http://zengine.sourceforge.net/.</a><br>
|
||||
<h2><a name="Licensing"></a>
|
||||
Licensing</h2>
|
||||
<br>
|
||||
<pre>
|
||||
This file is Part of the ZEngine Library for SDL Game Development.
|
||||
Copyright (C) 2002 ConceptOfZero.net
|
||||
Licensed under the BSD License, see licensing.txt.
|
||||
and the library is developed for <a href="http://www.conceptofzero.net/">http://www.conceptofzero.net/</a>
|
||||
</pre>
|
||||
<h2><a name="Authors"></a>
|
||||
Contributing Authors</h2>
|
||||
<br>
|
||||
James Turk <a href="mailto:james@conceptofzero.net"><a href="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="tazar@conceptofzero.net">tazar@conceptofzero.net</a></a> - OpenGL assistance<br>
|
||||
<hr><address style="align: right;"><small>Generated on Wed Dec 11 23:42:26 2002 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-rc1 </small></address>
|
||||
|
@ -195,7 +195,7 @@ Takes identifiers out of fmtstr and parses them, replacing them with coorespond
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<hr><address style="align: right;"><small>Generated on Wed Dec 4 19:16:09 2002 for ZEngine by
|
||||
<hr><address style="align: right;"><small>Generated on Wed Dec 11 23:42:26 2002 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-rc1 </small></address>
|
||||
|
@ -19,7 +19,7 @@ Here is a list of all documented namespace members with links to the namespaces
|
||||
</h3><ul>
|
||||
<li>FormatStr()
|
||||
: <a class="el" href="namespaceZE.html#a2">ZE</a></ul>
|
||||
<hr><address style="align: right;"><small>Generated on Wed Dec 4 19:16:09 2002 for ZEngine by
|
||||
<hr><address style="align: right;"><small>Generated on Wed Dec 11 23:42:27 2002 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-rc1 </small></address>
|
||||
|
@ -9,7 +9,7 @@
|
||||
<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 Wed Dec 4 19:16:09 2002 for ZEngine by
|
||||
<hr><address style="align: right;"><small>Generated on Wed Dec 11 23:42:26 2002 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-rc1 </small></address>
|
||||
|
@ -1,12 +1,12 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
|
||||
<title>/home/James/ZEngine-dev/include/external/physfsrwops.h Source File</title>
|
||||
<title>include/external/physfsrwops.h Source File</title>
|
||||
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
||||
</head><body>
|
||||
<!-- Generated by Doxygen 1.3-rc1 -->
|
||||
<center>
|
||||
<a class="qindex" href="index.html">Main Page</a> <a class="qindex" href="namespaces.html">Namespace List</a> <a class="qindex" href="hierarchy.html">Class Hierarchy</a> <a class="qindex" href="annotated.html">Compound List</a> <a class="qindex" href="files.html">File List</a> <a class="qindex" href="namespacemembers.html">Namespace Members</a> <a class="qindex" href="functions.html">Compound Members</a> <a class="qindex" href="globals.html">File Members</a> </center>
|
||||
<hr><h1>/home/James/ZEngine-dev/include/external/physfsrwops.h</h1><div class="fragment"><pre>00001 <span class="comment">/*</span>
|
||||
<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>
|
||||
00004 <span class="comment"> *</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 Wed Dec 4 19:16:09 2002 for ZEngine by
|
||||
</pre></div><hr><address style="align: right;"><small>Generated on Wed Dec 11 23:42:26 2002 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-rc1 </small></address>
|
||||
|
Loading…
Reference in New Issue
Block a user