GUIEvent Class Reference

#include <glwx.h>

Collaboration diagram for GUIEvent:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 GUIEvent (GUIRectangle *element)
 GUIEvent (const GUIEvent &copy)
GUIEventoperator= (const GUIEvent &copy)
GUIRectanglegetEventSource ()
const std::string & getCallbackString ()
void setConsumed (bool)
bool isConsumed ()

Private Attributes

GUIRectangleeventSource
std::string callbackString
bool consumed


Detailed Description

Definition at line 252 of file glwx.h.


Constructor & Destructor Documentation

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 10 of file GUIEvent.cpp.

References operator=().


Member Function Documentation

GUIEvent & GUIEvent::operator= ( 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  ) 

Definition at line 26 of file GUIEvent.cpp.

References consumed.

bool GUIEvent::isConsumed (  ) 

Definition at line 31 of file GUIEvent.cpp.

References consumed.


Member Data Documentation

GUIRectangle* GUIEvent::eventSource [private]

Definition at line 266 of file glwx.h.

Referenced by getEventSource(), GUIEvent(), and operator=().

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


The documentation for this class was generated from the following files:
Generated on Wed Dec 5 20:32:03 2007 for GLWX by  doxygen 1.5.3