Inviwo 0.9.12-pre
Inviwo documentation
Loading...
Searching...
No Matches
inviwo::OrdinalRefPropertyState< T > Struct Template Reference

#include <inviwo/core/properties/ordinalrefproperty.h>

Public Member Functions

auto set (Document newHelp) -> OrdinalRefPropertyState
auto set (InvalidationLevel newInvalidationLevel) -> OrdinalRefPropertyState
auto set (PropertySemantics newSemantics) -> OrdinalRefPropertyState
auto set (ReadOnly newReadOnly) -> OrdinalRefPropertyState &
auto setInc (T newIncrement) -> OrdinalRefPropertyState
auto setMax (ConstraintBehavior newMaxConstraint) -> OrdinalRefPropertyState
auto setMax (T newMax) -> OrdinalRefPropertyState
auto setMin (ConstraintBehavior newMinConstraint) -> OrdinalRefPropertyState
auto setMin (T newMin) -> OrdinalRefPropertyState

Static Public Member Functions

static PropertySemantics defaultSemantics ()

Public Attributes

Document help = {}
increment = Defaultvalues<T>::getInc()
InvalidationLevel invalidationLevel = InvalidationLevel::InvalidOutput
max = Defaultvalues<T>::getMax()
ConstraintBehavior maxConstraint = ConstraintBehavior::Editable
min = Defaultvalues<T>::getMin()
ConstraintBehavior minConstraint = ConstraintBehavior::Editable
ReadOnly readOnly = ReadOnly::No
PropertySemantics semantics = defaultSemantics()

Detailed Description

template<typename T>
struct inviwo::OrdinalRefPropertyState< T >

A helper struct to construct ordinal properties

See also
OrdinalRefProperty

The documentation for this struct was generated from the following file:
  • include/inviwo/core/properties/ordinalrefproperty.h