Engauge Digitizer
2
|
Abstract class that supports checklist wizard panels. More...
#include <TutorialStateChecklistWizardAbstract.h>
Public Member Functions | |
TutorialStateChecklistWizardAbstract (TutorialStateContext &context) | |
Single constructor. | |
![]() | |
TutorialStateAbstractBase (TutorialStateContext &context) | |
Single constructor. | |
Protected Member Functions | |
void | begin () |
Common begin processing. | |
void | end () |
Common end processing. | |
TutorialButton * | previous () |
Previous button for hooking up button to slot. | |
![]() | |
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.