|
HikoGUI
A low latency retained GUI
|
#include <ttauri/label.hpp>
Public Member Functions | |
| template<typename... Args> | |
| label (tt::icon icon, l10n fmt, Args &&... args) noexcept | |
| template<typename... Args> | |
| label (l10n fmt, Args &&... args) noexcept | |
| label (tt::icon icon) noexcept | |
| label (label const &other) noexcept | |
| label & | operator= (label const &other) noexcept |
| label (label &&other) noexcept=default | |
| label & | operator= (label &&other) noexcept=default |
| bool | has_icon () const noexcept |
| icon | icon () const noexcept |
| bool | has_text () const noexcept |
| std::u8string | text () const noexcept |
Friends | |
| bool | operator== (label const &lhs, label const &rhs) noexcept |
| std::u8string | to_u8string (label const &rhs) noexcept |
| std::string | to_string (label const &rhs) noexcept |
| std::ostream & | operator<< (std::ostream &lhs, label const &rhs) |
A localized text + icon label.