|
Engauge Digitizer 2
|
Class for period while building cartesian centipedes. More...
#include <CentipedeStateBuildCartesian.h>


Public Member Functions | |
| CentipedeStateBuildCartesian (CentipedeStateContext &context) | |
| Single constructor. | |
| virtual | ~CentipedeStateBuildCartesian () |
| virtual void | begin () |
| Method that is called at the exact moment a state is entered. Typically called just after end for the previous stat. | |
| virtual void | end () |
| Method that is called at the exact moment a state is exited. Typically called just before start of the next stat. | |
| virtual void | handleKeyPress (Qt::Key key, bool atLeastOneSelectedItem) |
| Handle key press event. | |
| virtual void | handleMouseMove (QPointF posScreen) |
| Handle mouse move event. | |
| virtual void | handleMousePress (QPointF posScreen) |
| Handle mouse press event. | |
| virtual void | handleMouseRelease (QPointF posScreen) |
| Handle mouse release event. | |
| Public Member Functions inherited from CentipedeStateAbstractBase | |
| CentipedeStateAbstractBase (CentipedeStateContext &context) | |
| Single constructor. | |
| virtual | ~CentipedeStateAbstractBase () |
| CentipedeStateContext & | context () |
| Reference to the CentipedeStateContext that contains all the CentipedeStateAbstractBase subclasses. | |
Additional Inherited Members | |
| Protected Member Functions inherited from CentipedeStateAbstractBase | |
| void | enableUndoStack (bool enable) |
| Method called by subclasses to send signalUndoActve. | |
Class for period while building cartesian centipedes.
Definition at line 15 of file CentipedeStateBuildCartesian.h.
| CentipedeStateBuildCartesian::CentipedeStateBuildCartesian | ( | CentipedeStateContext & | context | ) |
Single constructor.
Definition at line 16 of file CentipedeStateBuildCartesian.cpp.
|
virtual |
Definition at line 22 of file CentipedeStateBuildCartesian.cpp.
|
virtual |
Method that is called at the exact moment a state is entered. Typically called just after end for the previous stat.
Implements CentipedeStateAbstractBase.
Definition at line 27 of file CentipedeStateBuildCartesian.cpp.
|
virtual |
Method that is called at the exact moment a state is exited. Typically called just before start of the next stat.
Implements CentipedeStateAbstractBase.
Definition at line 39 of file CentipedeStateBuildCartesian.cpp.
|
virtual |
Handle key press event.
Implements CentipedeStateAbstractBase.
Definition at line 47 of file CentipedeStateBuildCartesian.cpp.
|
virtual |
Handle mouse move event.
Implements CentipedeStateAbstractBase.
Definition at line 54 of file CentipedeStateBuildCartesian.cpp.
|
virtual |
Handle mouse press event.
Implements CentipedeStateAbstractBase.
Definition at line 70 of file CentipedeStateBuildCartesian.cpp.
|
virtual |
Handle mouse release event.
Implements CentipedeStateAbstractBase.
Definition at line 75 of file CentipedeStateBuildCartesian.cpp.