Engauge Digitizer
2
Main Page
Classes
Files
File List
File Members
Tutorial
TutorialStateSegmentFill.h
1
#ifndef TUTORIAL_STATE_SEGMENT_FILL_H
2
#define TUTORIAL_STATE_SEGMENT_FILL_H
3
4
#include "TutorialStateAbstractBase.h"
5
6
class
QGraphicsPixmapItem;
7
class
QGraphicsTextItem;
8
class
TutorialButton
;
9
class
TutorialStateContext
;
10
12
class
TutorialStateSegmentFill
:
public
TutorialStateAbstractBase
13
{
14
Q_OBJECT;
15
16
public
:
18
TutorialStateSegmentFill
(
TutorialStateContext
&
context
);
19
20
virtual
void
begin
();
21
virtual
void
end
();
22
23
public
slots:
25
void
slotNext
();
26
28
void
slotPrevious
();
29
30
private
:
31
32
QGraphicsTextItem *m_title;
33
QGraphicsPixmapItem *m_background;
34
QGraphicsTextItem *m_text0;
35
QGraphicsTextItem *m_text1;
36
QGraphicsTextItem *m_text2;
37
TutorialButton
*m_previous;
38
TutorialButton
*m_next;
39
};
40
41
#endif // TUTORIAL_STATE_SEGMENT_FILL_H
TutorialStateAbstractBase
One state manages one panel of the tutorial.
Definition:
TutorialStateAbstractBase.h:24
TutorialStateSegmentFill::slotNext
void slotNext()
Slot called when next button is triggered.
Definition:
TutorialStateSegmentFill.cpp:80
TutorialButton
Show a button with text for clicking ion. The button is implemented using layering of two graphics it...
Definition:
TutorialButton.h:14
TutorialStateSegmentFill::TutorialStateSegmentFill
TutorialStateSegmentFill(TutorialStateContext &context)
Single constructor.
Definition:
TutorialStateSegmentFill.cpp:11
TutorialStateAbstractBase::context
TutorialStateContext & context()
Context class for the tutorial state machine.
Definition:
TutorialStateAbstractBase.cpp:26
TutorialStateSegmentFill::slotPrevious
void slotPrevious()
Slot called to return to previous panel.
Definition:
TutorialStateSegmentFill.cpp:87
TutorialStateSegmentFill::end
virtual void end()
Transition out of this state.
Definition:
TutorialStateSegmentFill.cpp:52
TutorialStateSegmentFill
Segment fill panel discusses the digitization of points along curve lines.
Definition:
TutorialStateSegmentFill.h:12
TutorialStateContext
Context class for tutorial state machine.
Definition:
TutorialStateContext.h:14
TutorialStateSegmentFill::begin
virtual void begin()
Transition into this state.
Definition:
TutorialStateSegmentFill.cpp:16
Generated on Sun Oct 4 2015 13:58:12 for Engauge Digitizer by
1.8.9.1