Public Member Functions | |
variable_mode_controller (const std::string &name, tgamestate_inspector::model &m) | |
void | show_stuff_list () |
void | handle_stuff_list_selection () |
virtual void | update_view_from_model () |
Public Member Functions inherited from gui2::single_mode_controller | |
single_mode_controller (const std::string &name, tgamestate_inspector::model &m) | |
virtual | ~single_mode_controller () |
std::string | name () const |
Additional Inherited Members | |
Protected Attributes inherited from gui2::single_mode_controller | |
tgamestate_inspector::model & | model_ |
std::string | name_ |
Definition at line 241 of file gamestate_inspector.cpp.
|
inline |
Definition at line 244 of file gamestate_inspector.cpp.
|
inlinevirtual |
Implements gui2::single_mode_controller.
Definition at line 287 of file gamestate_inspector.cpp.
References config::all_children_range(), config::attribute_range(), resources::gamedata, gui2::tgamestate_inspector::model::get_num_page(), gui2::tlistbox::get_selected_row(), game_data::get_variables(), i, gui2::single_mode_controller::model_, game_config::images::selected, gui2::tgamestate_inspector::model::set_inspect_window_text(), and gui2::tgamestate_inspector::model::stuff_list.
Referenced by update_view_from_model().
|
inlinevirtual |
Implements gui2::single_mode_controller.
Definition at line 250 of file gamestate_inspector.cpp.
References gui2::tgamestate_inspector::model::add_row_to_stuff_list(), config::all_children_range(), config::attribute_range(), gui2::tgamestate_inspector::model::clear_stuff_list(), resources::gamedata, gui2::tgamestate_inspector::model::get_num_page(), game_data::get_variables(), i, gui2::single_mode_controller::model_, and gui2::tgamestate_inspector::model::set_inspect_window_text().
Referenced by update_view_from_model().
|
inlinevirtual |
Implements gui2::single_mode_controller.
Definition at line 321 of file gamestate_inspector.cpp.
References handle_stuff_list_selection(), and show_stuff_list().