Engauge Digitizer
2
Main Page
Classes
Files
File List
File Members
Transformation
TransformationStateAbstractBase.cpp
1
#include "TransformationStateAbstractBase.h"
2
#include "TransformationStateContext.h"
3
4
TransformationStateAbstractBase::TransformationStateAbstractBase
(
TransformationStateContext
&context) :
5
m_context (context)
6
{
7
}
8
9
TransformationStateAbstractBase::~TransformationStateAbstractBase()
10
{
11
}
12
13
TransformationStateContext
&
TransformationStateAbstractBase::context
()
14
{
15
return
m_context;
16
}
TransformationStateContext
Context class for transformation state machine.
Definition:
TransformationStateContext.h:15
TransformationStateAbstractBase::context
TransformationStateContext & context()
Reference to the TransformationStateContext that contains all the TransformationStateAbstractBase sub...
Definition:
TransformationStateAbstractBase.cpp:13
TransformationStateAbstractBase::TransformationStateAbstractBase
TransformationStateAbstractBase(TransformationStateContext &context)
Single constructor.
Definition:
TransformationStateAbstractBase.cpp:4
Generated on Sun Oct 4 2015 13:58:12 for Engauge Digitizer by
1.8.9.1