#include <glwx.h>
Public Member Functions | |
GUIEvent (GUIRectangle *element) | |
GUIEvent (const GUIEvent ©) | |
GUIEvent & | operator= (const GUIEvent ©) |
GUIRectangle * | getEventSource () |
const std::string & | getCallbackString () |
void | setConsumed (bool) |
bool | isConsumed () |
Private Attributes | |
GUIRectangle * | eventSource |
std::string | callbackString |
bool | consumed |
Definition at line 252 of file glwx.h.
GUIEvent::GUIEvent | ( | GUIRectangle * | element | ) |
Definition at line 3 of file GUIEvent.cpp.
References callbackString, consumed, eventSource, and GUIRectangle::getCallbackString().
GUIEvent::GUIEvent | ( | const GUIEvent & | copy | ) |
Definition at line 15 of file GUIEvent.cpp.
References callbackString, consumed, and eventSource.
Referenced by GUIEvent().
GUIRectangle * GUIEvent::getEventSource | ( | ) |
Definition at line 35 of file GUIEvent.cpp.
References eventSource.
Referenced by GUITabbedPanel::actionPerformed(), GUIComboBox::actionPerformed(), and DemoEventHandler::actionPerformed().
const std::string & GUIEvent::getCallbackString | ( | ) |
Definition at line 36 of file GUIEvent.cpp.
References callbackString.
Referenced by GUITabbedPanel::actionPerformed(), GUIComboBox::actionPerformed(), and DemoEventHandler::actionPerformed().
void GUIEvent::setConsumed | ( | bool | consumedArg | ) |
bool GUIEvent::isConsumed | ( | ) |
GUIRectangle* GUIEvent::eventSource [private] |
std::string GUIEvent::callbackString [private] |
Definition at line 267 of file glwx.h.
Referenced by getCallbackString(), GUIEvent(), and operator=().
bool GUIEvent::consumed [private] |
Definition at line 268 of file glwx.h.
Referenced by GUIEvent(), isConsumed(), operator=(), and setConsumed().