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 () |
void | bind (window &window) |
Private Attributes | |
model | model_ |
controller | controller_ |
Definition at line 324 of file chat_log.cpp.
Definition at line 327 of file chat_log.cpp.
|
inline |
Definition at line 363 of file chat_log.cpp.
References 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(), gui2::widget::find_widget(), 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(), and gui2::text_box_base::set_text_changed_callback().
|
inline |
Definition at line 353 of file chat_log.cpp.
References controller_, and gui2::dialogs::chat_log::controller::filter().
Referenced by bind().
|
inline |
Definition at line 358 of file chat_log.cpp.
References controller_, and gui2::dialogs::chat_log::controller::handle_copy_button_clicked().
Referenced by bind().
|
inline |
Definition at line 338 of file chat_log.cpp.
References controller_, and gui2::dialogs::chat_log::controller::handle_page_number_changed().
Referenced by bind().
|
inline |
Definition at line 343 of file chat_log.cpp.
References controller_, and gui2::dialogs::chat_log::controller::next_page().
Referenced by bind().
|
inline |
Definition at line 331 of file chat_log.cpp.
References controller_, LOG_CHAT_LOG, and gui2::dialogs::chat_log::controller::update_view_from_model().
|
inline |
Definition at line 348 of file chat_log.cpp.
References controller_, and gui2::dialogs::chat_log::controller::previous_page().
Referenced by bind().
|
private |
Definition at line 399 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 398 of file chat_log.cpp.
Referenced by bind().