Engauge Digitizer 2
|
Checklist wizard panel for lines discusses the checklist wizard, and returns to TRANSITION_STATE_SEGMENT_FILL. More...
#include <TutorialStateChecklistWizardLines.h>
Public Slots | |
void | slotPrevious () |
Slot called to return to previous panel. |
Public Member Functions | |
TutorialStateChecklistWizardLines (TutorialStateContext &context) | |
Single constructor. | |
virtual void | begin () |
Common begin processing. | |
virtual void | end () |
Common end processing. | |
Public Member Functions inherited from TutorialStateChecklistWizardAbstract | |
TutorialStateChecklistWizardAbstract (TutorialStateContext &context) | |
Single constructor. | |
Public Member Functions inherited from TutorialStateAbstractBase | |
TutorialStateAbstractBase (TutorialStateContext &context) | |
Single constructor. | |
virtual | ~TutorialStateAbstractBase () |
Additional Inherited Members | |
Protected Member Functions inherited from TutorialStateChecklistWizardAbstract | |
TutorialButton * | previous () |
Previous button for hooking up button to slot. | |
Protected Member Functions inherited from TutorialStateAbstractBase | |
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. |
Checklist wizard panel for lines discusses the checklist wizard, and returns to TRANSITION_STATE_SEGMENT_FILL.
Definition at line 18 of file TutorialStateChecklistWizardLines.h.
TutorialStateChecklistWizardLines::TutorialStateChecklistWizardLines | ( | TutorialStateContext & | context | ) |
Single constructor.
Definition at line 12 of file TutorialStateChecklistWizardLines.cpp.
|
virtual |
Common begin processing.
Reimplemented from TutorialStateChecklistWizardAbstract.
Definition at line 18 of file TutorialStateChecklistWizardLines.cpp.
|
virtual |
Common end processing.
Reimplemented from TutorialStateChecklistWizardAbstract.
Definition at line 26 of file TutorialStateChecklistWizardLines.cpp.
|
slot |
Slot called to return to previous panel.
Definition at line 33 of file TutorialStateChecklistWizardLines.cpp.