Public Member Functions | |
PropertyEditor (Window *parent, int x, int y, Section_prop *section, Property *prop) | |
virtual bool | prepare (std::string &buffer)=0 |
void | actionExecuted (GUI::ActionEventSource *b, const GUI::String &arg) |
Handler with optional String argument. | |
void | paintVisGuideLineBetween (GUI::Drawable &d, const GUI::Window *lm, const GUI::Window *rm, const GUI::Window *pm) const |
Protected Attributes | |
Section_prop * | section |
Property * | prop |
Definition at line 515 of file sdl_gui.cpp.
void PropertyEditor::actionExecuted | ( | GUI::ActionEventSource * | source, |
const GUI::String & | arg | ||
) | [inline, virtual] |
Handler with optional String argument.
If the event source doesn't provide an additional argument, the name will be used.
Implements GUI::ActionEventSource_Callback.
Definition at line 525 of file sdl_gui.cpp.