Public Member Functions | |
view (window &window) | |
stuff_list_adder | stuff_list_entry (tree_view_node *parent, const std::string &defn) |
void | update (model &m) |
void | clear_stuff_list () |
void | page (int where) |
Private Attributes | |
int | current_page_ = 0 |
tree_view * | stuff_list_ |
styled_widget * | inspect_ |
styled_widget * | pages_ |
styled_widget * | left_ |
styled_widget * | right_ |
Definition at line 160 of file gamestate_inspector.cpp.
|
inline |
Definition at line 163 of file gamestate_inspector.cpp.
|
inline |
Definition at line 197 of file gamestate_inspector.cpp.
References gui2::tree_view::clear(), gui2::widget::invisible, left_, pages_, right_, gui2::styled_widget::set_label(), gui2::widget::set_visible(), and stuff_list_.
Referenced by gui2::dialogs::gamestate_inspector::controller::handle_lua_button_clicked().
|
inline |
Definition at line 205 of file gamestate_inspector.cpp.
References current_page_.
Referenced by gui2::dialogs::gamestate_inspector::controller::handle_page_button_clicked().
|
inline |
Definition at line 172 of file gamestate_inspector.cpp.
References gui2::tree_view::get_root_node(), gui2::widget::parent(), and stuff_list_.
Referenced by gui2::dialogs::gamestate_inspector::controller::build_stuff_list(), gui2::dialogs::unit_mode_controller::show_list(), gui2::dialogs::event_mode_controller::show_list(), and gui2::dialogs::team_mode_controller::show_recall().
|
inline |
Definition at line 177 of file gamestate_inspector.cpp.
References gui2::dialogs::gamestate_inspector::model::count_pages(), current_page_, gui2::dialogs::gamestate_inspector::model::get_data_paged(), inspect_, gui2::widget::invisible, left_, pages_, right_, gui2::styled_widget::set_active(), gui2::styled_widget::set_label(), gui2::widget::set_visible(), and gui2::widget::visible.
Referenced by gui2::dialogs::gamestate_inspector::controller::handle_lua_button_clicked(), gui2::dialogs::gamestate_inspector::controller::handle_page_button_clicked(), and gui2::dialogs::gamestate_inspector::controller::handle_stuff_list_item_clicked().
|
private |
Definition at line 211 of file gamestate_inspector.cpp.
|
private |
Definition at line 213 of file gamestate_inspector.cpp.
Referenced by update().
|
private |
Definition at line 215 of file gamestate_inspector.cpp.
Referenced by clear_stuff_list(), and update().
|
private |
Definition at line 214 of file gamestate_inspector.cpp.
Referenced by clear_stuff_list(), and update().
|
private |
Definition at line 216 of file gamestate_inspector.cpp.
Referenced by clear_stuff_list(), and update().
|
private |
Definition at line 212 of file gamestate_inspector.cpp.
Referenced by clear_stuff_list(), and stuff_list_entry().