Declarative form of AButton.
More...
#include <AUI/View/AButton.h>
|
| Button (AString text) |
| Basic label initializer.
|
|
| Button (const char *text) |
| Basic label initializer.
|
|
template<typename... Views> |
| Button (Views &&... views) |
| An explicit form of AButton where you can put any views in it, i.e., icons.
|
|
◆ Button() [1/3]#
declarative::Button::Button |
( |
AString | text | ) |
|
|
inline |
}),
emits clicked
Left mouse button clicked.
Definition AView.h:933
◆ Button() [2/3]#
declarative::Button::Button |
( |
const char * | text | ) |
|
|
inline |
◆ Button() [3/3]#
template<typename... Views>
declarative::Button::Button |
( |
Views &&... | views | ) |
|
|
inline |
Icon {
":img/cart.svg" },
}),
Declarative form of ADrawableView.
Definition ADrawableView.h:110
Declarative form of ALabel.
Definition ALabel.h:35