|
HikoGUI
A low latency retained GUI
|
Public Member Functions | |
| Label (std::string text, Image &&icon=Image{}) noexcept | |
| Label (Image &&icon) noexcept | |
| Label (Label const &other) noexcept | |
| Label (Label &&) noexcept=default | |
| Label & | operator= (Label const &other) |
| Label & | operator= (Label &&) noexcept=default |
| std::string | text () const noexcept |
| Get the text translated in the current locale. | |
| Image const & | icon () const noexcept |
| Get the text translated in the current locale. | |
Friends | |
| std::string | to_string (Label const &rhs) noexcept |
| std::ostream & | operator<< (std::ostream &lhs, Label const &rhs) |
|
inlinenoexcept |
Get the text translated in the current locale.
|
inlinenoexcept |
Get the text translated in the current locale.