Engauge Digitizer  2
TransformationStateAbstractBase.cpp
1 #include "TransformationStateAbstractBase.h"
2 #include "TransformationStateContext.h"
3 
5  m_context (context)
6 {
7 }
8 
9 TransformationStateAbstractBase::~TransformationStateAbstractBase()
10 {
11 }
12 
14 {
15  return m_context;
16 }
Context class for transformation state machine.
TransformationStateContext & context()
Reference to the TransformationStateContext that contains all the TransformationStateAbstractBase sub...
TransformationStateAbstractBase(TransformationStateContext &context)
Single constructor.