Engauge Digitizer  2
TutorialStateChecklistWizardPoints.h
1 /******************************************************************************************************
2  * (C) 2014 markummitchell@github.com. This file is part of Engauge Digitizer, which is released *
3  * under GNU General Public License version 2 (GPLv2) or (at your option) any later version. See file *
4  * LICENSE or go to gnu.org/licenses for details. Distribution requires prior written permission. *
5  ******************************************************************************************************/
6 
7 #ifndef TUTORIAL_STATE_CHECKLIST_WIZARD_POINTS_H
8 #define TUTORIAL_STATE_CHECKLIST_WIZARD_POINTS_H
9 
10 #include "TutorialStateChecklistWizardAbstract.h"
11 
12 class QGraphicsPixmapItem;
13 class QGraphicsTextItem;
14 class TutorialButton;
16 
19 {
20  Q_OBJECT;
21 
22  public:
25 
26  virtual void begin ();
27  virtual void end ();
28 
29  public slots:
31  void slotPrevious();
32 };
33 
34 #endif // TUTORIAL_STATE_CHECKLIST_WIZARD_POINTS_H
Show a button with text for clicking ion. The button is implemented using layering of two graphics it...
virtual void begin()
Common begin processing.
TutorialStateChecklistWizardPoints(TutorialStateContext &context)
Single constructor.
TutorialStateContext & context()
Context class for the tutorial state machine.
Abstract class that supports checklist wizard panels.
Checklist wizard panel for points discusses the checklist wizard, and returns to TRANSITION_STATE_POI...
Context class for tutorial state machine.
void slotPrevious()
Slot called to return to previous panel.