General information:Author: Version: Date: Thu Oct 21 14:52:56 MET 1999 |
Header files: |
Code files: |
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: NONE |
Declaration:
Library()
Description:
contructor & destructor
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: NONE |
Declaration:
~Library()
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: G_BOOL |
Declaration:
G_BOOL FileOpen()
Description:
public memberfunction
scope: public | purpose: normal | inline?: yes | function property: standard | type: basic | typename: void |
Declaration:
void SetFilename(char*)
Description:
inline get and set functions
scope: public | purpose: normal | inline?: yes | function property: standard | type: basic | typename: void |
Declaration:
void SetFontsname(char*)
Description:
scope: public | purpose: normal | inline?: yes | function property: standard | type: basic | typename: char * |
Declaration:
char *GetFilename()
Description:
scope: public | purpose: normal | inline?: yes | function property: standard | type: basic | typename: char * |
Declaration:
char *GetFontsname()
Description:
scope: public | purpose: normal | inline?: yes | function property: standard | type: basic | typename: void |
Declaration:
void SetVersion(int nr)
Description:
scope: public | purpose: normal | inline?: yes | function property: standard | type: basic | typename: int |
Declaration:
int GetVersion()
Description:
scope: public | purpose: normal | inline?: yes | function property: standard | type: basic | typename: Units* |
Declaration:
Units* GetUnits()
Description:
scope: public | purpose: normal | inline?: yes | function property: standard | type: basic | typename: void |
Declaration:
void SetUnits(Units*)
Description:
scope: public | purpose: normal | inline?: yes | function property: standard | type: basic | typename: char* |
Declaration:
char* GetLibraryName()
Description:
scope: public | purpose: normal | inline?: yes | function property: standard | type: basic | typename: void |
Declaration:
void SetLibraryName(char*)
Description:
scope: public | purpose: normal | inline?: no | function property: standard | type: basic | typename: Library& |
Declaration:
Library& operator=(Library&)
Description:
assignment operator
scope: protected | type: basic | typename: DATETIME |
Declaration:
DATETIME _modified
Description:
scope: protected | type: basic | typename: DATETIME |
Declaration:
DATETIME _accessed
Description:
scope: protected | type: basic | typename: G_BOOL |
Declaration:
G_BOOL _fileopened
Description:
scope: protected | type: basic | typename: int |
Declaration:
int _filehandle
Description:
scope: protected | type: basic | typename: int |
Declaration:
int _version
Description:
scope: protected | type: basic | typename: char* |
Declaration:
char* _filename
Description:
scope: protected | type: basic | typename: char* |
Declaration:
char* _fontsname
Description:
scope: protected | type: basic | typename: char |
Declaration:
char _libraryname[100]
Description:
scope: protected | type: basic | typename: Units* |
Declaration:
Units* _units
Description: