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 *) |
Public Attributes | |
SymbolMap | settings |
SymbolMap | variables |
SymbolMap | cursors |
SymbolMap | locations |
SymbolMap | rects |
ConstantList | constants |
NameList | variableList |
NameList | locationList |