|
enum | Interaction : std::uint8_t { NoDragging
, Dragging
} |
|
|
std::optional< Interaction > | interaction = std::nullopt |
|
std::optional< std::string_view > | prefix = std::nullopt |
|
std::optional< std::string_view > | postfix = std::nullopt |
|
std::optional< bool > | barVisible = std::nullopt |
|
std::optional< bool > | wrapping = std::nullopt |
|
|
static constexpr auto | defaultInteraction = Interaction::Dragging |
|
static constexpr std::string_view | defaultPrefix {} |
|
static constexpr std::string_view | defaultPostfix {} |
|
static constexpr bool | defaultBarVisible = true |
|
static constexpr bool | defaultWrapping = false |
|
The documentation for this struct was generated from the following file: