Engauge Digitizer 2
|
Class to create state contexts, which wrap state machine design patterns, for MainWindow class. More...
#include <CreateStateContexts.h>
Public Member Functions | |
CreateStateContexts () | |
Single constructor. | |
void | create (MainWindow &mw) |
Create state contexts. | |
Class to create state contexts, which wrap state machine design patterns, for MainWindow class.
We derive from QObject and use Q_OBJECT so translations work
Definition at line 17 of file CreateStateContexts.h.
CreateStateContexts::CreateStateContexts | ( | ) |
void CreateStateContexts::create | ( | MainWindow & | mw | ) |
Create state contexts.
Definition at line 20 of file CreateStateContexts.cpp.