|
Engauge Digitizer 2
|
Color filter panel discusses the curve-specific color filtering. More...
#include <TutorialStateColorFilter.h>


Public Slots | |
| void | slotBack () |
| Slot called to return to previous panel. | |
Public Member Functions | |
| TutorialStateColorFilter (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. | |
| 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. | |
| 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. | |
Color filter panel discusses the curve-specific color filtering.
Definition at line 18 of file TutorialStateColorFilter.h.
| TutorialStateColorFilter::TutorialStateColorFilter | ( | TutorialStateContext & | context | ) |
Single constructor.
Definition at line 17 of file TutorialStateColorFilter.cpp.
|
virtual |
Transition into this state.
Implements TutorialStateAbstractBase.
Definition at line 31 of file TutorialStateColorFilter.cpp.
|
virtual |
Transition out of this state.
Implements TutorialStateAbstractBase.
Definition at line 72 of file TutorialStateColorFilter.cpp.
|
slot |
Slot called to return to previous panel.
Definition at line 80 of file TutorialStateColorFilter.cpp.