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_tooltip Struct Reference

The message for MESSAGE_SHOW_TOOLTIP. More...

#include <message.hpp>

Inheritance diagram for gui2::event::tmessage_show_tooltip:
Inheritance graph

Public Member Functions

 tmessage_show_tooltip (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 tooltip. More...
 
const tpoint location
 The location where to show the tooltip. More...
 

Detailed Description

The message for MESSAGE_SHOW_TOOLTIP.

Definition at line 53 of file message.hpp.

Constructor & Destructor Documentation

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

Definition at line 55 of file message.hpp.

Member Data Documentation

const tpoint gui2::event::tmessage_show_tooltip::location

The location where to show the tooltip.

Definition at line 64 of file message.hpp.

const std::string gui2::event::tmessage_show_tooltip::message

The message to show on the tooltip.

Definition at line 61 of file message.hpp.


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