7#include "CmdMediator.h"
9#include <QGraphicsScene>
11#include "Transformation.h"
12#include "TransformationStateContext.h"
13#include "TransformationStateUndefined.h"
25 LOG4CPP_INFO_S ((*mainCat)) <<
"TransformationStateUndefined::begin";
31 LOG4CPP_INFO_S ((*mainCat)) <<
"TransformationStateUndefined::end";
37 LOG4CPP_INFO_S ((*mainCat)) <<
"TransformationStateUndefined::updateAxesChecker";
Context class for transformation state machine.