4 #include <Model/icon.h> bool getHasIcons() const
getHasIcons Returns if the interface has icons.
Definition: interfaz.cpp:80
bool getHasImageBackground() const
getHasImageBackground Returns if the interface has an image background.
Definition: interfaz.cpp:90
QColor colorBackground
colorBackground Scrren background color.
Definition: interfaz.h:167
QString imageBackground
imageBackground Screen image background path.
Definition: interfaz.h:152
int getWidth()
getWidth Returns the screen width.
Definition: interfaz.cpp:20
int numberOfElements
numberOfElements Screen number of elements.
Definition: interfaz.h:175
void setHeigth(int height)
setHeigth Replaces the screen height.
Definition: interfaz.cpp:15
void setNumberOfElements(int value)
setNumberOfElements Raplaces the screen number of elements.
Definition: interfaz.cpp:35
int numberOfCols
numberOfCols Screen number of columns.
Definition: interfaz.h:132
QString getImageBackground() const
getImageBackground Returns the screen background image path.
Definition: interfaz.cpp:60
bool hasImageBackground
hasImageBackground Screen background option.
Definition: interfaz.h:157
int getNumberOfElements() const
getNumberOfElements Returns the screen number of elements.
Definition: interfaz.cpp:30
int getNumberOfRows() const
getNumberOfRows Returns the screen number of rows.
Definition: interfaz.cpp:40
int height
height Screen height
Definition: interfaz.h:142
int width
width Screen width
Definition: interfaz.h:147
void setImageBackground(QString value)
setImageBackground Replaces the screen background image path.
Definition: interfaz.cpp:65
int numberOfRows
numberOfRows Screen number of rows.
Definition: interfaz.h:137
The Interfaz class. Represents generic screen.
Definition: interfaz.h:10
void setNumberOfCols(int value)
setNumberOfCols Replaces the screen number of columns.
Definition: interfaz.cpp:55
int getNumberOfCols() const
getNumberOfCols Returns the screen number of columns.
Definition: interfaz.cpp:50
void setHasImageBackground(bool value)
setHasImageBackground Specifies if the interface has an image background.
Definition: interfaz.cpp:95
QColor getColorBackground()
getColorBackground Returns the screen background color.
Definition: interfaz.cpp:70
Interfaz()
Interfaz constructor.
Definition: interfaz.cpp:5
void setColorBackground(const QColor &value)
setColorBackground Repalces the screen background color.
Definition: interfaz.cpp:75
void setWidth(int width)
setWidth Repalces the screen width.
Definition: interfaz.cpp:25
int getHeight()
getHeigth Returns the screen height.
Definition: interfaz.cpp:10
void setHasIcons(bool value)
setHasIcons Specifies if the interfaces has icons.
Definition: interfaz.cpp:85
bool hasIcons
hasIcons Screen icon option.
Definition: interfaz.h:162
void setNumberOfRows(int value)
setNumberOfRows Raplaces the screen number of rows.
Definition: interfaz.cpp:45