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::tmp_change_control::view Class Reference

The view is an interface that displays data (the model) and routes user commands to the controller to act upon that data. More...

Public Member Functions

 view ()
 
void pre_show (twindow &window)
 
void handle_sides_list_item_clicked (twindow &window)
 
void handle_nicks_list_item_clicked (twindow &window)
 
void bind (twindow &window)
 
void post_show (int retval, events::menu_handler *mh)
 

Private Attributes

model model_
 
controller controller_
 

Detailed Description

The view is an interface that displays data (the model) and routes user commands to the controller to act upon that data.

Definition at line 316 of file mp_change_control.cpp.

Constructor & Destructor Documentation

gui2::tmp_change_control::view::view ( )
inline

Definition at line 319 of file mp_change_control.cpp.

Member Function Documentation

void gui2::tmp_change_control::view::bind ( twindow window)
inline
void gui2::tmp_change_control::view::handle_nicks_list_item_clicked ( twindow window)
inline
void gui2::tmp_change_control::view::handle_sides_list_item_clicked ( twindow window)
inline
void gui2::tmp_change_control::view::post_show ( int  retval,
events::menu_handler mh 
)
inline
void gui2::tmp_change_control::view::pre_show ( twindow window)
inline

Member Data Documentation

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

Definition at line 389 of file mp_change_control.cpp.

Referenced by bind(), and pre_show().


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