DrawableAttribute

custom drawable attribute container for styles

Constructors

this
this(string id, string drawableId)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
onThemeChanged
void onThemeChanged()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

drawable
DrawableRef drawable [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
drawableId
string drawableId [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
drawableId
string drawableId [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
id
string id [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_drawable
DrawableRef _drawable;
Undocumented in source.
_drawableId
string _drawableId;
Undocumented in source.
_id
string _id;
Undocumented in source.
_initialized
bool _initialized;
Undocumented in source.

Meta