|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NLGEORGES::CLoader Class Reference#include <georges_loader.h>
List of all members.
Public Methods |
| CLoader () |
virtual | ~CLoader () |
void | LoadForm (CForm &_f, const CStringEx &_sxfullname) |
void | LoadForm (CForm &_f, const CStringEx &_sxfullname, const CStringEx &_sxdate) |
void | LoadSearchForm (CForm &_f, const CStringEx &_sxfilename) |
void | LoadSearchForm (CForm &_f, const CStringEx &_sxfilename, const CStringEx &_sxdate) |
void | SaveForm (CForm &_f, const CStringEx &_sxfullename) |
CMoldElt * | LoadMold (const CStringEx &_sxfilename) |
CMoldElt * | LoadMold (const CStringEx &_sxfilename, const CStringEx &_sxdate) |
CStringEx | WhereIsDfnTyp (const CStringEx &_sxfilename) |
CStringEx | WhereIsForm (const CStringEx &_sxfilename) |
CStringEx | GetWorkDirectory () const |
CStringEx | GetRootDirectory () const |
void | SetWorkDirectory (const CStringEx &_sxworkdirectory) |
void | SetRootDirectory (const CStringEx &_sxrootdirectory) |
void | SetTypPredef (const CStringEx &_sxfilename, const std::vector< CStringEx > &_pvsx) |
void | MakeDfn (const CStringEx &_sxfullname, const std::vector< std::pair< CStringEx, CStringEx > > *const _pvdefine=0) |
void | MakeTyp (const CStringEx &_sxfullname, const CStringEx &_sxtype, const CStringEx &_sxformula, const CStringEx &_sxenum, const CStringEx &_sxlow, const CStringEx &_sxhigh, const CStringEx &_sxdefault, const std::vector< std::pair< CStringEx, CStringEx > > *const _pvpredef=0, const std::vector< std::pair< CStringEx, CStringEx > > *const _pvparent=0) |
Protected Methods |
CStringEx | WhereIs (const CStringEx &_sxdirectory, const CStringEx &_sxfilename) |
Protected Attributes |
CFormLoader | fl |
CMoldLoader | ml |
CStringEx | sxworkdirectory |
CStringEx | sxrootdirectory |
Static Private Attributes |
bool | _Initialized = false |
Constructor & Destructor Documentation
NLGEORGES::CLoader::CLoader |
( |
|
) |
|
|
NLGEORGES::CLoader::~CLoader |
( |
|
) |
[virtual] |
|
Member Function Documentation
CStringEx NLGEORGES::CLoader::GetRootDirectory |
( |
|
) |
const |
|
CStringEx NLGEORGES::CLoader::GetWorkDirectory |
( |
|
) |
const |
|
void NLGEORGES::CLoader::LoadForm |
( |
CForm & |
_f, |
|
|
const CStringEx & |
_sxfullname |
|
) |
|
|
void NLGEORGES::CLoader::LoadSearchForm |
( |
CForm & |
_f, |
|
|
const CStringEx & |
_sxfilename |
|
) |
|
|
void NLGEORGES::CLoader::MakeDfn |
( |
const CStringEx & |
_sxfullname, |
|
|
const std::vector< std::pair< CStringEx, CStringEx > > *const |
_pvdefine = 0 |
|
) |
|
|
void NLGEORGES::CLoader::MakeTyp |
( |
const CStringEx & |
_sxfullname, |
|
|
const CStringEx & |
_sxtype, |
|
|
const CStringEx & |
_sxformula, |
|
|
const CStringEx & |
_sxenum, |
|
|
const CStringEx & |
_sxlow, |
|
|
const CStringEx & |
_sxhigh, |
|
|
const CStringEx & |
_sxdefault, |
|
|
const std::vector< std::pair< CStringEx, CStringEx > > *const |
_pvpredef = 0, |
|
|
const std::vector< std::pair< CStringEx, CStringEx > > *const |
_pvparent = 0 |
|
) |
|
|
void NLGEORGES::CLoader::SaveForm |
( |
CForm & |
_f, |
|
|
const CStringEx & |
_sxfullename |
|
) |
|
|
void NLGEORGES::CLoader::SetRootDirectory |
( |
const CStringEx & |
_sxrootdirectory |
) |
|
|
void NLGEORGES::CLoader::SetTypPredef |
( |
const CStringEx & |
_sxfilename, |
|
|
const std::vector< CStringEx > & |
_pvsx |
|
) |
|
|
void NLGEORGES::CLoader::SetWorkDirectory |
( |
const CStringEx & |
_sxworkdirectory |
) |
|
|
Member Data Documentation
bool NLGEORGES::CLoader::_Initialized = false [static, private]
|
|
CStringEx NLGEORGES::CLoader::sxrootdirectory [protected]
|
|
CStringEx NLGEORGES::CLoader::sxworkdirectory [protected]
|
|
The documentation for this class was generated from the following files:
|
|