Adding address
This commit is contained in:
parent
93eb59b918
commit
dc33da4368
2 changed files with 12 additions and 0 deletions
|
|
@ -187,6 +187,15 @@ namespace gui_to_app {
|
|||
},
|
||||
app_builder
|
||||
};
|
||||
addr_labels = CaracInterface<Gtk::Label>{
|
||||
{
|
||||
"adresse_label_base",
|
||||
"adresse_label_carac",
|
||||
"adresse_label_materiel",
|
||||
"adresse_label_total"
|
||||
},
|
||||
app_builder
|
||||
};
|
||||
|
||||
debug_button->signal_clicked().connect(sigc::mem_fun(*this, &AppWin2Back::debug_button_clicked), false);
|
||||
}
|
||||
|
|
@ -244,6 +253,7 @@ namespace gui_to_app {
|
|||
void AppWin2Back::update_labels() const noexcept {
|
||||
update_in_labels(sheet.get_habilete(), "hab", hab_labels);
|
||||
update_in_labels(sheet.get_endurance(), "endu", endu_labels);
|
||||
update_in_labels(sheet.get_adresse(), "adresse", addr_labels);
|
||||
}
|
||||
|
||||
bool AppWin2Back::insert_obj(const character::billyEnums &obj) noexcept {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue