|
Engauge Digitizer
2
|
One state manages one panel of the tutorial. More...
#include <TutorialStateAbstractBase.h>
Public Member Functions | |
| TutorialStateAbstractBase (TutorialStateContext &context) | |
| Single constructor. | |
| virtual void | begin ()=0 |
| Transition into this state. | |
| virtual void | end ()=0 |
| Transition out of this state. | |
Protected Member Functions | |
| int | buttonMargin () const |
| Buttons are placed up against bottom side, and left or right side, separated by this margin. | |
| TutorialStateContext & | context () |
| 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. | |
One state manages one panel of the tutorial.
Definition at line 24 of file TutorialStateAbstractBase.h.
1.8.9.1