|
QVariantMap | toMap () const |
|
Definice je uvedena na řádku 45 v souboru dbt.h.
◆ ClientSettings()
Dbt::ClientSettings::ClientSettings |
( |
| ) |
|
|
inline |
Definice je uvedena na řádku 54 v souboru dbt.h.
54 {
55 multiple_timesheets = true;
56 show_price = true;
57 can_change_category = true;
58 edit_categories = true;
59 show_multiple_timesheets = true;
60 show_show_price = true;
61 show_can_change_category = true;
62 show_edit_categories = true;
63 }
◆ fromMap()
Definice je uvedena na řádku 71 v souboru dbt.cpp.
71 {
73 x.multiple_timesheets = map["multiple_timesheets"].toBool();
74 x.show_price = map["show_price"].toBool();
75 x.can_change_category = map["can_change_category"].toBool();
76 x.edit_categories = map["edit_categories"].toBool();
77 x.show_multiple_timesheets = map["show_multiple_timesheets"].toBool();
78 x.show_show_price = map["show_show_price"].toBool();
79 x.show_can_change_category = map["show_can_change_category"].toBool();
80 x.show_edit_categories = map["show_edit_categories"].toBool();
81 return x;
82}
◆ toMap()
QVariantMap ClientSettings::toMap |
( |
| ) |
const |
Definice je uvedena na řádku 49 v souboru dbt.cpp.
49 {
50 QVariantMap x;
51 x["multiple_timesheets"] = multiple_timesheets;
52 x["show_price"] = show_price;
53 x["can_change_category"] = can_change_category;
54 x["edit_categories"] = edit_categories;
55 x["show_multiple_timesheets"] = show_multiple_timesheets;
56 x["show_show_price"] = show_show_price;
57 x["show_can_change_category"] = show_can_change_category;
58 x["show_edit_categories"] = show_edit_categories;
59 return x;
60}
◆ can_change_category
bool Dbt::ClientSettings::can_change_category |
Definice je uvedena na řádku 48 v souboru dbt.h.
◆ edit_categories
bool Dbt::ClientSettings::edit_categories |
Definice je uvedena na řádku 49 v souboru dbt.h.
◆ multiple_timesheets
bool Dbt::ClientSettings::multiple_timesheets |
Definice je uvedena na řádku 46 v souboru dbt.h.
◆ show_can_change_category
bool Dbt::ClientSettings::show_can_change_category |
Definice je uvedena na řádku 52 v souboru dbt.h.
◆ show_edit_categories
bool Dbt::ClientSettings::show_edit_categories |
Definice je uvedena na řádku 53 v souboru dbt.h.
◆ show_multiple_timesheets
bool Dbt::ClientSettings::show_multiple_timesheets |
Definice je uvedena na řádku 50 v souboru dbt.h.
◆ show_price
bool Dbt::ClientSettings::show_price |
Definice je uvedena na řádku 47 v souboru dbt.h.
◆ show_show_price
bool Dbt::ClientSettings::show_show_price |
Definice je uvedena na řádku 51 v souboru dbt.h.
Dokumentace pro tuto strukturu byla vygenerována z následujících souborů: