|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NLGEORGES::UFormLoader Class ReferenceGeorges form loader interface.
More...
#include <u_form_loader.h>
Inheritance diagram for NLGEORGES::UFormLoader:
List of all members.
Detailed Description
Georges form loader interface.
-
Author:
-
Cyril 'Hulud' Corvazier , Nevrax France
-
Date:
-
2002
Definition at line 46 of file u_form_loader.h.
Member Function Documentation
UFormLoader * NLGEORGES::UFormLoader::createLoader |
( |
|
) |
[static] |
|
virtual UForm* NLGEORGES::UFormLoader::loadForm |
( |
const char * |
filename |
) |
[pure virtual] |
|
|
Load a form, use NMISC::CPath to find the file.
The pointer on the form must be held in a CSmartPtr<UForm>. Returns NULL if the form can't be loaded.
Implemented in NLGEORGES::CFormLoader.
Referenced by loadForm. |
virtual UFormDfn* NLGEORGES::UFormLoader::loadFormDfn |
( |
const char * |
filename |
) |
[pure virtual] |
|
|
Load a DFN, use NMISC::CPath to find the file.
The pointer on the form must be held in a CSmartPtr<UFormDfn>. Returns NULL if the DFN can't be loaded.
Implemented in NLGEORGES::CFormLoader. |
virtual UType* NLGEORGES::UFormLoader::loadFormType |
( |
const char * |
filename |
) |
[pure virtual] |
|
|
Load a type, use NMISC::CPath to find the file.
The pointer on the form must be held in a CSmartPtr<UType>. Returns NULL if the type can't be loaded.
Implemented in NLGEORGES::CFormLoader. |
void NLGEORGES::UFormLoader::releaseLoader |
( |
UFormLoader * |
loader |
) |
[static] |
|
The documentation for this class was generated from the following files:
|
|