|
| | mitkClassMacro (AffineBaseDataInteractor3D, DataInteractor) |
| |
| Pointer | Clone () const |
| |
| void | SetDataNode (DataNode *node) override |
| |
| void | TranslateGeometry (mitk::Vector3D translate, mitk::BaseGeometry *geometry) |
| |
| void | RotateGeometry (mitk::ScalarType angle, int rotationaxis, mitk::BaseGeometry *geometry) |
| |
| void | ScaleGeometry (mitk::Point3D newScale, mitk::BaseGeometry *geometry) |
| |
| mitk::BaseGeometry * | GetUpdatedTimeGeometry (mitk::InteractionEvent *interactionEvent) |
| |
| | mitkClassMacro (DataInteractor, EventStateMachine) |
| |
| Pointer | Clone () const |
| |
| DataNode * | GetDataNode () const |
| |
| int | GetLayer () const |
| |
| ProcessEventMode | GetMode () const |
| |
| virtual std::vector< std::string > | GetClassHierarchy () const override |
| |
| virtual const char * | GetClassName () const |
| |
| bool | LoadStateMachine (const std::string &filename, const us::Module *module=nullptr) |
| | Loads XML resource. More...
|
| |
| bool | HandleEvent (InteractionEvent *event, DataNode *dataNode) |
| |
| void | EnableUndo (bool enable) |
| | Enables or disabled Undo. More...
|
| |
| void | EnableInteraction (bool enable) |
| | Enables/disables the state machine. In un-enabled state it won't react to any events. More...
|
| |
Public Member Functions inherited from mitk::InteractionEventHandler |
| bool | SetEventConfig (const std::string &filename, const us::Module *module=nullptr) |
| | Loads a configuration from an XML resource. More...
|
| |
| bool | SetEventConfig (const EventConfig &config) |
| | Loads a configuration from an EventConfig object. More...
|
| |
| EventConfig | GetEventConfig () const |
| | Returns the current configuration. More...
|
| |
| bool | AddEventConfig (const std::string &filename, const us::Module *module=nullptr) |
| | This method extends the configuration. More...
|
| |
| bool | AddEventConfig (const EventConfig &config) |
| | This method extends the configuration. The configuration from the EventConfig object is loaded and only the ones conflicting are replaced by the new one. This way several configurations can be combined. More...
|
| |
|
| | AffineBaseDataInteractor3D () |
| |
| | ~AffineBaseDataInteractor3D () override |
| |
| void | ConnectActionsAndFunctions () override |
| |
| void | DataNodeChanged () override |
| |
| virtual bool | CheckOverObject (const InteractionEvent *) |
| |
| virtual void | SelectObject (StateMachineAction *, InteractionEvent *) |
| |
| virtual void | DeselectObject (StateMachineAction *, InteractionEvent *) |
| |
| virtual void | InitTranslate (StateMachineAction *, InteractionEvent *) |
| |
| virtual void | InitRotate (StateMachineAction *, InteractionEvent *) |
| |
| virtual void | TranslateObject (StateMachineAction *, InteractionEvent *) |
| |
| virtual void | RotateObject (StateMachineAction *, InteractionEvent *) |
| |
| virtual void | ScaleObject (StateMachineAction *, InteractionEvent *) |
| |
| virtual void | TranslateUpKey (StateMachineAction *, InteractionEvent *interactionEvent) |
| |
| virtual void | TranslateDownKey (StateMachineAction *, InteractionEvent *interactionEvent) |
| |
| virtual void | TranslateLeftKey (StateMachineAction *, InteractionEvent *interactionEvent) |
| |
| virtual void | TranslateRightKey (StateMachineAction *, InteractionEvent *interactionEvent) |
| |
| virtual void | TranslateUpModifierKey (StateMachineAction *, InteractionEvent *interactionEvent) |
| |
| virtual void | TranslateDownModifierKey (StateMachineAction *, InteractionEvent *interactionEvent) |
| |
| virtual void | RotateUpKey (StateMachineAction *, InteractionEvent *interactionEvent) |
| |
| virtual void | RotateDownKey (StateMachineAction *, InteractionEvent *interactionEvent) |
| |
| virtual void | RotateLeftKey (StateMachineAction *, InteractionEvent *interactionEvent) |
| |
| virtual void | RotateRightKey (StateMachineAction *, InteractionEvent *interactionEvent) |
| |
| virtual void | RotateUpModifierKey (StateMachineAction *, InteractionEvent *interactionEvent) |
| |
| virtual void | RotateDownModifierKey (StateMachineAction *, InteractionEvent *interactionEvent) |
| |
| virtual void | ScaleDownKey (mitk::StateMachineAction *, mitk::InteractionEvent *interactionEvent) |
| |
| virtual void | ScaleUpKey (mitk::StateMachineAction *, mitk::InteractionEvent *interactionEvent) |
| |
| virtual void | RestoreNodeProperties () |
| |
| bool | InitMembers (InteractionEvent *interactionEvent) |
| | InitMembers convenience method to avoid code duplication between InitRotate() and InitTranslate(). More...
|
| |
| | DataInteractor () |
| |
| | ~DataInteractor () override |
| |
| virtual void | NotifyStart () |
| | Sends StartInteraction event via the mitk::DataNode. More...
|
| |
| virtual void | NotifyResultReady () |
| | NotifyResultReady Sends ResultReady event via the mitk::DataNode. More...
|
| |
| | EventStateMachine () |
| |
| | ~EventStateMachine () override |
| |
| void | AddActionFunction (const std::string &action, TActionFunctor *functor) |
| |
| void | AddActionFunction (const std::string &action, const ActionFunctionDelegate &delegate) |
| |
| void | AddConditionFunction (const std::string &condition, const ConditionFunctionDelegate &delegate) |
| |
| StateMachineState * | GetCurrentState () const |
| |
| void | ResetToStartState () |
| | ResetToStartState Reset state machine to it initial starting state. More...
|
| |
| virtual bool | CheckCondition (const StateMachineCondition &condition, const InteractionEvent *interactionEvent) |
| |
| virtual void | ExecuteAction (StateMachineAction *action, InteractionEvent *interactionEvent) |
| |
| virtual bool | FilterEvents (InteractionEvent *interactionEvent, DataNode *dataNode) |
| |
| void | SetMouseCursor (const char *xpm[], int hotspotX, int hotspotY) |
| | Sets the specified mouse cursor. More...
|
| |
| void | ResetMouseCursor () |
| | Resets the mouse cursor to its original state. More...
|
| |
| StateMachineTransition * | GetExecutableTransition (InteractionEvent *event) |
| | Returns the executable transition for the given event. More...
|
| |
Protected Member Functions inherited from mitk::InteractionEventHandler |
| | InteractionEventHandler () |
| |
| | ~InteractionEventHandler () override |
| |
| PropertyList::Pointer | GetAttributes () const |
| |
| std::string | MapToEventVariant (InteractionEvent *interactionEvent) |
| |
| virtual void | ConfigurationChanged () |
| |
Affine interaction with mitk::BaseGeometry.
Definition at line 36 of file mitkAffineBaseDataInteractor3D.h.