Uranium
Application Framework
UM.Settings.SettingDefinition.DefinitionPropertyType Class Reference

Type of definition property. More...

Inherits IntEnum.

Static Public Attributes

int Any = 1
 
int String = 2
 Any value. More...
 
int TranslatedString = 3
 Value is always converted to string. More...
 
int Function = 4
 Value is converted to string then passed through an i18nCatalog object to get a translated version of that string. More...
 

Detailed Description

Type of definition property.

This enum describes the possible types for a supported definition property. For more information about supported definition properties see SettingDefinition and SettingDefinition::addSupportedProperty().

Member Data Documentation

int UM.Settings.SettingDefinition.DefinitionPropertyType.Function = 4
static

Value is converted to string then passed through an i18nCatalog object to get a translated version of that string.

int UM.Settings.SettingDefinition.DefinitionPropertyType.String = 2
static

Any value.

int UM.Settings.SettingDefinition.DefinitionPropertyType.TranslatedString = 3
static

Value is always converted to string.


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