Engauge Digitizer 2
Loading...
Searching...
No Matches
Public Member Functions | List of all members
TransformationStateDefined Class Reference

Class to show transformation since transformation is defined. More...

#include <TransformationStateDefined.h>

Inheritance diagram for TransformationStateDefined:
TransformationStateAbstractBase

Public Member Functions

 TransformationStateDefined (TransformationStateContext &context, QGraphicsScene &scene)
 Single constructor.
 
virtual void begin (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.
 
- Public Member Functions inherited from TransformationStateAbstractBase
 TransformationStateAbstractBase (TransformationStateContext &context)
 Single constructor.
 

Additional Inherited Members

- Protected Member Functions inherited from TransformationStateAbstractBase
TransformationStateContextcontext ()
 Reference to the TransformationStateContext that contains all the TransformationStateAbstractBase subclasses, without const.
 

Detailed Description

Class to show transformation since transformation is defined.

Definition at line 18 of file TransformationStateDefined.h.

Constructor & Destructor Documentation

◆ TransformationStateDefined()

TransformationStateDefined::TransformationStateDefined ( TransformationStateContext context,
QGraphicsScene &  scene 
)

Single constructor.

Definition at line 24 of file TransformationStateDefined.cpp.

Member Function Documentation

◆ begin()

void TransformationStateDefined::begin ( CmdMediator cmdMediator,
const Transformation transformation,
const QString &  selectedGraphCurve 
)
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.

◆ end()

void TransformationStateDefined::end ( CmdMediator cmdMediator,
const Transformation transformation 
)
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 53 of file TransformationStateDefined.cpp.

◆ updateAxesChecker()

void TransformationStateDefined::updateAxesChecker ( CmdMediator cmdMediator,
const Transformation transformation 
)
virtual

Apply the new DocumentModelAxesChecker.

Implements TransformationStateAbstractBase.

Definition at line 118 of file TransformationStateDefined.cpp.


The documentation for this class was generated from the following files: