|
HikoGUI
A low latency retained GUI
|
#include <hikogui/label.hpp>
Friends | |
| constexpr friend bool | to_bool (text_variant const &rhs) noexcept |
| Check if text contains a string. | |
| constexpr friend text | to_text (hi::text_variant const &rhs) noexcept |
| Convert the text into a gstring. | |
| constexpr friend gstring | to_gstring (hi::text_variant const &rhs) noexcept |
| constexpr friend std::string | to_string (hi::text_variant const &rhs) noexcept |
| constexpr friend std::wstring | to_wstring (hi::text_variant const &rhs) noexcept |
A variant of text.
May be:
std::monostatehi::texthi::translate or hi::tr
|
friend |
Check if text contains a string.
to_bool() returns true on an zero length string.
|
friend |
Convert the text into a gstring.