An image with multiple frames.
|
| GWidgetAnimation (GWidgetGroup *pParent, int x, int y, GImage *pImage, int nFrames) |
|
virtual | ~GWidgetAnimation () |
|
virtual void | draw (GImage *pCanvas, int x, int y) |
| Draws this widget on pCanvas at (x,y) More...
|
|
void | setFrame (int nFrame) |
| Sets the current animation frame. More...
|
|
virtual WidgetType | type () |
|
| GWidgetAtomic (GWidgetGroup *pParent, int x, int y, int w, int h) |
|
virtual | ~GWidgetAtomic () |
|
virtual bool | isAtomic () |
|
virtual bool | isClickable () |
|
virtual void | onChar (char c) |
|
virtual void | onGetFocus () |
|
virtual void | onLoseFocus () |
|
virtual void | onMouseMove (int dx, int dy) |
|
virtual void | onSpecialKey (int key) |
|
| GWidget (GWidgetGroup *m_pParent, int x, int y, int w, int h) |
|
virtual | ~GWidget () |
|
int | id () |
|
GWidgetGroup * | parent () |
|
GRect * | rect () |
|
void | setPos (int x, int y) |
|