3 #include <Model/interfaz.h> 4 #include <Model/card.h> 28 void setCards(QVector<Card*> *value);
41 void addProperty(
int card, QString property, QString value);
50 void addProperty(
int card,
int propertyIndex, QString property, QString value);
115 QStringList
getProperty(
int card,
int indexProperty);
175 #endif // INFORMATION_H
The Interfaz class. Represents generic screen.
Definition: interfaz.h:10