Magnum/Ui/Label.h file new in Git master

Class Magnum::Ui::Label, function Magnum::Ui::label(), enum Magnum::Ui::LabelStyle.

Namespaces

namespace Magnum
Root namespace.
namespace Magnum::Ui
UI library.

Classes

class Magnum::Ui::Label new in Git master
Label widget.

Enums

enum class LabelStyle: UnsignedByte { Default, Primary, Success, Warning, Danger, Info, Dim } new in Git master
Label style.

Functions

auto operator<<(Debug& debug, LabelStyle value) -> Debug& new in Git master
Debug output operator.
auto label(const Anchor& anchor, Icon icon, LabelStyle style = LabelStyle::Default) -> Anchor new in Git master
Stateless icon label widget.
auto label(const Anchor& anchor, Containers::StringView text, const TextProperties& textProperties, LabelStyle style = LabelStyle::Default) -> Anchor new in Git master
Stateless text label widget.
auto label(const Anchor& anchor, Containers::StringView text, LabelStyle style = LabelStyle::Default) -> Anchor