Public Member Functions | |
view (const vconfig &cfg) | |
void | pre_show (twindow &) |
void | handle_stuff_list_item_clicked () |
void | handle_stuff_types_list_item_clicked () |
void | handle_copy_button_clicked (twindow &) |
void | handle_lua_button_clicked (twindow &window) |
void | bind (twindow &window) |
Private Attributes | |
model | model_ |
controller | controller_ |
Definition at line 781 of file gamestate_inspector.cpp.
|
inline |
Definition at line 784 of file gamestate_inspector.cpp.
Definition at line 815 of file gamestate_inspector.cpp.
References _(), desktop::clipboard::available(), gui2::event::connect_signal_mouse_left_click(), gui2::event::connect_signal_notify_modified(), gui2::tgamestate_inspector::model::copy_button, gui2::dialog_view_callback(), handle_copy_button_clicked(), handle_lua_button_clicked(), handle_stuff_list_item_clicked(), handle_stuff_types_list_item_clicked(), gui2::tgamestate_inspector::model::inspect, gui2::tgamestate_inspector::model::inspector_name, gui2::tgamestate_inspector::model::lua_button, model_, gui2::tbutton::set_active(), gui2::tlistbox::set_callback_value_change(), gui2::tcontrol::set_tooltip(), gui2::tgamestate_inspector::model::stuff_list, and gui2::tgamestate_inspector::model::stuff_types_list.
Definition at line 805 of file gamestate_inspector.cpp.
References controller_, and gui2::tgamestate_inspector::controller::handle_copy_button_clicked().
Referenced by bind().
Definition at line 810 of file gamestate_inspector.cpp.
References controller_, gui2::tgamestate_inspector::controller::handle_lua_button_clicked(), and gui2::twindow::video().
Referenced by bind().
|
inline |
Definition at line 795 of file gamestate_inspector.cpp.
References controller_, and gui2::tgamestate_inspector::controller::handle_stuff_list_item_clicked().
Referenced by bind().
|
inline |
Definition at line 800 of file gamestate_inspector.cpp.
References controller_, and gui2::tgamestate_inspector::controller::handle_stuff_types_list_item_clicked().
Referenced by bind().
Definition at line 788 of file gamestate_inspector.cpp.
References controller_, gui2::tgamestate_inspector::controller::show_stuff_types_list(), and gui2::tgamestate_inspector::controller::update_view_from_model().
|
private |
Definition at line 876 of file gamestate_inspector.cpp.
Referenced by handle_copy_button_clicked(), handle_lua_button_clicked(), handle_stuff_list_item_clicked(), handle_stuff_types_list_item_clicked(), and pre_show().
|
private |
Definition at line 875 of file gamestate_inspector.cpp.
Referenced by bind().