Uranium
Application Framework
|
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... | |
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().
|
static |
Value is converted to string then passed through an i18nCatalog object to get a translated version of that string.
|
static |
Any value.
|
static |
Value is always converted to string.