Inviwo 0.9.12-pre
Inviwo documentation
 
Loading...
Searching...
No Matches
inviwo::NumberWidgetConfig Struct Reference

Public Types

enum  Interaction : std::uint8_t { NoDragging , Dragging }
 

Public Attributes

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 Public Attributes

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
 

Friends

bool operator== (const NumberWidgetConfig &, const NumberWidgetConfig &)=default
 

The documentation for this struct was generated from the following file: