|
| Information () |
| Information constructor.
|
|
QVector< Card * > * | getCards () |
| getCards Returns list of the information screen cards. More...
|
|
void | setCards (QVector< Card *> *value) |
| setCards Repalces information screen cards. More...
|
|
void | createCards () |
| createCards Creates a list of empty cards. The size of the list is determined by the numberOfElements value of the Interfaz.
|
|
void | addProperty (int card, QString property, QString value) |
| addProperty Adds new property to the specified card. More...
|
|
void | addProperty (int card, int propertyIndex, QString property, QString value) |
| addProperty Adds new property to the specified card into the specified property index. More...
|
|
void | removeProperty (int card, int indexProperty) |
| removeProperty Removes the specified property at the specified card. More...
|
|
int | hasMaximumOfProoperties (int card) |
| hasMaximumOfProoperties Returns if the card admits more properties. More...
|
|
int | getNumberOfProperties (int card) |
| getNumberOfProperties Returns the number of properties in the specified card. More...
|
|
QString | getCardTitle (int card) |
| getCardTitle Returns the title of the specified card. More...
|
|
void | setCardTitle (int card, QString title) |
| setCardTitle Replaces the title of the specified card. More...
|
|
QString | getCardImage (int card) |
| getCardImage Returns the image path of the specified card. More...
|
|
void | setCardImage (int card, QString path) |
| setCardImage Raplaces the image path of the specified card. More...
|
|
QStringList | takeProperty (int card, int indexProperty) |
| takeProperty Returns and remove the speficied property at the card. More...
|
|
QStringList | getProperty (int card, int indexProperty) |
| getProperty Returns the specified property at the card. More...
|
|
int | getCardCols () |
| getCardCols Returns the maximum number of columns in the cards. More...
|
|
void | setCardCols (int value) |
| setCardCols Raplaces the number of columns in the cards. More...
|
|
int | getCardRows () |
| getCardRows Returns the maximum number of rows in the cards. More...
|
|
void | setCardRows (int value) |
| setCardRows Replaces the number of rows in the cards. More...
|
|
void | addEmptyLeftProperties (int card) |
| addEmptyLeftProperties Adds empty properties until the maximum number of properties in the card is reached. More...
|
|
void | resizeNumberOfCards () |
| resizeNumberOfCards Appends or removes cards in order not to exceed the maximum number of cards.
|
|
void | resizeNumberOfProperties () |
| resizeNumberOfProperties Appends of removes properties in order not to exceed the maximum number of properties.
|
|
| Interfaz () |
| Interfaz constructor.
|
|
int | getHeight () |
| getHeigth Returns the screen height. More...
|
|
void | setHeigth (int height) |
| setHeigth Replaces the screen height. More...
|
|
int | getWidth () |
| getWidth Returns the screen width. More...
|
|
void | setWidth (int width) |
| setWidth Repalces the screen width. More...
|
|
int | getNumberOfElements () const |
| getNumberOfElements Returns the screen number of elements. More...
|
|
void | setNumberOfElements (int value) |
| setNumberOfElements Raplaces the screen number of elements. More...
|
|
int | getNumberOfRows () const |
| getNumberOfRows Returns the screen number of rows. More...
|
|
void | setNumberOfRows (int value) |
| setNumberOfRows Raplaces the screen number of rows. More...
|
|
int | getNumberOfCols () const |
| getNumberOfCols Returns the screen number of columns. More...
|
|
void | setNumberOfCols (int value) |
| setNumberOfCols Replaces the screen number of columns. More...
|
|
QString | getImageBackground () const |
| getImageBackground Returns the screen background image path. More...
|
|
void | setImageBackground (QString value) |
| setImageBackground Replaces the screen background image path. More...
|
|
QColor | getColorBackground () |
| getColorBackground Returns the screen background color. More...
|
|
void | setColorBackground (const QColor &value) |
| setColorBackground Repalces the screen background color. More...
|
|
bool | getHasIcons () const |
| getHasIcons Returns if the interface has icons. More...
|
|
void | setHasIcons (bool value) |
| setHasIcons Specifies if the interfaces has icons. More...
|
|
bool | getHasImageBackground () const |
| getHasImageBackground Returns if the interface has an image background. More...
|
|
void | setHasImageBackground (bool value) |
| setHasImageBackground Specifies if the interface has an image background. More...
|
|
The Information class. Represents Information screens.