Engauge Digitizer 2
|
Curve type state/panel lets user select the curve type (lines or points) More...
#include <TutorialStateCurveType.h>
Public Slots | |
void | slotNextCurves () |
Slot called when next button for curves is triggered. | |
void | slotNextLines () |
Slot called when next button for lines is triggered. | |
void | slotPrevious () |
Slot called to return to previous panel. | |
Public Member Functions | |
TutorialStateCurveType (TutorialStateContext &context) | |
Single constructor. | |
virtual void | begin () |
Transition into this state. | |
virtual void | end () |
Transition out of this state. | |
![]() | |
TutorialStateAbstractBase (TutorialStateContext &context) | |
Single constructor. | |
virtual | ~TutorialStateAbstractBase () |
Additional Inherited Members | |
![]() | |
int | buttonMargin () const |
Buttons are placed up against bottom side, and left or right side, separated by this margin. | |
TutorialStateContext & | context () |
Context class for the tutorial state machine. | |
QGraphicsPixmapItem * | createPixmapItem (const QString &resource, const QPoint &pos) |
Factory method for pixmap items. | |
QGraphicsTextItem * | createTextItem (const QString &text, const QPoint &pos) |
Factory method for text items. | |
QGraphicsTextItem * | createTitle (const QString &text) |
Factory method for title items. | |
Curve type state/panel lets user select the curve type (lines or points)
Definition at line 18 of file TutorialStateCurveType.h.
TutorialStateCurveType::TutorialStateCurveType | ( | TutorialStateContext & | context | ) |
Single constructor.
Definition at line 18 of file TutorialStateCurveType.cpp.
|
virtual |
Transition into this state.
Implements TutorialStateAbstractBase.
Definition at line 32 of file TutorialStateCurveType.cpp.
|
virtual |
Transition out of this state.
Implements TutorialStateAbstractBase.
Definition at line 76 of file TutorialStateCurveType.cpp.
|
slot |
Slot called when next button for curves is triggered.
Definition at line 84 of file TutorialStateCurveType.cpp.
|
slot |
Slot called when next button for lines is triggered.
Definition at line 91 of file TutorialStateCurveType.cpp.
|
slot |
Slot called to return to previous panel.
Definition at line 98 of file TutorialStateCurveType.cpp.