Engauge Digitizer 2
|
Class to not show transformation since transformation is undefined. More...
#include <TransformationStateUndefined.h>
Public Member Functions | |
TransformationStateUndefined (TransformationStateContext &context, QGraphicsScene &scene) | |
Single constructor. | |
virtual void | begin (bool isGnuplot, CmdMediator &cmdMediator, const Transformation &transformation, const QString &selectedGraphCurve) |
Method that is called at the exact moment a state is entered. Typically called just after end for the previous state. | |
virtual void | end (CmdMediator &cmdMediator, const Transformation &transformation) |
Method that is called at the exact moment a state is exited. Typically called just before begin for the next state. | |
virtual void | updateAxesChecker (CmdMediator &cmdMediator, const Transformation &transformation) |
Apply the new DocumentModelAxesChecker. | |
![]() | |
TransformationStateAbstractBase (TransformationStateContext &context) | |
Single constructor. | |
virtual | ~TransformationStateAbstractBase () |
Additional Inherited Members | |
![]() | |
TransformationStateContext & | context () |
Reference to the TransformationStateContext that contains all the TransformationStateAbstractBase subclasses, without const. | |
Class to not show transformation since transformation is undefined.
Definition at line 13 of file TransformationStateUndefined.h.
TransformationStateUndefined::TransformationStateUndefined | ( | TransformationStateContext & | context, |
QGraphicsScene & | scene ) |
Single constructor.
Definition at line 15 of file TransformationStateUndefined.cpp.
|
virtual |
Method that is called at the exact moment a state is entered. Typically called just after end for the previous state.
Implements TransformationStateAbstractBase.
Definition at line 21 of file TransformationStateUndefined.cpp.
|
virtual |
Method that is called at the exact moment a state is exited. Typically called just before begin for the next state.
Implements TransformationStateAbstractBase.
Definition at line 29 of file TransformationStateUndefined.cpp.
|
virtual |
Apply the new DocumentModelAxesChecker.
Implements TransformationStateAbstractBase.
Definition at line 35 of file TransformationStateUndefined.cpp.