![]() |
Inviwo 0.9.12-pre
Inviwo documentation
|
#include <inviwo/core/properties/minmaxproperty.h>
Public Types | |
| using | value_type = glm::tvec2<T, glm::defaultp> |
Public Member Functions | |
| auto | set (Document newHelp) -> MinMaxPropertyState & |
| auto | set (InvalidationLevel newInvalidationLevel) -> MinMaxPropertyState & |
| auto | set (PropertySemantics newSemantics) -> MinMaxPropertyState & |
| auto | set (ReadOnly newReadOnly) -> MinMaxPropertyState & |
| auto | set (T start, T end) -> MinMaxPropertyState & |
| auto | set (value_type value) -> MinMaxPropertyState & |
| auto | setInc (T newIncrement) -> MinMaxPropertyState & |
| auto | setRange (value_type range) -> MinMaxPropertyState & |
| auto | setRangeMax (T newMax) -> MinMaxPropertyState & |
| auto | setRangeMin (T newMin) -> MinMaxPropertyState & |
Static Public Member Functions | |
| static PropertySemantics | defaultSemantics () |
Public Attributes | |
| Document | help = {} |
| T | increment = Defaultvalues<T>::getInc() |
| InvalidationLevel | invalidationLevel = InvalidationLevel::InvalidOutput |
| T | minSeparation = T{0} |
| T | rangeMax = Defaultvalues<T>::getMax() |
| T | rangeMin = Defaultvalues<T>::getMin() |
| ReadOnly | readOnly = ReadOnly::No |
| PropertySemantics | semantics = defaultSemantics() |
| T | valueMax {} |
| T | valueMin {} |
A helper struct to construct minmax properties