Public Member Functions | |
view (const vconfig &cfg, replay *r) | |
void | pre_show (twindow &window) |
void | handle_page_number_changed (twindow &window) |
void | next_page (twindow &window) |
void | previous_page (twindow &window) |
void | filter (twindow &window) |
void | handle_copy_button_clicked (twindow &) |
void | bind (twindow &window) |
Private Attributes | |
model | model_ |
controller | controller_ |
Definition at line 340 of file chat_log.cpp.
Definition at line 343 of file chat_log.cpp.
Definition at line 384 of file chat_log.cpp.
References _(), desktop::clipboard::available(), gui2::tbutton::connect_click_handler(), gui2::event::connect_signal_mouse_left_click(), gui2::event::connect_signal_notify_modified(), gui2::tchat_log::model::copy_button, gui2::tchat_log::model::filter, filter(), handle_copy_button_clicked(), handle_page_number_changed(), LOG_CHAT_LOG, model_, gui2::tchat_log::model::msg_label, gui2::tchat_log::model::next_page, next_page(), gui2::tchat_log::model::page_label, gui2::tchat_log::model::page_number, gui2::tchat_log::model::previous_page, previous_page(), gui2::tbutton::set_active(), gui2::ttext_::set_text_changed_callback(), and gui2::tcontrol::set_tooltip().
Definition at line 373 of file chat_log.cpp.
References controller_, gui2::tchat_log::controller::filter(), and gui2::twindow::invalidate_layout().
Referenced by bind().
Definition at line 379 of file chat_log.cpp.
References controller_, and gui2::tchat_log::controller::handle_copy_button_clicked().
Referenced by bind().
Definition at line 355 of file chat_log.cpp.
References controller_, gui2::tchat_log::controller::handle_page_number_changed(), and gui2::twindow::invalidate_layout().
Referenced by bind().
Definition at line 361 of file chat_log.cpp.
References controller_, gui2::twindow::invalidate_layout(), and gui2::tchat_log::controller::next_page().
Referenced by bind().
Definition at line 347 of file chat_log.cpp.
References controller_, gui2::twindow::invalidate_layout(), LOG_CHAT_LOG, and gui2::tchat_log::controller::update_view_from_model().
Definition at line 367 of file chat_log.cpp.
References controller_, gui2::twindow::invalidate_layout(), and gui2::tchat_log::controller::previous_page().
Referenced by bind().
|
private |
Definition at line 428 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 427 of file chat_log.cpp.
Referenced by bind().