From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- .../doxygen/nel/classNLGEORGES_1_1UFormLoader.html | 282 +++++++++++++++++++++ 1 file changed, 282 insertions(+) create mode 100644 docs/doxygen/nel/classNLGEORGES_1_1UFormLoader.html (limited to 'docs/doxygen/nel/classNLGEORGES_1_1UFormLoader.html') diff --git a/docs/doxygen/nel/classNLGEORGES_1_1UFormLoader.html b/docs/doxygen/nel/classNLGEORGES_1_1UFormLoader.html new file mode 100644 index 00000000..a062b779 --- /dev/null +++ b/docs/doxygen/nel/classNLGEORGES_1_1UFormLoader.html @@ -0,0 +1,282 @@ + + + + nevrax.org : docs + + + + + + + + + + + + + + +
# 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: + + + +
                                                                                                                                                                    +
+ + -- cgit v1.2.1