Engauge Digitizer
2
|
Tutorial using a strategy like a comic strip with decision points deciding which panels appear. More...
#include <TutorialDlg.h>
Public Member Functions | |
TutorialDlg (MainWindow *mainWindow) | |
Single constructor. More... | |
~TutorialDlg () | |
QSize | backgroundSize () const |
Make geometry available for layout. More... | |
QGraphicsScene & | scene () |
Single scene the covers the entire tutorial dialog. More... | |
QGraphicsView & | view () |
Single view that displays the single scene. More... | |
Tutorial using a strategy like a comic strip with decision points deciding which panels appear.
This is implemented as a QGraphicsScene with states in charge of managing the contents of the scene
Definition at line 19 of file TutorialDlg.h.
TutorialDlg::TutorialDlg | ( | MainWindow * | mainWindow | ) |
TutorialDlg::~TutorialDlg | ( | ) |
Definition at line 37 of file TutorialDlg.cpp.
QSize TutorialDlg::backgroundSize | ( | ) | const |
QGraphicsScene & TutorialDlg::scene | ( | ) |
QGraphicsView & TutorialDlg::view | ( | ) |