9#include <QGraphicsPixmapItem>
10#include <QGraphicsScene>
11#include <QGraphicsView>
43 "curve is selected to receive curve points.\n"
44 "Step 1 - click on Curve, Point Match, Color\n"
45 "Picker or Segment Fill buttons."),
48 "that curve name has not been created yet,\n"
49 "use the menu option Settings / Curve Names\n"
53 "original image to the filtered image\n"
54 "produced for the current curve, using the\n"
55 "menu option View / Background / Filtered\n"
56 "Image. This filtering enables the powerful\n"
57 "automated algorithms discussed later in\n"
61 "in the filtered image, then change the\n"
62 "current Color Filter settings. In the figure,\n"
63 "the orange points have disappeared."),
69 context().tutorialDlg().scene());
75 context().tutorialDlg().scene());
81 context().tutorialDlg().scene());
const int INNER_RADIUS_MIN
log4cpp::Category * mainCat
@ TUTORIAL_STATE_AXIS_POINTS
@ TUTORIAL_STATE_COLOR_FILTER
@ TUTORIAL_STATE_CURVE_TYPE
QGraphicsScene & scene()
Single scene the covers the entire tutorial dialog.
QSize backgroundSize() const
Make geometry available for layout.
One state manages one panel of the tutorial.
QGraphicsTextItem * createTitle(const QString &text)
Factory method for title items.
QGraphicsTextItem * createTextItem(const QString &text, const QPoint &pos)
Factory method for text items.
TutorialStateContext & context()
Context class for the tutorial state machine.
QGraphicsPixmapItem * createPixmapItem(const QString &resource, const QPoint &pos)
Factory method for pixmap items.
int buttonMargin() const
Buttons are placed up against bottom side, and left or right side, separated by this margin.
Context class for tutorial state machine.
void requestDelayedStateTransition(TutorialState tutorialState)
Request a transition to the specified state from the current state.
TutorialDlg & tutorialDlg()
Access to tutorial dialogs and its scene.
virtual void begin()
Transition into this state.
TutorialStateCurveSelection(TutorialStateContext &context)
Single constructor.
void slotNext()
Slot called when next button is triggered.
void slotPrevious()
Slot called to return to previous panel.
void slotColorFilter()
Slot called when settings button is triggered.
virtual void end()
Transition out of this state.
#define LOG4CPP_INFO_S(logger)