TraceFuncionGrid

Undocumented in source.

Constructors

this
this(string ID, FunctionNode[] list, ulong ticks_per_second)
Undocumented in source.

Members

Functions

autofit
void autofit()
Undocumented in source. Be warned that the author may not have intended to support it.
cellText
dstring cellText(int col, int row)

get cell text

colTitle
dstring colTitle(int col)

returns row header title

drawCell
void drawCell(DrawBuf buf, Rect rc, int col, int row)

draw cell content

drawCellBackground
void drawCellBackground(DrawBuf buf, Rect rc, int c, int r)

draw cell background

drawHeaderCell
void drawHeaderCell(DrawBuf buf, Rect rc, int col, int row)

draw cell content

drawHeaderCellBackground
void drawHeaderCellBackground(DrawBuf buf, Rect rc, int c, int r)

draw cell background

formatDurationTicks
dstring formatDurationTicks(ulong n)
Undocumented in source. Be warned that the author may not have intended to support it.
formatNumber
dstring formatNumber(ulong v, dchar[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
layout
void layout(Rect rc)

Set widget rectangle to specified value and layout widget contents. (Step 2 of two phase layout).

measureCell
Point measureCell(int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.
resize
void resize(int c, int r)

set new size

rowTitle
dstring rowTitle(int row)

returns row header title

setCellText
StringGridWidgetBase setCellText(int col, int row, dstring text)

set cell text

setColTitle
StringGridWidgetBase setColTitle(int col, dstring title)

set col header title

setRowTitle
StringGridWidgetBase setRowTitle(int row, dstring title)

set row header title

Variables

_colTitles
dstring[] _colTitles;
Undocumented in source.
_list
FunctionNode[] _list;
Undocumented in source.
_ticksPerSecond
ulong _ticksPerSecond;
Undocumented in source.

Meta