Engauge Digitizer 2
|
Class for period while building polar centipedes. More...
#include <CentipedeStateBuildPolar.h>
Public Member Functions | |
CentipedeStateBuildPolar (CentipedeStateContext &context) | |
Single constructor. | |
virtual | ~CentipedeStateBuildPolar () |
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 polar centipedes.
Definition at line 15 of file CentipedeStateBuildPolar.h.
CentipedeStateBuildPolar::CentipedeStateBuildPolar | ( | CentipedeStateContext & | context | ) |
Single constructor.
Definition at line 16 of file CentipedeStateBuildPolar.cpp.
|
virtual |
Definition at line 22 of file CentipedeStateBuildPolar.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 CentipedeStateBuildPolar.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 38 of file CentipedeStateBuildPolar.cpp.
|
virtual |
Handle key press event.
Implements CentipedeStateAbstractBase.
Definition at line 46 of file CentipedeStateBuildPolar.cpp.
|
virtual |
Handle mouse move event.
Implements CentipedeStateAbstractBase.
Definition at line 53 of file CentipedeStateBuildPolar.cpp.
|
virtual |
Handle mouse press event.
Implements CentipedeStateAbstractBase.
Definition at line 69 of file CentipedeStateBuildPolar.cpp.
|
virtual |
Handle mouse release event.
Implements CentipedeStateAbstractBase.
Definition at line 74 of file CentipedeStateBuildPolar.cpp.