4#include "TTauri/Foundation/URL.hpp"
5#include "TTauri/Cells/Image.hpp"
24 _text(other._text), _icon(other._icon) {}
49 return fmt::format(
"label:{}", rhs._text);
53 return lhs << to_string(rhs);
An image, in different formats.
Definition Image.hpp:18
Image const & icon() const noexcept
Get the text translated in the current locale.
Definition Label.hpp:44
std::string text() const noexcept
Get the text translated in the current locale.
Definition Label.hpp:38