MeVisLab Toolbox Reference
|
BaseEvent is the base class for all events emitted from EventSourceBase. More...
#include <mlEventSource.h>
Public Member Functions | |
BaseEvent () | |
virtual | ~BaseEvent () |
EventSource * | source () const |
get the Base object emitting this event | |
Friends | |
class | EventSource |
Macro for the declaration of the runtime type system methods, defined in mlRuntimeSubClass.h. | |
BaseEvent is the base class for all events emitted from EventSourceBase.
It stores the Base object from which the event was emitted.
Definition at line 85 of file mlEventSource.h.
|
inline |
Definition at line 88 of file mlEventSource.h.
|
inlinevirtual |
Definition at line 89 of file mlEventSource.h.
|
inline |
get the Base object emitting this event
Definition at line 92 of file mlEventSource.h.
|
friend |
Macro for the declaration of the runtime type system methods, defined in mlRuntimeSubClass.h.
Definition at line 99 of file mlEventSource.h.