The Battle for Wesnoth  1.19.5+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 ()
 
void bind (window &window)
 

Private Attributes

model model_
 
controller controller_
 

Detailed Description

Definition at line 324 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 327 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 353 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 ( )
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().

◆ handle_page_number_changed()

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

◆ next_page()

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

Definition at line 343 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 348 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 398 of file chat_log.cpp.

Referenced by bind().


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