|
| InformationScreenController (InformationScreen *view) |
| InformationScreenController constructor. More...
|
|
void | checkGeneralMenuSize () |
| checkGeneralMenuSize Checks the number of elements and if it is correct, sets the value into the information model.
|
|
void | heightView () |
| heightView Gets the screen height and sets it into the information model.
|
|
void | widthView () |
| widthView Gets the screen width and sets it into the information model.
|
|
void | colorBackground () |
| colorBackground Gets the screen background color and sets it into the information model.
|
|
void | imageBackground () |
| imageBackground Gets the screen background image and sets it into the information model.
|
|
void | cardSize () |
| cardSize Gets the screen card rows and columns and sets it into the information model.
|
|
void | number_of_icons () |
| number_of_icons Gets the screen number of icons and sets it into the information model.
|
|
void | on_icon_options () |
| on_icon_options Gets the screen icon option and sets it into the information model.
|
|
void | on_continueBtn_clicked () |
| on_continueBtn_clicked Changes between the primary view and the secondary view.
|
|
void | cardTitle () |
| cardTitle Gets the screen card title and sets it into the information model.
|
|
void | cardIcon () |
| cardIcon Gets the screen image path and sets it into the information model.
|
|
void | addProperty () |
| addProperty Gets the screen property and sets it into the information model.
|
|
void | removeProperty () |
| removeProperty Gets the screen property and removes it into the information model.
|
|
void | changeProperty () |
| changeProperty Gets the screen property and edits it into the information model.
|
|
void | selectProperty () |
| selectProperty Gets the clicked property and shows the property values.
|
|
void | nextCard () |
| nextCard Changes the current card.
|
|
void | updateCardViewProgress () |
| updateCardViewProgress Update the progress view.
|
|
void | setModel (Interfaz *interfaz) |
| setModel Sets the information model. More...
|
|
void | goBack () |
| goBack Goes to the previous card, if is the first card, goes to information general options.
|
|
| Controller () |
| Controller constructor.
|
|
void | on_homeBtn_clicked (bool ask=true) |
| on_homeBtn_clicked. More...
|
|
void | on_settingsBtn_clicked () |
| on_settingsBtn_clicked.
|
|
void | on_helpBtn_clicked (QString path, QPoint position) |
| on_helpBtn_clicked. More...
|
|