ListViewItem

Undocumented in source.

Constructors

this
this(ListView owner, string txt, int imgIdx, bool check)
Undocumented in source.
this
this(ListView owner, ListViewItem parentItem, string txt, int imgIdx, bool check)
Undocumented in source.

Members

Functions

addSubItem
void addSubItem(string txt)
Undocumented in source. Be warned that the author may not have intended to support it.
removeSubItem
void removeSubItem(int idx)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin tagProperty
Undocumented in source.

Properties

checked
bool checked [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
checked
bool checked [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
imageIndex
int imageIndex [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
imageIndex
int imageIndex [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
index
int index [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
internalChecked
bool internalChecked [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
listView
ListView listView [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
parentItem
ListViewItem parentItem [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
subItems
ListViewItem[] subItems [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
subitemIndex
int subitemIndex [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
text
string text [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
text
string text [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta