Action

UI action

Constructors

this
this(int id, string labelResourceId, string iconResourceId)
Undocumented in source.
this
this(int id, dstring label, string iconResourceId)
Undocumented in source.

Members

Properties

iconId
string iconId [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
iconId
string iconId [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
id
int id [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
id
int id [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
label
string label [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
label
dstring label [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
label
dstring label [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
labelValue
const(UIString) labelValue [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_iconId
string _iconId;
Undocumented in source.
_id
int _id;
Undocumented in source.
_label
UIString _label;
Undocumented in source.

Meta