ManaPlus
|
#include <buttontext.h>
Public Member Functions | |
ButtonText (const std::string &text0, const InputActionT key0) | |
Data Fields | |
std::string | text |
InputActionT | key |
Definition at line 31 of file buttontext.h.
|
inline |
Definition at line 33 of file buttontext.h.
InputActionT ButtonText::key |
Definition at line 43 of file buttontext.h.
Referenced by PopupMenu::showWindowsPopup().
std::string ButtonText::text |
Definition at line 42 of file buttontext.h.
Referenced by PopupMenu::showWindowsPopup().