DMDProfilerView

class DMDProfilerView : WidgetGroupDefaultDrawing {
IDEFrame _frame;
DMDTraceLogParser _data;
TraceFunctionList _fullFunctionList;
}

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).

Meta