The message for MESSAGE_SHOW_HELPTIP. More...
#include <message.hpp>
Public Member Functions | |
message_show_helptip (const std::string &message_, const point &location_, const SDL_Rect &source_rect_) | |
Public Attributes | |
const std::string | message |
The message to show on the helptip. More... | |
const point | location |
The location where to show the helptip. More... | |
const SDL_Rect | source_rect |
The size of the entity requesting to show a helptip. More... | |
The message for MESSAGE_SHOW_HELPTIP.
Definition at line 76 of file message.hpp.
|
inline |
Definition at line 78 of file message.hpp.
const point gui2::event::message_show_helptip::location |
The location where to show the helptip.
Definition at line 87 of file message.hpp.
Referenced by gui2::window::signal_handler_message_show_helptip().
const std::string gui2::event::message_show_helptip::message |
The message to show on the helptip.
Definition at line 84 of file message.hpp.
Referenced by gui2::window::signal_handler_message_show_helptip().
const SDL_Rect gui2::event::message_show_helptip::source_rect |
The size of the entity requesting to show a helptip.
Definition at line 90 of file message.hpp.
Referenced by gui2::window::signal_handler_message_show_helptip().