DOSBox-X
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
Public Member Functions
GUI::ActionEventSource_Callback Struct Reference

Callback for action events. More...

#include <gui_tk.h>

Inheritance diagram for GUI::ActionEventSource_Callback:
GUI::Frame GUI::Menubar GUI::ToplevelWindow PropertyEditor AutoexecEditor ConfigurationWindow GUI::MessageBox2 SaveDialog SaveLangDialog SectionEditor SetCycles SetLocalSize SetVsyncrate PropertyEditorBool PropertyEditorFloat PropertyEditorHex PropertyEditorInt PropertyEditorString

List of all members.

Public Member Functions

virtual void actionExecuted (ActionEventSource *source, const String &arg)=0
 Handler with optional String argument.

Detailed Description

Callback for action events.

Definition at line 1470 of file gui_tk.h.


Member Function Documentation

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().


The documentation for this struct was generated from the following file: