Engauge Digitizer 2
Loading...
Searching...
No Matches
Public Member Functions | List of all members
TutorialDlg Class Reference

Tutorial using a strategy like a comic strip with decision points deciding which panels appear. More...

#include <TutorialDlg.h>

Inheritance diagram for TutorialDlg:

Public Member Functions

 TutorialDlg (MainWindow *mainWindow)
 Single constructor.
 
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.
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ TutorialDlg()

TutorialDlg::TutorialDlg ( MainWindow mainWindow)

Single constructor.

Definition at line 20 of file TutorialDlg.cpp.

Member Function Documentation

◆ backgroundSize()

QSize TutorialDlg::backgroundSize ( ) const

Make geometry available for layout.

Definition at line 34 of file TutorialDlg.cpp.

◆ scene()

QGraphicsScene & TutorialDlg::scene ( )

Single scene the covers the entire tutorial dialog.

Definition at line 66 of file TutorialDlg.cpp.

◆ view()

QGraphicsView & TutorialDlg::view ( )

Single view that displays the single scene.

Definition at line 73 of file TutorialDlg.cpp.


The documentation for this class was generated from the following files: