|
Engauge Digitizer 2
|
Class for period between build states. More...
#include <CentipedeStatePrebuild.h>


Public Member Functions | |
| CentipedeStatePrebuild (CentipedeStateContext &context) | |
| Single constructor. | |
| virtual | ~CentipedeStatePrebuild () |
| 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 between build states.
Definition at line 13 of file CentipedeStatePrebuild.h.
| CentipedeStatePrebuild::CentipedeStatePrebuild | ( | CentipedeStateContext & | context | ) |
Single constructor.
Definition at line 15 of file CentipedeStatePrebuild.cpp.
|
virtual |
Definition at line 20 of file CentipedeStatePrebuild.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 24 of file CentipedeStatePrebuild.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 29 of file CentipedeStatePrebuild.cpp.
|
virtual |
Handle key press event.
Implements CentipedeStateAbstractBase.
Definition at line 34 of file CentipedeStatePrebuild.cpp.
|
virtual |
Handle mouse move event.
Implements CentipedeStateAbstractBase.
Definition at line 40 of file CentipedeStatePrebuild.cpp.
|
virtual |
Handle mouse press event.
Implements CentipedeStateAbstractBase.
Definition at line 45 of file CentipedeStatePrebuild.cpp.
|
virtual |
Handle mouse release event.
Implements CentipedeStateAbstractBase.
Definition at line 54 of file CentipedeStatePrebuild.cpp.