AutoListModel

Undocumented in source.

Constructors

this
this(Model model)
Undocumented in source.

Members

Aliases

Row
alias Row = typeof(Model.init[0])
Undocumented in source.

Functions

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.

Variables

info
ListInfo!Row info;
Undocumented in source.
model
Model model;
Undocumented in source.
selectedRow
int selectedRow;
Undocumented in source.

Inherited Members

From ListModel

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.

Meta