Engauge Digitizer
2
Loading...
Searching...
No Matches
Tutorial
TutorialStateChecklistWizardAbstract.h
Go to the documentation of this file.
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_ABSTRACT_H
8
#define TUTORIAL_STATE_CHECKLIST_WIZARD_ABSTRACT_H
9
10
#include "
TutorialStateAbstractBase.h
"
11
12
class
QGraphicsPixmapItem;
13
class
QGraphicsTextItem;
14
class
TutorialButton
;
15
class
TutorialStateContext
;
16
18
class
TutorialStateChecklistWizardAbstract
:
public
TutorialStateAbstractBase
19
{
20
Q_OBJECT;
21
22
public
:
24
TutorialStateChecklistWizardAbstract
(
TutorialStateContext
&
context
);
25
26
protected
:
28
void
begin
();
29
31
void
end
();
32
34
TutorialButton
*
previous
();
35
36
private
:
37
38
QGraphicsTextItem *m_title;
39
QGraphicsPixmapItem *m_background;
40
QGraphicsTextItem *m_text0;
41
QGraphicsTextItem *m_text1;
42
QGraphicsTextItem *m_text2;
43
QGraphicsTextItem *m_text3;
44
TutorialButton
*m_previous;
45
};
46
47
#endif
// TUTORIAL_STATE_CHECKLIST_WIZARD_ABSTRACT_H
TutorialStateAbstractBase.h
TutorialButton
Show a button with text for clicking ion. The button is implemented using layering of two graphics it...
Definition
TutorialButton.h:21
TutorialStateAbstractBase::TutorialStateAbstractBase
TutorialStateAbstractBase(TutorialStateContext &context)
Single constructor.
Definition
TutorialStateAbstractBase.cpp:18
TutorialStateAbstractBase::context
TutorialStateContext & context()
Context class for the tutorial state machine.
Definition
TutorialStateAbstractBase.cpp:32
TutorialStateChecklistWizardAbstract::TutorialStateChecklistWizardAbstract
TutorialStateChecklistWizardAbstract(TutorialStateContext &context)
Single constructor.
Definition
TutorialStateChecklistWizardAbstract.cpp:17
TutorialStateChecklistWizardAbstract::end
void end()
Common end processing.
Definition
TutorialStateChecklistWizardAbstract.cpp:65
TutorialStateChecklistWizardAbstract::previous
TutorialButton * previous()
Previous button for hooking up button to slot.
Definition
TutorialStateChecklistWizardAbstract.cpp:73
TutorialStateChecklistWizardAbstract::begin
void begin()
Common begin processing.
Definition
TutorialStateChecklistWizardAbstract.cpp:29
TutorialStateContext
Context class for tutorial state machine.
Definition
TutorialStateContext.h:21
Generated on
for Engauge Digitizer by
1.14.0