The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Classes | Namespaces | Functions
wml_message.hpp File Reference
#include "gui/dialogs/dialog.hpp"
Include dependency graph for wml_message.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  gui2::twml_message_option
 Helper class for message options. More...
 
class  gui2::twml_message_
 Base class for the wml generated messages. More...
 
class  gui2::twml_message_left
 Shows a dialog with the portrait on the left side. More...
 
class  gui2::twml_message_right
 Shows a dialog with the portrait on the right side. More...
 

Namespaces

 gui2
 A class inherited from ttext_box that displays its input as stars.
 

Functions

int gui2::show_wml_message (const bool left_side, CVideo &video, const std::string &title, const std::string &message, const std::string &portrait, const bool mirror, const bool has_input, const std::string &input_caption, std::string *input_text, const unsigned maximum_length, const std::vector< twml_message_option > &option_list, int *chosen_option)
 Helper function to show a portrait. More...