# Home    # nevrax.com   
Nevrax
Nevrax.org
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
Docs
 
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 Reference

Georges form loader interface. More...

#include <u_form_loader.h>

Inheritance diagram for NLGEORGES::UFormLoader:

NLGEORGES::CFormLoader List of all members.

Public Methods

virtual UFormloadForm (const char *filename)=0
 Load a form, use NMISC::CPath to find the file. More...

virtual UFormDfnloadFormDfn (const char *filename)=0
 Load a DFN, use NMISC::CPath to find the file. More...

virtual UTypeloadFormType (const char *filename)=0
 Load a type, use NMISC::CPath to find the file. More...


Static Public Methods

UFormLoader * createLoader ()
 Create a form loader. More...

void releaseLoader (UFormLoader *loader)
 Create a form loader. More...


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]
 

Create a form loader.

Definition at line 53 of file form_loader.cpp.

Referenced by loadForm.

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]
 

Create a form loader.

Definition at line 60 of file form_loader.cpp.

Referenced by loadForm.


The documentation for this class was generated from the following files: