Engauge Digitizer 2
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | List of all members
TutorialStateChecklistWizardAbstract Class Reference

Abstract class that supports checklist wizard panels. More...

#include <TutorialStateChecklistWizardAbstract.h>

Inheritance diagram for TutorialStateChecklistWizardAbstract:
TutorialStateAbstractBase TutorialStateChecklistWizardLines TutorialStateChecklistWizardPoints

Public Member Functions

 TutorialStateChecklistWizardAbstract (TutorialStateContext &context)
 Single constructor.
 
- Public Member Functions inherited from TutorialStateAbstractBase
 TutorialStateAbstractBase (TutorialStateContext &context)
 Single constructor.
 

Protected Member Functions

void begin ()
 Common begin processing.
 
void end ()
 Common end processing.
 
TutorialButtonprevious ()
 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.
 
TutorialStateContextcontext ()
 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.
 

Detailed Description

Abstract class that supports checklist wizard panels.

Definition at line 18 of file TutorialStateChecklistWizardAbstract.h.

Constructor & Destructor Documentation

◆ TutorialStateChecklistWizardAbstract()

TutorialStateChecklistWizardAbstract::TutorialStateChecklistWizardAbstract ( TutorialStateContext context)

Single constructor.

Definition at line 17 of file TutorialStateChecklistWizardAbstract.cpp.

Member Function Documentation

◆ begin()

void TutorialStateChecklistWizardAbstract::begin ( )
protectedvirtual

Common begin processing.

Implements TutorialStateAbstractBase.

Reimplemented in TutorialStateChecklistWizardLines, and TutorialStateChecklistWizardPoints.

Definition at line 22 of file TutorialStateChecklistWizardAbstract.cpp.

◆ end()

void TutorialStateChecklistWizardAbstract::end ( )
protectedvirtual

Common end processing.

Implements TutorialStateAbstractBase.

Reimplemented in TutorialStateChecklistWizardLines, and TutorialStateChecklistWizardPoints.

Definition at line 56 of file TutorialStateChecklistWizardAbstract.cpp.

◆ previous()

TutorialButton * TutorialStateChecklistWizardAbstract::previous ( )
protected

Previous button for hooking up button to slot.

Definition at line 85 of file TutorialStateChecklistWizardAbstract.cpp.


The documentation for this class was generated from the following files: