|
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 18 of file TutorialDlg.h.
| TutorialDlg::TutorialDlg | ( | MainWindow * | mainWindow | ) |
| 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.
1.8.16