Helper class for message options. More...
#include <wml_message.hpp>
Public Member Functions | |
wml_message_option (std::string label, std::string description="", std::string image="") | |
std::string | label () const |
std::string | description () const |
std::string | image () const |
Private Attributes | |
std::string | label_ |
std::string | description_ |
std::string | image_ |
Helper class for message options.
Definition at line 26 of file wml_message.hpp.
|
inlineexplicit |
Definition at line 28 of file wml_message.hpp.
|
inline |
Definition at line 34 of file wml_message.hpp.
References description_.
|
inline |
Definition at line 35 of file wml_message.hpp.
References image_.
|
inline |
Definition at line 33 of file wml_message.hpp.
References label_.
|
private |
Definition at line 37 of file wml_message.hpp.
Referenced by description().
|
private |
Definition at line 37 of file wml_message.hpp.
Referenced by image().
|
private |
Definition at line 37 of file wml_message.hpp.
Referenced by label().