void createInkScreen()
createInkScreen Changes the view to the creates ink view.
Definition: mainwindowcontroller.cpp:91
void editScreenFromFile(QString file)
editScreenFromFile Obtains the interface which represents the QML file.
Definition: mainwindowcontroller.cpp:105
void edit()
edit Shows edit view.
Definition: mainwindowcontroller.cpp:98
void createMenuScreen()
createMenuScreen Changes the view to the creates menu view.
Definition: mainwindowcontroller.cpp:77
MainWindowController(MainWindow *view)
MainWindowController controller.
Definition: mainwindowcontroller.cpp:20
void selectedType(Interfaz *interfaz, int type)
selectedType Shows the edit view depends on the type of the interface.
Definition: mainwindowcontroller.cpp:125
void helpOption()
helpOption Shows the help into the web explorer.
Definition: mainwindowcontroller.cpp:37
QWidget * editScreen
editScreen Edit screen view.
Definition: mainwindowcontroller.h:69
void createInformationScreen()
createInformationScreen Changes the view to the creates information view.
Definition: mainwindowcontroller.cpp:84
MainWindow * view
view Main window view.
Definition: mainwindowcontroller.h:64
The MainWindowController class.
Definition: mainwindowcontroller.h:11
void settingsOption()
settingsOption Changes the view to the settings view.
Definition: mainwindowcontroller.cpp:30
The MainWindow class.
Definition: mainwindow.h:23