42 bool isAutomaticPosition();
54 void showError(QString error);
60 void showSuccess(QString success);
66 void showInfo(QString info);
72 QString getBackgroundColor();
78 QString getBackgroundImage();
84 int getNumberOfRows();
90 int getNumberOfCols();
96 int getNumberOfIcons();
114 void setEditModel(
Interfaz *interfaz);
126 void on_helpBtn_clicked();
131 void on_titlePositiveOption_clicked();
136 void on_titleNegativeOption_clicked();
141 void on_continueBtn_clicked();
146 void on_automaticPositionRadio_clicked();
151 void on_customizePositionRadio_clicked();
156 void on_rowInput_textEdited();
161 void on_colInput_textEdited();
166 void on_plusBtn_clicked();
171 void on_lessBtn_clicked();
176 void on_heightInput_textEdited();
181 void on_widthInput_textEdited();
187 void on_colorBackgroundBtn_clicked(
bool checked);
193 void on_imageBackgroundBtn_clicked(
bool checked);
198 void on_homeBtn_clicked();
203 void on_settingsBtn_clicked();
209 void on_numberIconsBox_textEdited(
const QString &arg1);
215 void on_positionCombo_activated(
int index);
222 void setValidators();
227 void hideSizeElements();
237 void showSizeElements();
248 void checkNumberIcons(
int numberOfIcons);
253 void setDefaultIcons();
261 void setDefaultIcon(QPushButton *button, QString iconPathOn, QString iconPathOff);
277 #endif // MENUSCREEN_H Definition: beforestart.h:6
The Controller class.
Definition: controller.h:13
The Interfaz class. Represents generic screen.
Definition: interfaz.h:10
The View class.
Definition: view.h:22