Public Member Functions | |
| Symbol * | constant (int t, int d, const char *s) |
| Symbol * | lookupVariable (Common::String *n) |
| Symbol * | lookupLocation (Common::String *n) |
| Symbol * | lookupRect (Common::String *n) |
| Symbol * | lookupName (const char *n) |
| void | installAll (const char *n) |
| void | defineSymbol (const char *, Common::Rect *) |
| char * | string (const char *in) |
Public Attributes | |
| SymbolMap | settings |
| SymbolMap | variables |
| SymbolMap | cursors |
| SymbolMap | locations |
| SymbolMap | rects |
| SymbolList | constants |
| SymbolList | names |
| NameList | variableList |
| NameList | locationList |
| StringMap | strings |