|
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. | |
| ~TutorialDlg () | |
| QSize | backgroundSize () const |
| Make geometry available for layout. | |
| QGraphicsScene & | scene () |
| Single scene the covers the entire tutorial dialog. | |
| QGraphicsView & | view () |
| Single view that displays the single scene. | |
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 | ) |
Single constructor.
Definition at line 20 of file TutorialDlg.cpp.
| TutorialDlg::~TutorialDlg | ( | ) |
Definition at line 37 of file TutorialDlg.cpp.
| QSize TutorialDlg::backgroundSize | ( | ) | const |
Make geometry available for layout.
Definition at line 44 of file TutorialDlg.cpp.
| QGraphicsScene & TutorialDlg::scene | ( | ) |
Single scene the covers the entire tutorial dialog.
Definition at line 76 of file TutorialDlg.cpp.
| QGraphicsView & TutorialDlg::view | ( | ) |
Single view that displays the single scene.
Definition at line 83 of file TutorialDlg.cpp.