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 62 of file Util.h.

Member Data Documentation

StringVec UIProperties::enumeration

Enumeration.

Definition at line 71 of file Util.h.

vector<ValuePtr> UIProperties::enumerationValues

Enumeration Values.

Definition at line 74 of file Util.h.

bool UIProperties::uiAdvanced = false

UI advanced element.

Definition at line 92 of file Util.h.

string UIProperties::uiFolder

UI folder.

Definition at line 68 of file Util.h.

ValuePtr UIProperties::uiMax

UI maximum value.

Definition at line 80 of file Util.h.

ValuePtr UIProperties::uiMin

UI minimum value.

Definition at line 77 of file Util.h.

string UIProperties::uiName

UI name.

Definition at line 65 of file Util.h.

ValuePtr UIProperties::uiSoftMax

UI soft maximum value.

Definition at line 86 of file Util.h.

ValuePtr UIProperties::uiSoftMin

UI soft minimum value.

Definition at line 83 of file Util.h.

ValuePtr UIProperties::uiStep

UI step value.

Definition at line 89 of file Util.h.


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