- columnInfo
ColumnInfo columnInfo(int column)
Undocumented in source. Be warned that the author may not have intended to support it.
- getCellText
void getCellText(int column, int row, SinkT sink)
Undocumented in source. Be warned that the author may not have intended to support it.
- getColumnText
void getColumnText(int column, SinkT sink)
Undocumented in source. Be warned that the author may not have intended to support it.
- hasSelected
bool hasSelected()
Undocumented in source. Be warned that the author may not have intended to support it.
- isLineSelected
bool isLineSelected(int row)
Undocumented in source. Be warned that the author may not have intended to support it.
- numColumns
int numColumns()
Undocumented in source. Be warned that the author may not have intended to support it.
- numLines
int numLines()
Undocumented in source. Be warned that the author may not have intended to support it.
- onLineClick
void onLineClick(int row)
Undocumented in source. Be warned that the author may not have intended to support it.
- numLines
int numLines()
Undocumented in source.
- numColumns
int numColumns()
Undocumented in source.
- columnInfo
ColumnInfo columnInfo(int column)
Undocumented in source.
- getColumnText
void getColumnText(int column, void delegate(const(char)[]) sink)
Undocumented in source.
- getCellText
void getCellText(int column, int line, void delegate(const(char)[]) sink)
Undocumented in source.
- isLineSelected
bool isLineSelected(int line)
Undocumented in source.
- onLineClick
void onLineClick(int line)
Undocumented in source.
- getLineType
TreeLineType getLineType(int line)
Undocumented in source. Be warned that the author may not have intended to support it.
- getLineIndent
int getLineIndent(int line)
Undocumented in source. Be warned that the author may not have intended to support it.
- toggleLineFolding
void toggleLineFolding(int line)
Undocumented in source. Be warned that the author may not have intended to support it.