DMDProfilerView

Undocumented in source.

Constructors

this
this(string ID, IDEFrame frame, DMDTraceLogParser data)
Undocumented in source.

Members

Functions

layout
void layout(Rect rc)

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

measure
void measure(int parentWidth, int parentHeight)

Measure widget according to desired width and height constraints. (Step 1 of two phase layout).

Variables

_data
DMDTraceLogParser _data;
Undocumented in source.
_frame
IDEFrame _frame;
Undocumented in source.
_fullFunctionList
TraceFunctionList _fullFunctionList;
Undocumented in source.

Meta