1 #include "CmdMediator.h"
3 #include <QGraphicsScene>
5 #include "Transformation.h"
6 #include "TransformationStateContext.h"
7 #include "TransformationStateUndefined.h"
19 LOG4CPP_INFO_S ((*mainCat)) <<
"TransformationStateUndefined::begin";
25 LOG4CPP_INFO_S ((*mainCat)) <<
"TransformationStateUndefined::end";
31 LOG4CPP_INFO_S ((*mainCat)) <<
"TransformationStateUndefined::updateAxesChecker";
Context class for transformation state machine.