|
Engauge Digitizer
2
|
Class to show transformation since transformation is defined. More...
#include <TransformationStateDefined.h>


Public Member Functions | |
| TransformationStateDefined (TransformationStateContext &context, QGraphicsScene &scene) | |
| Single constructor. More... | |
| 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. More... | |
| 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. More... | |
| virtual void | updateAxesChecker (CmdMediator &cmdMediator, const Transformation &transformation) |
| Apply the new DocumentModelAxesChecker. More... | |
Public Member Functions inherited from TransformationStateAbstractBase | |
| TransformationStateAbstractBase (TransformationStateContext &context) | |
| Single constructor. More... | |
| virtual | ~TransformationStateAbstractBase () |
Additional Inherited Members | |
Protected Member Functions inherited from TransformationStateAbstractBase | |
| TransformationStateContext & | context () |
| Reference to the TransformationStateContext that contains all the TransformationStateAbstractBase subclasses, without const. More... | |
Class to show transformation since transformation is defined.
Definition at line 18 of file TransformationStateDefined.h.
| TransformationStateDefined::TransformationStateDefined | ( | TransformationStateContext & | context, |
| QGraphicsScene & | scene | ||
| ) |
Single constructor.
Definition at line 24 of file TransformationStateDefined.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 34 of file TransformationStateDefined.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 63 of file TransformationStateDefined.cpp.
|
virtual |
Apply the new DocumentModelAxesChecker.
Implements TransformationStateAbstractBase.
Definition at line 136 of file TransformationStateDefined.cpp.
1.8.14