- QueryInterface
auto QueryInterface(T0 iid)
Undocumented in source. Be warned that the author may not have intended to support it.
- canDrop
bool canDrop(int row, int orientation, Optional!(T2) dataTransfer)
Undocumented in source. Be warned that the author may not have intended to support it.
- cycleCell
void cycleCell(int row, TreeColumn column)
Undocumented in source. Be warned that the author may not have intended to support it.
- cycleHeader
void cycleHeader(TreeColumn column)
Undocumented in source. Be warned that the author may not have intended to support it.
- drop
void drop(int row, int orientation, Optional!(T2) dataTransfer)
Undocumented in source. Be warned that the author may not have intended to support it.
- getCellProperties
string getCellProperties(int row, TreeColumn column)
Undocumented in source. Be warned that the author may not have intended to support it.
- getCellText
string getCellText(int row, TreeColumn column)
Undocumented in source. Be warned that the author may not have intended to support it.
- getCellValue
string getCellValue(int row, TreeColumn column)
Undocumented in source. Be warned that the author may not have intended to support it.
- getColumnProperties
string getColumnProperties(TreeColumn column)
Undocumented in source. Be warned that the author may not have intended to support it.
- getImageSrc
string getImageSrc(int row, TreeColumn column)
Undocumented in source. Be warned that the author may not have intended to support it.
- getIndexOfItem
int getIndexOfItem(Optional!(T0) item)
Undocumented in source. Be warned that the author may not have intended to support it.
- getItemAtIndex
auto getItemAtIndex(int row)
Undocumented in source. Be warned that the author may not have intended to support it.
- getLevel
int getLevel(int row)
Undocumented in source. Be warned that the author may not have intended to support it.
- getParentIndex
int getParentIndex(int row)
Undocumented in source. Be warned that the author may not have intended to support it.
- getRowProperties
string getRowProperties(int row)
Undocumented in source. Be warned that the author may not have intended to support it.
- hasNextSibling
bool hasNextSibling(int row, int afterIndex)
Undocumented in source. Be warned that the author may not have intended to support it.
- isContainer
bool isContainer(int row)
Undocumented in source. Be warned that the author may not have intended to support it.
- isContainerEmpty
bool isContainerEmpty(int row)
Undocumented in source. Be warned that the author may not have intended to support it.
- isContainerOpen
bool isContainerOpen(int row)
Undocumented in source. Be warned that the author may not have intended to support it.
- isEditable
bool isEditable(int row, TreeColumn column)
Undocumented in source. Be warned that the author may not have intended to support it.
- isSeparator
bool isSeparator(int row)
Undocumented in source. Be warned that the author may not have intended to support it.
- isSorted
bool isSorted()
Undocumented in source. Be warned that the author may not have intended to support it.
- performAction
void performAction(string action)
Undocumented in source. Be warned that the author may not have intended to support it.
- performActionOnCell
void performActionOnCell(string action, int row, TreeColumn column)
Undocumented in source. Be warned that the author may not have intended to support it.
- performActionOnRow
void performActionOnRow(string action, int row)
Undocumented in source. Be warned that the author may not have intended to support it.
- rowCount
int rowCount()
Undocumented in source. Be warned that the author may not have intended to support it.
- selection
void selection(Optional!(T0) selection)
Undocumented in source. Be warned that the author may not have intended to support it.
- selection
auto selection()
Undocumented in source. Be warned that the author may not have intended to support it.
- selectionChanged
void selectionChanged()
Undocumented in source. Be warned that the author may not have intended to support it.
- setCellText
void setCellText(int row, TreeColumn column, string value)
Undocumented in source. Be warned that the author may not have intended to support it.
- setCellValue
void setCellValue(int row, TreeColumn column, string value)
Undocumented in source. Be warned that the author may not have intended to support it.
- setTree
void setTree(Optional!(T0) tree)
Undocumented in source. Be warned that the author may not have intended to support it.
- toggleOpenState
void toggleOpenState(int row)
Undocumented in source. Be warned that the author may not have intended to support it.