Engauge Digitizer  2
TutorialStateChecklistWizardLines.h
1 #ifndef TUTORIAL_STATE_CHECKLIST_WIZARD_LINES_H
2 #define TUTORIAL_STATE_CHECKLIST_WIZARD_LINES_H
3 
4 #include "TutorialStateChecklistWizardAbstract.h"
5 
6 class QGraphicsPixmapItem;
7 class QGraphicsTextItem;
8 class TutorialButton;
10 
13 {
14  Q_OBJECT;
15 
16  public:
19 
20  virtual void begin ();
21  virtual void end ();
22 
23  public slots:
25  void slotPrevious();
26 };
27 
28 #endif // TUTORIAL_STATE_CHECKLIST_WIZARD_LINES_H
Show a button with text for clicking ion. The button is implemented using layering of two graphics it...
virtual void end()
Common end processing.
virtual void begin()
Common begin processing.
TutorialStateChecklistWizardLines(TutorialStateContext &context)
Single constructor.
void slotPrevious()
Slot called to return to previous panel.
Checklist wizard panel for lines discusses the checklist wizard, and returns to TRANSITION_STATE_SEGM...
TutorialStateContext & context()
Context class for the tutorial state machine.
Abstract class that supports checklist wizard panels.
Context class for tutorial state machine.