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

Curve selection panel discusses how to select a curve, and perform setup on the selected curve. More...

#include <TutorialStateCurveSelection.h>

Inheritance diagram for TutorialStateCurveSelection:
TutorialStateAbstractBase

Public Slots

void slotColorFilter ()
 Slot called when settings button is triggered.
 
void slotNext ()
 Slot called when next button is triggered.
 
void slotPrevious ()
 Slot called to return to previous panel.
 

Public Member Functions

 TutorialStateCurveSelection (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 selection panel discusses how to select a curve, and perform setup on the selected curve.

Definition at line 18 of file TutorialStateCurveSelection.h.

Constructor & Destructor Documentation

◆ TutorialStateCurveSelection()

TutorialStateCurveSelection::TutorialStateCurveSelection ( TutorialStateContext context)

Single constructor.

Definition at line 17 of file TutorialStateCurveSelection.cpp.

Member Function Documentation

◆ begin()

void TutorialStateCurveSelection::begin ( )
virtual

Transition into this state.

Implements TutorialStateAbstractBase.

Definition at line 22 of file TutorialStateCurveSelection.cpp.

◆ end()

void TutorialStateCurveSelection::end ( )
virtual

Transition out of this state.

Implements TutorialStateAbstractBase.

Definition at line 74 of file TutorialStateCurveSelection.cpp.

◆ slotColorFilter

void TutorialStateCurveSelection::slotColorFilter ( )
slot

Slot called when settings button is triggered.

Definition at line 107 of file TutorialStateCurveSelection.cpp.

◆ slotNext

void TutorialStateCurveSelection::slotNext ( )
slot

Slot called when next button is triggered.

Definition at line 114 of file TutorialStateCurveSelection.cpp.

◆ slotPrevious

void TutorialStateCurveSelection::slotPrevious ( )
slot

Slot called to return to previous panel.

Definition at line 121 of file TutorialStateCurveSelection.cpp.


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