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

Curve type state/panel lets user select the curve type (lines or points) More...

#include <TutorialStateCurveType.h>

Inheritance diagram for TutorialStateCurveType:
TutorialStateAbstractBase

Public Slots

void slotNextCurves ()
 Slot called when next button for curves is triggered.
 
void slotNextLines ()
 Slot called when next button for lines is triggered.
 
void slotPrevious ()
 Slot called to return to previous panel.
 

Public Member Functions

 TutorialStateCurveType (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

Curve type state/panel lets user select the curve type (lines or points)

Definition at line 18 of file TutorialStateCurveType.h.

Constructor & Destructor Documentation

◆ TutorialStateCurveType()

TutorialStateCurveType::TutorialStateCurveType ( TutorialStateContext context)

Single constructor.

Definition at line 17 of file TutorialStateCurveType.cpp.

Member Function Documentation

◆ begin()

void TutorialStateCurveType::begin ( )
virtual

Transition into this state.

Implements TutorialStateAbstractBase.

Definition at line 22 of file TutorialStateCurveType.cpp.

◆ end()

void TutorialStateCurveType::end ( )
virtual

Transition out of this state.

Implements TutorialStateAbstractBase.

Definition at line 64 of file TutorialStateCurveType.cpp.

◆ slotNextCurves

void TutorialStateCurveType::slotNextCurves ( )
slot

Slot called when next button for curves is triggered.

Definition at line 94 of file TutorialStateCurveType.cpp.

◆ slotNextLines

void TutorialStateCurveType::slotNextLines ( )
slot

Slot called when next button for lines is triggered.

Definition at line 101 of file TutorialStateCurveType.cpp.

◆ slotPrevious

void TutorialStateCurveType::slotPrevious ( )
slot

Slot called to return to previous panel.

Definition at line 108 of file TutorialStateCurveType.cpp.


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