5 #include <Model/interfaz.h> 8 #define HEADER_FILE "file: 86 #endif // CONTROLLER_H Controller()
Controller constructor.
Definition: controller.cpp:14
void showPreview(QString path)
showPreview show graphic preview of QML file.
Definition: controller.cpp:69
View * generalView
generalView primary view.
Definition: controller.h:71
void on_settingsBtn_clicked()
on_settingsBtn_clicked.
Definition: controller.cpp:110
bool confirmExit()
confirmExit ask the user for exit confirmation.
Definition: controller.cpp:51
void on_homeBtn_clicked(bool ask=true)
on_homeBtn_clicked.
Definition: controller.cpp:19
The Controller class.
Definition: controller.h:13
void switchToOptionsView()
switchToOptionsView change the current view to the secondary view.
Definition: controller.cpp:96
The Interfaz class. Represents generic screen.
Definition: interfaz.h:10
void on_helpBtn_clicked(QString path, QPoint position)
on_helpBtn_clicked.
Definition: controller.cpp:132
View * optionsView
optionsView secondary view.
Definition: controller.h:76
The View class.
Definition: view.h:22
QString getLongSavePath()
getLongSavePath ask the user the location to save the file.
Definition: controller.cpp:79
Interfaz * interfaz
interfaz interface.
Definition: controller.h:81