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

Introduction state/panel is the first panel the user sees. More...

#include <TutorialStateIntroduction.h>

Inheritance diagram for TutorialStateIntroduction:
TutorialStateAbstractBase

Public Slots

void slotNext ()
 Slot called when next button is triggered.
 

Public Member Functions

 TutorialStateIntroduction (TutorialStateContext &context)
 Single constructor.
 
virtual void begin ()
 Transition into this state.
 
virtual void end ()
 Transition out of this state.
 
- Public Member Functions inherited from TutorialStateAbstractBase
 TutorialStateAbstractBase (TutorialStateContext &context)
 Single constructor.
 

Additional Inherited Members

- 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

Introduction state/panel is the first panel the user sees.

Definition at line 18 of file TutorialStateIntroduction.h.

Constructor & Destructor Documentation

◆ TutorialStateIntroduction()

TutorialStateIntroduction::TutorialStateIntroduction ( TutorialStateContext context)

Single constructor.

Definition at line 17 of file TutorialStateIntroduction.cpp.

Member Function Documentation

◆ begin()

void TutorialStateIntroduction::begin ( )
virtual

Transition into this state.

Implements TutorialStateAbstractBase.

Definition at line 22 of file TutorialStateIntroduction.cpp.

◆ end()

void TutorialStateIntroduction::end ( )
virtual

Transition out of this state.

Implements TutorialStateAbstractBase.

Definition at line 48 of file TutorialStateIntroduction.cpp.

◆ slotNext

void TutorialStateIntroduction::slotNext ( )
slot

Slot called when next button is triggered.

Definition at line 74 of file TutorialStateIntroduction.cpp.


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