MainPanel

Undocumented in source.

Constructors

this
this()

Undocumented in source.

Members

Functions

clicked
void clicked()

Undocumented in source. Be warned that the author may not have intended to support it.

onPaint
void onPaint(Canvas canvas)

Undocumented in source. Be warned that the author may not have intended to support it.

onTimer
void onTimer()

Undocumented in source. Be warned that the author may not have intended to support it.

profilePanel
long profilePanel(GFXPanel panel, int runs)

Undocumented in source. Be warned that the author may not have intended to support it.

Variables

font
Font font;

Undocumented in source.

fps
float fps;

Undocumented in source.

gfxidx
size_t gfxidx;

Undocumented in source.

infobtn
Button infobtn;

Undocumented in source.

panels
GFXPanel[] panels;

Undocumented in source.

testcvs
Canvas testcvs;

Undocumented in source.

timings
float[25] timings;

Undocumented in source.

Inherited Members

From Widget

addChild
void addChild(Widget widget)

Undocumented in source. Be warned that the author may not have intended to support it.

removeChild
void removeChild(Widget widget)

Undocumented in source. Be warned that the author may not have intended to support it.

repaint
void repaint()

Undocumented in source. Be warned that the author may not have intended to support it.

repaint
void repaint(int x0, int y0, int x1, int y1)

Undocumented in source. Be warned that the author may not have intended to support it.

onPaint
void onPaint(Canvas canvas)

Undocumented in source. Be warned that the author may not have intended to support it.

onMouse
void onMouse(MouseMsg msg)

Undocumented in source. Be warned that the author may not have intended to support it.

onTimer
void onTimer()

Undocumented in source. Be warned that the author may not have intended to support it.

right
int right()

Undocumented in source. Be warned that the author may not have intended to support it.

bottom
int bottom()

Undocumented in source. Be warned that the author may not have intended to support it.

contains
bool contains(int x, int y)

Undocumented in source. Be warned that the author may not have intended to support it.

Meta