The Battle for Wesnoth  1.19.0-dev
Public Member Functions | Private Attributes | List of all members
gui2::dialogs::chat_log::view Class Reference

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_
 

Detailed Description

Definition at line 325 of file chat_log.cpp.

Constructor & Destructor Documentation

◆ view()

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

Definition at line 328 of file chat_log.cpp.

Member Function Documentation

◆ bind()

void gui2::dialogs::chat_log::view::bind ( window window)
inline

◆ filter()

void gui2::dialogs::chat_log::view::filter ( )
inline

Definition at line 354 of file chat_log.cpp.

References controller_, and gui2::dialogs::chat_log::controller::filter().

Referenced by bind().

◆ handle_copy_button_clicked()

void gui2::dialogs::chat_log::view::handle_copy_button_clicked ( window )
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().

◆ handle_page_number_changed()

void gui2::dialogs::chat_log::view::handle_page_number_changed ( )
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().

◆ next_page()

void gui2::dialogs::chat_log::view::next_page ( )
inline

Definition at line 344 of file chat_log.cpp.

References controller_, and gui2::dialogs::chat_log::controller::next_page().

Referenced by bind().

◆ pre_show()

void gui2::dialogs::chat_log::view::pre_show ( )
inline

◆ previous_page()

void gui2::dialogs::chat_log::view::previous_page ( )
inline

Definition at line 349 of file chat_log.cpp.

References controller_, and gui2::dialogs::chat_log::controller::previous_page().

Referenced by bind().

Member Data Documentation

◆ controller_

controller gui2::dialogs::chat_log::view::controller_
private

◆ model_

model gui2::dialogs::chat_log::view::model_
private

Definition at line 405 of file chat_log.cpp.

Referenced by bind().


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