Callback for action events. More...
#include <gui_tk.h>
Public Member Functions | |
virtual void | actionExecuted (ActionEventSource *source, const String &arg)=0 |
Handler with optional String argument. |
virtual void GUI::ActionEventSource_Callback::actionExecuted | ( | ActionEventSource * | source, |
const String & | arg | ||
) | [pure virtual] |
Handler with optional String argument.
If the event source doesn't provide an additional argument, the name will be used.
Implemented in GUI::Frame, GUI::Menubar, GUI::ToplevelWindow, ConfigurationWindow, SetLocalSize, SetVsyncrate, SetCycles, SaveLangDialog, SaveDialog, AutoexecEditor, SectionEditor, and PropertyEditor.
Referenced by GUI::Menubar::actionExecuted(), and GUI::ActionEventSource::executeAction().