This class describes a state updater event.
Event types | |
enum | Type { StepSizeChanged, NumberOfStepsChanged, StateUpdaterChanged } |
The type of the state updater event. More... | |
Constructors and destructors | |
SBSStateUpdaterEvent (SBSStateUpdater *sender, Type type) | |
Builds a dynamical event. | |
virtual | ~SBSStateUpdaterEvent () |
Deletes the dynamical event. | |
Identity | |
virtual Category | getCategory () const |
Type | getType () const |
SBSStateUpdater * | getSender () const |
static std::string | getTypeString (Type type) |
Debugging | |
virtual void | print (unsigned int offset=0) const |
Prints debugging information. | |
Identity attributes | |
Type | eventType |
The event type. | |
Additional Inherited Members | |
![]() | |
enum | Category { UndefinedEvent, BaseEvent, DocumentEvent, StructuralEvent, VisualEvent, DynamicalEvent, InteractionEvent, PropertyEvent, StateUpdaterEvent, SimulatorEvent, ControllerEvent, AssetEvent } |
The category of the data graph event. More... | |
![]() | |
SBDDataGraphEvent (SBDDataGraphNode *sender) | |
virtual | ~SBDDataGraphEvent () |
SBDDataGraphNode * | getSender () const |
This function returns the sender of an event. | |
SB_DECLARE_DATA (SBDDataGraphEvent) | |
![]() | |
static std::string | getCategoryString (Category category) |
![]() | |
SBDDataGraphEvent (SBDDataGraphEventData *dataPointer) | |
![]() | |
SBDDataGraphEventData * | dataPointer |