Public Member Functions | |
view (const vconfig &cfg, const replay &r) | |
void | pre_show () |
void | handle_page_number_changed () |
void | next_page () |
void | previous_page () |
void | filter () |
void | handle_copy_button_clicked (window &) |
void | bind (window &window) |
Private Attributes | |
model | model_ |
controller | controller_ |
Definition at line 325 of file chat_log.cpp.
Definition at line 328 of file chat_log.cpp.
|
inline |
Definition at line 364 of file chat_log.cpp.
References _(), desktop::clipboard::available(), gui2::button::connect_click_handler(), gui2::event::connect_signal_mouse_left_click(), gui2::event::connect_signal_notify_modified(), gui2::dialogs::chat_log::model::copy_button, gui2::dialogs::chat_log::model::filter, filter(), handle_copy_button_clicked(), handle_page_number_changed(), gui2::window::keyboard_capture(), LOG_CHAT_LOG, model_, gui2::dialogs::chat_log::model::msg_label, gui2::dialogs::chat_log::model::next_page, next_page(), gui2::dialogs::chat_log::model::page_label, gui2::dialogs::chat_log::model::page_number, gui2::dialogs::chat_log::model::previous_page, previous_page(), gui2::button::set_active(), gui2::text_box_base::set_text_changed_callback(), and gui2::styled_widget::set_tooltip().
|
inline |
Definition at line 354 of file chat_log.cpp.
References controller_, and gui2::dialogs::chat_log::controller::filter().
Referenced by bind().
|
inline |
Definition at line 359 of file chat_log.cpp.
References controller_, and gui2::dialogs::chat_log::controller::handle_copy_button_clicked().
Referenced by bind().
|
inline |
Definition at line 339 of file chat_log.cpp.
References controller_, and gui2::dialogs::chat_log::controller::handle_page_number_changed().
Referenced by bind().
|
inline |
Definition at line 344 of file chat_log.cpp.
References controller_, and gui2::dialogs::chat_log::controller::next_page().
Referenced by bind().
|
inline |
Definition at line 332 of file chat_log.cpp.
References controller_, LOG_CHAT_LOG, and gui2::dialogs::chat_log::controller::update_view_from_model().
|
inline |
Definition at line 349 of file chat_log.cpp.
References controller_, and gui2::dialogs::chat_log::controller::previous_page().
Referenced by bind().
|
private |
Definition at line 406 of file chat_log.cpp.
Referenced by filter(), handle_copy_button_clicked(), handle_page_number_changed(), next_page(), pre_show(), and previous_page().
|
private |
Definition at line 405 of file chat_log.cpp.
Referenced by bind().