HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
Public Member Functions | Friends
tt::label Class Reference

#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
 
labeloperator= (label const &other) noexcept
 
 label (label &&other) noexcept=default
 
labeloperator= (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::ostreamoperator<< (std::ostream &lhs, label const &rhs)
 

Detailed Description

A localized text + icon label.


The documentation for this class was generated from the following file: