The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | Public Attributes | List of all members
gui2::event::tmessage_show_helptip Struct Reference

The message for MESSAGE_SHOW_HELPTIP. More...

#include <message.hpp>

Inheritance diagram for gui2::event::tmessage_show_helptip:
Inheritance graph

Public Member Functions

 tmessage_show_helptip (const std::string &message_, const tpoint &location_)
 
- Public Member Functions inherited from gui2::event::tmessage
virtual ~tmessage ()
 

Public Attributes

const std::string message
 The message to show on the helptip. More...
 
const tpoint location
 The location where to show the helptip. More...
 

Detailed Description

The message for MESSAGE_SHOW_HELPTIP.

Definition at line 68 of file message.hpp.

Constructor & Destructor Documentation

gui2::event::tmessage_show_helptip::tmessage_show_helptip ( const std::string message_,
const tpoint location_ 
)
inline

Definition at line 70 of file message.hpp.

Member Data Documentation

const tpoint gui2::event::tmessage_show_helptip::location

The location where to show the helptip.

Definition at line 79 of file message.hpp.

const std::string gui2::event::tmessage_show_helptip::message

The message to show on the helptip.

Definition at line 76 of file message.hpp.


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