Engauge Digitizer
2
Loading...
Searching...
No Matches
Transformation
TransformationStateAbstractBase.cpp
Go to the documentation of this file.
1
/******************************************************************************************************
2
* (C) 2014 markummitchell@github.com. This file is part of Engauge Digitizer, which is released *
3
* under GNU General Public License version 2 (GPLv2) or (at your option) any later version. See file *
4
* LICENSE or go to gnu.org/licenses for details. Distribution requires prior written permission. *
5
******************************************************************************************************/
6
7
#include "
TransformationStateAbstractBase.h
"
8
#include "
TransformationStateContext.h
"
9
10
TransformationStateAbstractBase::TransformationStateAbstractBase
(
TransformationStateContext
&context) :
11
m_context (context)
12
{
13
}
14
15
TransformationStateAbstractBase::~TransformationStateAbstractBase
()
16
{
17
}
18
19
TransformationStateContext
&
TransformationStateAbstractBase::context
()
20
{
21
return
m_context;
22
}
TransformationStateAbstractBase.h
TransformationStateContext.h
TransformationStateAbstractBase::~TransformationStateAbstractBase
virtual ~TransformationStateAbstractBase()
Definition
TransformationStateAbstractBase.cpp:15
TransformationStateAbstractBase::context
TransformationStateContext & context()
Reference to the TransformationStateContext that contains all the TransformationStateAbstractBase sub...
Definition
TransformationStateAbstractBase.cpp:19
TransformationStateAbstractBase::TransformationStateAbstractBase
TransformationStateAbstractBase(TransformationStateContext &context)
Single constructor.
Definition
TransformationStateAbstractBase.cpp:10
TransformationStateContext
Context class for transformation state machine.
Definition
TransformationStateContext.h:22
Generated on Wed Aug 3 2022 00:00:00 for Engauge Digitizer by
1.10.0