|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NLGEORGES::CFormLoader Class ReferenceGeorges form loader implementation.
More...
#include <form_loader.h>
Inheritance diagram for NLGEORGES::CFormLoader:
List of all members.
Public Methods |
UForm * | loadForm (const char *filename) |
| Load a form, use NMISC::CPath to find the file. More...
|
UFormDfn * | loadFormDfn (const char *filename) |
| Load a DFN, use NMISC::CPath to find the file. More...
|
UType * | loadFormType (const char *filename) |
| Load a type, use NMISC::CPath to find the file. More...
|
CType * | loadType (const char *filename) |
CFormDfn * | loadFormDfn (const char *filename, bool forceLoad) |
Private Types |
typedef std::map< std::string,
NLMISC::CRefPtr< CType > > | TTypeMap |
typedef std::map< std::string,
NLMISC::CRefPtr< CFormDfn > > | TFormDfnMap |
typedef std::map< std::string,
NLMISC::CRefPtr< CForm > > | TFormMap |
Private Methods |
virtual void | warning (bool exception, const char *function, const char *format,...) const |
Private Attributes |
TTypeMap | _MapType |
TFormDfnMap | _MapFormDfn |
TFormMap | _MapForm |
Detailed Description
Georges form loader implementation.
-
Author:
-
Cyril 'Hulud' Corvazier , Nevrax France
-
Date:
-
2002
Definition at line 49 of file form_loader.h.
Member Typedef Documentation
Member Function Documentation
UForm * NLGEORGES::CFormLoader::loadForm |
( |
const char * |
filename |
) |
[virtual] |
|
CFormDfn * NLGEORGES::CFormLoader::loadFormDfn |
( |
const char * |
filename, |
|
|
bool |
forceLoad |
|
) |
|
|
UFormDfn * NLGEORGES::CFormLoader::loadFormDfn |
( |
const char * |
filename |
) |
[virtual] |
|
UType * NLGEORGES::CFormLoader::loadFormType |
( |
const char * |
filename |
) |
[virtual] |
|
CType * NLGEORGES::CFormLoader::loadType |
( |
const char * |
filename |
) |
|
|
void NLGEORGES::CFormLoader::warning |
( |
bool |
exception, |
|
|
const char * |
function, |
|
|
const char * |
format, |
|
|
... |
|
|
) |
const [private, virtual] |
|
Member Data Documentation
TFormMap NLGEORGES::CFormLoader::_MapForm [private]
|
|
TFormDfnMap NLGEORGES::CFormLoader::_MapFormDfn [private]
|
|
TTypeMap NLGEORGES::CFormLoader::_MapType [private]
|
|
The documentation for this class was generated from the following files:
|
|