|
QVariantMap | toMap () const |
|
Definice je uvedena na řádku 346 v souboru dbt.h.
◆ CategoriesOverview()
Dbt::CategoriesOverview::CategoriesOverview |
( |
| ) |
|
|
inline |
Definice je uvedena na řádku 356 v souboru dbt.h.
356{ depth = 0; price = 0; time = 0; }
◆ toMap()
QVariantMap CategoriesOverview::toMap |
( |
| ) |
const |
Definice je uvedena na řádku 486 v souboru dbt.cpp.
486 {
487 QVariantMap data;
488 data["type"] = type;
489 data["depth"] = depth;
490 data["tickets_count"] = tickets_count;
491 data["category"] = category;
492 data["description"] = description;
493 data["price"] = price;
494 data["time"] = time;
495 data["ordering"] = ordering;
496 return data;
497}
◆ category
QString Dbt::CategoriesOverview::category |
Definice je uvedena na řádku 349 v souboru dbt.h.
◆ depth
int Dbt::CategoriesOverview::depth |
Definice je uvedena na řádku 348 v souboru dbt.h.
◆ description
QString Dbt::CategoriesOverview::description |
Definice je uvedena na řádku 350 v souboru dbt.h.
◆ ordering
QString Dbt::CategoriesOverview::ordering |
Definice je uvedena na řádku 354 v souboru dbt.h.
◆ price
double Dbt::CategoriesOverview::price |
Definice je uvedena na řádku 352 v souboru dbt.h.
◆ tickets_count
int Dbt::CategoriesOverview::tickets_count |
Definice je uvedena na řádku 351 v souboru dbt.h.
◆ time
double Dbt::CategoriesOverview::time |
Definice je uvedena na řádku 353 v souboru dbt.h.
◆ type
QString Dbt::CategoriesOverview::type |
Definice je uvedena na řádku 347 v souboru dbt.h.
Dokumentace pro tuto strukturu byla vygenerována z následujících souborů: