|
Engauge Digitizer
2
|
Abstract class that supports checklist wizard panels. More...
#include <TutorialStateChecklistWizardAbstract.h>


Public Member Functions | |
| TutorialStateChecklistWizardAbstract (TutorialStateContext &context) | |
| Single constructor. More... | |
Public Member Functions inherited from TutorialStateAbstractBase | |
| TutorialStateAbstractBase (TutorialStateContext &context) | |
| Single constructor. More... | |
| virtual | ~TutorialStateAbstractBase () |
Protected Member Functions | |
| void | begin () |
| Common begin processing. More... | |
| void | end () |
| Common end processing. More... | |
| TutorialButton * | previous () |
| Previous button for hooking up button to slot. More... | |
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. More... | |
| TutorialStateContext & | context () |
| Context class for the tutorial state machine. More... | |
| QGraphicsPixmapItem * | createPixmapItem (const QString &resource, const QPoint &pos) |
| Factory method for pixmap items. More... | |
| QGraphicsTextItem * | createTextItem (const QString &text, const QPoint &pos) |
| Factory method for text items. More... | |
| QGraphicsTextItem * | createTitle (const QString &text) |
| Factory method for title items. More... | |
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.
1.8.14