file new in Git master
Button.hClass Magnum::
Namespaces
- namespace Magnum
- Root namespace.
- namespace Magnum::Ui
- UI library.
Classes
- class Magnum::Ui::Button new in Git master
- Button widget.
Enums
- enum class ButtonStyle: UnsignedByte { Default, Primary, Success, Warning, Danger, Info, Dim, Flat } new in Git master
- Button style.
Functions
- auto operator<<(Debug& debug, ButtonStyle value) -> Debug& new in Git master
- Debug output operator.
-
auto button(const Anchor& anchor,
Icon icon,
ButtonStyle style = ButtonStyle::
Default) -> Anchor new in Git master - Stateless icon button widget.
-
auto button(const Anchor& anchor,
Containers::
StringView text, const TextProperties& textProperties, ButtonStyle style = ButtonStyle:: Default) -> Anchor new in Git master - Stateless text button widget.
-
auto button(const Anchor& anchor,
Containers::
StringView text, ButtonStyle style = ButtonStyle:: Default) -> Anchor -
auto button(const Anchor& anchor,
Icon icon,
Containers::
StringView text, const TextProperties& textProperties, ButtonStyle style = ButtonStyle:: Default) -> Anchor new in Git master - Stateless icon + text button widget.
-
auto button(const Anchor& anchor,
Icon icon,
Containers::
StringView text, ButtonStyle style = ButtonStyle:: Default) -> Anchor