TabItem

tab item metadata

Constructors

this
this(string id, string labelRes, string iconRes, dstring tooltipText)
Undocumented in source.
this
this(string id, dstring labelText, string iconRes, dstring tooltipText)
Undocumented in source.
this
this(string id, UIString labelText, string iconRes, dstring tooltipText)
Undocumented in source.

Members

Functions

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

Properties

iconId
string iconId [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
iconId
string iconId [@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.
id
string id [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
intParam
int intParam [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
intParam
int intParam [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
lastAccessTs
long lastAccessTs [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
lastAccessTs
long lastAccessTs [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
objectParam
Object objectParam [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
objectParam
Object objectParam [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
text
UIString text [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
tooltipText
dstring tooltipText [@property getter]

tooltip text

tooltipText
dstring tooltipText [@property setter]

tooltip text

tooltipText
UIString tooltipText [@property setter]

tooltip text

Variables

_intParam
int _intParam;
Undocumented in source.
_objectParam
Object _objectParam;
Undocumented in source.

Meta