uim.core.mixins

Undocumented in source.

Modules

function_
module uim.core.mixins.function_
properties
module uim.core.mixins.properties
Undocumented in source.
property
module uim.core.mixins.property
Undocumented in source.

Public Imports

uim.core.mixins.function_
public import uim.core.mixins.function_;
uim.core.mixins.properties
public import uim.core.mixins.properties;

Members

Templates

BoolProperty
template BoolProperty(string propertyName, string defaultValue = null)
Undocumented in source.
EnumProperty
template EnumProperty(string dataType, string propertyName, string defaultValue = null)
Undocumented in source.
MyPropertyOverride
template MyPropertyOverride(string dataType, string propertyName, string sourceName = "super")
Undocumented in source.
MyPropertyString
template MyPropertyString(string propertyName, string defaultValue = null)
Undocumented in source.
PropertyOverride
template PropertyOverride(string dataType, string propertyName, string defaultValue = null)
Undocumented in source.
StringProperty
template StringProperty(string propertyName, string defaultValue = null)
Undocumented in source.

Meta