Engauge Digitizer 2
|
Abstract class that supports checklist wizard panels. More...
#include <TutorialStateChecklistWizardAbstract.h>
Public Member Functions | |
TutorialStateChecklistWizardAbstract (TutorialStateContext &context) | |
Single constructor. | |
Public Member Functions inherited from TutorialStateAbstractBase | |
TutorialStateAbstractBase (TutorialStateContext &context) | |
Single constructor. | |
virtual | ~TutorialStateAbstractBase () |
Protected Member Functions | |
void | begin () |
Common begin processing. | |
void | end () |
Common end processing. | |
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. |
Abstract class that supports checklist wizard panels.
Definition at line 18 of file TutorialStateChecklistWizardAbstract.h.
TutorialStateChecklistWizardAbstract::TutorialStateChecklistWizardAbstract | ( | TutorialStateContext & | context | ) |
Single constructor.
Definition at line 17 of file TutorialStateChecklistWizardAbstract.cpp.
|
protectedvirtual |
Common begin processing.
Implements TutorialStateAbstractBase.
Reimplemented in TutorialStateChecklistWizardLines, and TutorialStateChecklistWizardPoints.
Definition at line 29 of file TutorialStateChecklistWizardAbstract.cpp.
|
protectedvirtual |
Common end processing.
Implements TutorialStateAbstractBase.
Reimplemented in TutorialStateChecklistWizardLines, and TutorialStateChecklistWizardPoints.
Definition at line 65 of file TutorialStateChecklistWizardAbstract.cpp.
|
protected |
Previous button for hooking up button to slot.
Definition at line 73 of file TutorialStateChecklistWizardAbstract.cpp.