Definition at line 55 of file gui.cpp.
Public Member Functions | |
GuiConfigListener (Gui *g) | |
void | optionChanged (const std::string &name) |
Called when an option changed. | |
Private Attributes | |
Gui * | mGui |
void GuiConfigListener::optionChanged | ( | const std::string & | name | ) | [inline, virtual] |
Called when an option changed.
The config listener will have to be registered to the option name first.
Implements ConfigListener.
Gui* GuiConfigListener::mGui [private] |