#include <W3DFunctionLexicon.h>
Inherits FunctionLexicon.
Additional Inherited Members | |
Public Types inherited from FunctionLexicon | |
| enum | TableIndex { TABLE_ANY = -1 , TABLE_GAME_WIN_SYSTEM = 0 , TABLE_GAME_WIN_INPUT , TABLE_GAME_WIN_TOOLTIP , TABLE_GAME_WIN_DEVICEDRAW , TABLE_GAME_WIN_DRAW , TABLE_WIN_LAYOUT_INIT , TABLE_WIN_LAYOUT_DEVICEINIT , TABLE_WIN_LAYOUT_UPDATE , TABLE_WIN_LAYOUT_SHUTDOWN , MAX_FUNCTION_TABLES } |
Protected Member Functions inherited from FunctionLexicon | |
| void | loadTable (TableEntry *table, TableIndex tableIndex) |
| load a lookup table with run time values needed and save in table list | |
| void * | findFunction (NameKeyType key, TableIndex index) |
| void * | keyToFunc (NameKeyType key, TableEntry *table) |
| internal searching | |
Protected Attributes inherited from FunctionLexicon | |
| TableEntry * | m_tables [MAX_FUNCTION_TABLES] |
| the lookup tables | |
Protected Attributes inherited from SubsystemInterface | |
| AsciiString | m_name |
The function lexicon that can also contain w3d device methods
Definition at line 40 of file W3DFunctionLexicon.h.
| W3DFunctionLexicon::W3DFunctionLexicon | ( | void | ) |
Definition at line 118 of file W3DFunctionLexicon.cpp.
|
virtual |
Definition at line 125 of file W3DFunctionLexicon.cpp.
|
virtual |
Initialize the function table specific for our implementations of the w3d device
Reimplemented from FunctionLexicon.
Definition at line 134 of file W3DFunctionLexicon.cpp.
|
virtual |
|
virtual |