5 #include <Model/inktextoption.h> 32 void showError(QString error);
38 void showSuccess(QString success);
44 void showInfo(QString info);
50 int getNumberOfElements();
56 int getNumberOfCols();
62 int getNumberOfRows();
83 void addInkButtons(
int numberOfElements,
int rows,
int cols, QVector<QColor> *colors =
new QVector<QColor>);
94 InkTextOption getTextOption();
101 QColor getInkColor(
int position);
107 void setEditModel(
Interfaz *interfaz);
115 void on_positionCombo_activated(
int index);
120 void on_homeBtn_clicked();
125 void on_settingsBtn_clicked();
130 void on_helpBtn_clicked();
135 void on_plusBtn_clicked();
140 void on_lessBtn_clicked();
145 void on_rowInput_textEdited();
150 void on_colInput_textEdited();
155 void on_numberElementInput_textEdited();
160 void selectBtnColor();
165 void on_porcentageRadio_clicked();
170 void on_numberRadio_clicked();
175 void on_noneRadio_clicked();
180 void on_continueBtn_clicked();
185 void on_heightInput_textEdited();
190 void on_widthInput_textEdited();
202 void setValidators();
217 void showSizeElements();
222 void hideSizeElements();
228 void checkNumberElements(
int elements);
238 void clearInkButtons();
248 #endif // INKSCREEN_H Definition: beforestart.h:6
Ui::InkScreen * ui
ui
Definition: inkscreen.h:245
The InkScreen class.
Definition: inkscreen.h:15
The Interfaz class. Represents generic screen.
Definition: interfaz.h:10
The View class.
Definition: view.h:22