From 0e65cbda2da99332bff41305d8f1156bc222c9e5 Mon Sep 17 00:00:00 2001 From: James Turk Date: Sun, 1 Dec 2002 08:02:50 +0000 Subject: [PATCH] -doc- --- doc/html/SDLGL__Util_8h-source.html | 26 ++++++++++ doc/html/ZE__Macros_8h-source.html | 47 +++++++++++++++++++ doc/html/ZE__Macros_8h.html | 30 ++++++++++++ ..._1ZConfigFile_1_1ZCF__Section-members.html | 17 +++++++ ...lassZE_1_1ZConfigFile_1_1ZCF__Section.html | 29 ++++++++++++ ...1ZConfigFile_1_1ZCF__Variable-members.html | 17 +++++++ ...assZE_1_1ZConfigFile_1_1ZCF__Variable.html | 29 ++++++++++++ 7 files changed, 195 insertions(+) create mode 100755 doc/html/SDLGL__Util_8h-source.html create mode 100755 doc/html/ZE__Macros_8h-source.html create mode 100755 doc/html/ZE__Macros_8h.html create mode 100755 doc/html/classZE_1_1ZConfigFile_1_1ZCF__Section-members.html create mode 100755 doc/html/classZE_1_1ZConfigFile_1_1ZCF__Section.html create mode 100755 doc/html/classZE_1_1ZConfigFile_1_1ZCF__Variable-members.html create mode 100755 doc/html/classZE_1_1ZConfigFile_1_1ZCF__Variable.html diff --git a/doc/html/SDLGL__Util_8h-source.html b/doc/html/SDLGL__Util_8h-source.html new file mode 100755 index 0000000..2ac07e1 --- /dev/null +++ b/doc/html/SDLGL__Util_8h-source.html @@ -0,0 +1,26 @@ + + +/include/external/SDLGL_Util.h Source File + + + +
+Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  
+

/include/external/SDLGL_Util.h

00001 /*This code comes from testgl.c which is part of the SDL source distribution.
+00002     Available at http://libsdl.org/
+00003 */
+00004 #ifndef __sdlgl_h__
+00005 #define __sdlgl_h__
+00006 
+00007 #include "ZE_Includes.h"
+00008 
+00009 int power_of_two(int input);
+00010 GLuint SDL_GL_LoadTexture(SDL_Surface *surface, GLfloat *texcoord);
+00011 
+00012 #endif //__sdlgl_h__
+

Generated on Sun Dec 1 02:44:14 2002 for ZEngine by + +doxygen1.2.18
+ + diff --git a/doc/html/ZE__Macros_8h-source.html b/doc/html/ZE__Macros_8h-source.html new file mode 100755 index 0000000..0c57329 --- /dev/null +++ b/doc/html/ZE__Macros_8h-source.html @@ -0,0 +1,47 @@ + + +/include/ZE_Macros.h Source File + + + +
+Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  
+

/include/ZE_Macros.h

Go to the documentation of this file.
00001 /*******************************************************************************
+00002          This file is Part of the ZEngine Library for SDL Game Development.
+00003                       Copyright (C) 2002 ConceptOfZero.net
+00004 
+00005              Licensed under the BSD License, see licensing.txt.
+00006 
+00007     The maintainer of this library is James Turk (jturk@conceptofzero.net) 
+00008          and the home of this Library is http://www.conceptofzero.net/
+00009 *******************************************************************************/
+00010 
+00024 #ifndef __ze_macros_h__
+00025 #define __ze_macros_h__
+00026 
+00027 #include "ZE_Includes.h"
+00028 
+00029 namespace ZE
+00030 {
+00031 
+00032 #define FreeImage(image) if(image){SDL_FreeSurface(image); image = NULL;}
+00033 
+00034 #ifdef USE_SDL_MIXER
+00035 #define FreeSound(sound) if(sound){Mix_FreeChunk(sound); sound = NULL;}
+00036 #define FreeMusic(music) if(music){Mix_FreeMusic(music); music = NULL;}
+00037 #endif
+00038 
+00039 #ifdef USE_SDL_TTF
+00040 #define FreeFont(font) if(font){TTF_CloseFont(font); font = NULL;}
+00041 #endif
+00042 
+00043 
+00044 }
+00045 
+00046 #endif //__ze_macros_h__
+

Generated on Sun Dec 1 02:44:14 2002 for ZEngine by + +doxygen1.2.18
+ + diff --git a/doc/html/ZE__Macros_8h.html b/doc/html/ZE__Macros_8h.html new file mode 100755 index 0000000..98e4e7c --- /dev/null +++ b/doc/html/ZE__Macros_8h.html @@ -0,0 +1,30 @@ + + +ZE_Macros.h File Reference + + + +
+Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  
+

/include/ZE_Macros.h File Reference


Detailed Description

+
File Header:
+File: ZE_Macros.h
+ Description: Header file for ZEngine Macros.
+ Author(s): James Turk
+ $Id: ZE__Macros_8h.html,v 1.1 2002/12/01 08:02:50 cozman Exp $
+
Definition file for ZEngine Macros which are used throughout the engine. +

+#include "ZE_Includes.h"
+ +

+Go to the source code of this file. + + + +

Namespaces

namespace  ZE
+


Generated on Sun Dec 1 02:44:14 2002 for ZEngine by + +doxygen1.2.18
+ + diff --git a/doc/html/classZE_1_1ZConfigFile_1_1ZCF__Section-members.html b/doc/html/classZE_1_1ZConfigFile_1_1ZCF__Section-members.html new file mode 100755 index 0000000..a9dcc56 --- /dev/null +++ b/doc/html/classZE_1_1ZConfigFile_1_1ZCF__Section-members.html @@ -0,0 +1,17 @@ + + +Member List + + + +
+Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  
+

ZE::ZConfigFile::ZCF_Section Member List

This is the complete list of members for ZE::ZConfigFile::ZCF_Section, including all inherited members. + + +
sectionZE::ZConfigFile::ZCF_Section
varListZE::ZConfigFile::ZCF_Section

Generated on Sun Dec 1 02:44:14 2002 for ZEngine by + +doxygen1.2.18
+ + diff --git a/doc/html/classZE_1_1ZConfigFile_1_1ZCF__Section.html b/doc/html/classZE_1_1ZConfigFile_1_1ZCF__Section.html new file mode 100755 index 0000000..6738beb --- /dev/null +++ b/doc/html/classZE_1_1ZConfigFile_1_1ZCF__Section.html @@ -0,0 +1,29 @@ + + +ZE::ZConfigFile::ZCF_Section class Reference + + + +
+Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  
+

ZE::ZConfigFile::ZCF_Section Class Reference

List of all members.

Detailed Description

+ZConfigFile class for mapping a section name to a list of variables in that section. +

+ + + + + + + +

Public Attributes

+string section
 Section name.

+list< ZCF_VariablevarList
 STL list of variables.

+


The documentation for this class was generated from the following file: +
Generated on Sun Dec 1 02:44:14 2002 for ZEngine by + +doxygen1.2.18
+ + diff --git a/doc/html/classZE_1_1ZConfigFile_1_1ZCF__Variable-members.html b/doc/html/classZE_1_1ZConfigFile_1_1ZCF__Variable-members.html new file mode 100755 index 0000000..85539b6 --- /dev/null +++ b/doc/html/classZE_1_1ZConfigFile_1_1ZCF__Variable-members.html @@ -0,0 +1,17 @@ + + +Member List + + + +
+Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  
+

ZE::ZConfigFile::ZCF_Variable Member List

This is the complete list of members for ZE::ZConfigFile::ZCF_Variable, including all inherited members. + + +
valZE::ZConfigFile::ZCF_Variable
varZE::ZConfigFile::ZCF_Variable

Generated on Sun Dec 1 02:44:14 2002 for ZEngine by + +doxygen1.2.18
+ + diff --git a/doc/html/classZE_1_1ZConfigFile_1_1ZCF__Variable.html b/doc/html/classZE_1_1ZConfigFile_1_1ZCF__Variable.html new file mode 100755 index 0000000..4001d38 --- /dev/null +++ b/doc/html/classZE_1_1ZConfigFile_1_1ZCF__Variable.html @@ -0,0 +1,29 @@ + + +ZE::ZConfigFile::ZCF_Variable class Reference + + + +
+Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  
+

ZE::ZConfigFile::ZCF_Variable Class Reference

List of all members.

Detailed Description

+ZConfigFile class for mapping a variable name to it's value, stored in string form (later converted to bool or int if needed). +

+ + + + + + + +

Public Attributes

+string var
 Variable name.

+string val
 Value associated with variable.

+


The documentation for this class was generated from the following file: +
Generated on Sun Dec 1 02:44:14 2002 for ZEngine by + +doxygen1.2.18
+ +