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
Duration 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.
internalPaint
void internalPaint(Canvas canvas)
Undocumented in source. Be warned that the author may not have intended to support it.
internalMouse
Widget internalMouse(MouseMsg msg)
Undocumented in source. Be warned that the author may not have intended to support it.
internalTimer
void internalTimer()
Undocumented in source. Be warned that the author may not have intended to support it.
m_parent
Widget m_parent;
Undocumented in source.
m_window
IWindow m_window;
Undocumented in source.
m_widgets
Widget[] m_widgets;
Undocumented in source.
m_x
int m_x;
m_y
int m_y;
m_width
int m_width;
m_height
int m_height;
Undocumented in source.

Meta