HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UIProperties Struct Reference

Set of possible UI properties for an element. More...

#include <Util.h>

Public Attributes

string uiName
 UI name. More...
 
string uiFolder
 UI folder. More...
 
StringVec enumeration
 Enumeration. More...
 
vector< ValuePtrenumerationValues
 Enumeration Values. More...
 
ValuePtr uiMin
 UI minimum value. More...
 
ValuePtr uiMax
 UI maximum value. More...
 
ValuePtr uiSoftMin
 UI soft minimum value. More...
 
ValuePtr uiSoftMax
 UI soft maximum value. More...
 
ValuePtr uiStep
 UI step value. More...
 
bool uiAdvanced = false
 UI advanced element. More...
 

Detailed Description

Set of possible UI properties for an element.

Definition at line 67 of file Util.h.

Member Data Documentation

StringVec UIProperties::enumeration

Enumeration.

Definition at line 76 of file Util.h.

vector<ValuePtr> UIProperties::enumerationValues

Enumeration Values.

Definition at line 79 of file Util.h.

bool UIProperties::uiAdvanced = false

UI advanced element.

Definition at line 97 of file Util.h.

string UIProperties::uiFolder

UI folder.

Definition at line 73 of file Util.h.

ValuePtr UIProperties::uiMax

UI maximum value.

Definition at line 85 of file Util.h.

ValuePtr UIProperties::uiMin

UI minimum value.

Definition at line 82 of file Util.h.

string UIProperties::uiName

UI name.

Definition at line 70 of file Util.h.

ValuePtr UIProperties::uiSoftMax

UI soft maximum value.

Definition at line 91 of file Util.h.

ValuePtr UIProperties::uiSoftMin

UI soft minimum value.

Definition at line 88 of file Util.h.

ValuePtr UIProperties::uiStep

UI step value.

Definition at line 94 of file Util.h.


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