16 #ifndef GUI_DIALOGS_MP_CHANGE_CONTROL_HPP_INCLUDED
17 #define GUI_DIALOGS_MP_CHANGE_CONTROL_HPP_INCLUDED
22 #include <boost/shared_ptr.hpp>
virtual const std::string & window_id() const
Inherited from tdialog, implemented by REGISTER_DIALOG.
base class of top level items, the only item which needs to store the final canvases to draw on ...
events::menu_handler * menu_handler_
A class inherited from ttext_box that displays its input as stars.
The controller acts upon the model.
Abstract base class for all dialogs.
void post_show(twindow &window)
Actions to be taken after the window has been shown.
void pre_show(twindow &window)
Inherited from tdialog.
boost::shared_ptr< view > view_
The model is an interface defining the data to be displayed or otherwise acted upon in the user inter...
GLsizei const GLcharARB ** string
The view is an interface that displays data (the model) and routes user commands to the controller to...
tmp_change_control(events::menu_handler *mh)
boost::shared_ptr< view > get_view()