The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | Private Attributes | List of all members
gui2::tchat_log::view Class Reference

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_
 

Detailed Description

Definition at line 340 of file chat_log.cpp.

Constructor & Destructor Documentation

gui2::tchat_log::view::view ( const vconfig cfg,
replay r 
)
inline

Definition at line 343 of file chat_log.cpp.

Member Function Documentation

void gui2::tchat_log::view::bind ( twindow window)
inline
void gui2::tchat_log::view::filter ( twindow window)
inline
void gui2::tchat_log::view::handle_copy_button_clicked ( twindow )
inline

Definition at line 379 of file chat_log.cpp.

References controller_, and gui2::tchat_log::controller::handle_copy_button_clicked().

Referenced by bind().

void gui2::tchat_log::view::handle_page_number_changed ( twindow window)
inline
void gui2::tchat_log::view::next_page ( twindow window)
inline
void gui2::tchat_log::view::pre_show ( twindow window)
inline
void gui2::tchat_log::view::previous_page ( twindow window)
inline

Member Data Documentation

controller gui2::tchat_log::view::controller_
private
model gui2::tchat_log::view::model_
private

Definition at line 427 of file chat_log.cpp.

Referenced by bind().


The documentation for this class was generated from the following file: