Engauge Digitizer 2
|
Implements guideline behavior for GUIDELINE_VIEW_STATE_LOCK. More...
#include <GuidelineViewStateLock.h>
Public Member Functions | |
GuidelineViewStateLock (GuidelineViewStateContext &context) | |
Single constructor. | |
virtual | ~GuidelineViewStateLock () |
virtual void | begin () |
Transition into state. | |
virtual void | end () |
Transition out of state. | |
virtual void | handleStateChange (GuidelineViewState state) |
User or software changed the current view state widgets. | |
virtual GuidelineViewState | state () const |
Return state for serializing. | |
![]() | |
GuidelineViewStateAbstractBase (GuidelineViewStateContext &context) | |
Single constructor. | |
virtual | ~GuidelineViewStateAbstractBase () |
Additional Inherited Members | |
![]() | |
GuidelineViewStateContext & | context () const |
Context in charge of the state classes. | |
Implements guideline behavior for GUIDELINE_VIEW_STATE_LOCK.
Definition at line 13 of file GuidelineViewStateLock.h.
GuidelineViewStateLock::GuidelineViewStateLock | ( | GuidelineViewStateContext & | context | ) |
Single constructor.
Definition at line 13 of file GuidelineViewStateLock.cpp.
|
virtual |
Definition at line 18 of file GuidelineViewStateLock.cpp.
|
virtual |
Transition into state.
Implements GuidelineViewStateAbstractBase.
Definition at line 22 of file GuidelineViewStateLock.cpp.
|
virtual |
Transition out of state.
Implements GuidelineViewStateAbstractBase.
Definition at line 27 of file GuidelineViewStateLock.cpp.
|
virtual |
User or software changed the current view state widgets.
Implements GuidelineViewStateAbstractBase.
Definition at line 32 of file GuidelineViewStateLock.cpp.
|
virtual |
Return state for serializing.
Implements GuidelineViewStateAbstractBase.
Definition at line 37 of file GuidelineViewStateLock.cpp.