|
Engauge Digitizer
2
|
Point match panel discusses the matching of points in curves without lines. More...
#include <TutorialStatePointMatch.h>


Public Slots | |
| void | slotNext () |
| Slot called when next button is triggered. More... | |
| void | slotPrevious () |
| Slot called to return to previous panel. More... | |
Public Member Functions | |
| TutorialStatePointMatch (TutorialStateContext &context) | |
| Single constructor. More... | |
| virtual void | begin () |
| Transition into this state. More... | |
| virtual void | end () |
| Transition out of this state. More... | |
Public Member Functions inherited from TutorialStateAbstractBase | |
| TutorialStateAbstractBase (TutorialStateContext &context) | |
| Single constructor. More... | |
| virtual | ~TutorialStateAbstractBase () |
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. More... | |
| TutorialStateContext & | context () |
| Context class for the tutorial state machine. More... | |
| QGraphicsPixmapItem * | createPixmapItem (const QString &resource, const QPoint &pos) |
| Factory method for pixmap items. More... | |
| QGraphicsTextItem * | createTextItem (const QString &text, const QPoint &pos) |
| Factory method for text items. More... | |
| QGraphicsTextItem * | createTitle (const QString &text) |
| Factory method for title items. More... | |
Point match panel discusses the matching of points in curves without lines.
Definition at line 18 of file TutorialStatePointMatch.h.
| TutorialStatePointMatch::TutorialStatePointMatch | ( | TutorialStateContext & | context | ) |
Single constructor.
Definition at line 17 of file TutorialStatePointMatch.cpp.
|
virtual |
Transition into this state.
Implements TutorialStateAbstractBase.
Definition at line 31 of file TutorialStatePointMatch.cpp.
|
virtual |
Transition out of this state.
Implements TutorialStateAbstractBase.
Definition at line 74 of file TutorialStatePointMatch.cpp.
|
slot |
Slot called when next button is triggered.
Definition at line 82 of file TutorialStatePointMatch.cpp.
|
slot |
Slot called to return to previous panel.
Definition at line 89 of file TutorialStatePointMatch.cpp.
1.8.14