Go to the source code of this file.
|
| #define | CornerRadius(radius) static const constexpr auto button_radius = radius |
| |
| #define | ButtonColor(color) static const constexpr auto button_color = color |
| |
| #define | RoundTopLeft static const constexpr bool button_round_top_left = true |
| |
| #define | RoundTopRight static const constexpr bool button_round_top_right = true |
| |
| #define | RoundBottomLeft static const constexpr bool button_round_bottom_left = true |
| |
| #define | RoundBottomRight static const constexpr bool button_round_bottom_right = true |
| |
| #define | ConvexObjectCount(n) std::integral_constant<size_t, n> |
| |
| #define | ConvexObjects(convex_objects) static constexpr const auto button_drawable_objects = convex_objects |
| |
| #define | ConvexObjectColor(color) static constexpr const auto button_drawable_object_color = color |
| |
◆ ButtonColor
| #define ButtonColor |
( |
|
color | ) |
static const constexpr auto button_color = color |
◆ ConvexObjectColor
| #define ConvexObjectColor |
( |
|
color | ) |
static constexpr const auto button_drawable_object_color = color |
◆ ConvexObjectCount
| #define ConvexObjectCount |
( |
|
n | ) |
std::integral_constant<size_t, n> |
◆ ConvexObjects
| #define ConvexObjects |
( |
|
convex_objects | ) |
static constexpr const auto button_drawable_objects = convex_objects |
◆ CornerRadius
| #define CornerRadius |
( |
|
radius | ) |
static const constexpr auto button_radius = radius |
◆ RoundBottomLeft
| #define RoundBottomLeft static const constexpr bool button_round_bottom_left = true |
◆ RoundBottomRight
| #define RoundBottomRight static const constexpr bool button_round_bottom_right = true |
◆ RoundTopLeft
| #define RoundTopLeft static const constexpr bool button_round_top_left = true |
◆ RoundTopRight
| #define RoundTopRight static const constexpr bool button_round_top_right = true |