|
GClasses
|
#include <GWidgets.h>
Public Member Functions | |
| GWidgetWave (GWidgetGroup *pParent, int x, int y, int w, int h) | |
| virtual | ~GWidgetWave () |
| virtual void | draw (GImage *pCanvas, int x, int y) |
| Draws this widget on pCanvas at (x,y) More... | |
| int | pos () |
| void | setDirty () |
| void | setRange (int pos, int width) |
| void | setWave (GWave *pWave) |
| virtual WidgetType | type () |
| int | width () |
Public Member Functions inherited from GClasses::GWidgetAtomic | |
| 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 | onSpecialKey (int key) |
Public Member Functions inherited from GClasses::GWidget | |
| 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) |
Protected Member Functions | |
| virtual void | grab (int button, int x, int y) |
| virtual void | onMouseMove (int dx, int dy) |
| virtual void | release (int button) |
Protected Attributes | |
| int | m_pos |
| GWave * | m_pWave |
| int | m_selectionPos |
| int | m_selectionWidth |
| int | m_width |
Protected Attributes inherited from GClasses::GWidget | |
| GWidgetCommon * | m_common |
| int | m_nID |
| GWidgetGroup * | m_pParent |
| GRect | m_rect |
Additional Inherited Members | |
Public Types inherited from GClasses::GWidget | |
| enum | WidgetType { Animation, BulletGroup, BulletHole, Canvas, CheckBox, Custom, Dialog, FileSystemBrowser, Grid, GroupBox, HorizSlider, HScrollBar, PolarChart, ProgressBar, SliderTab, TextBox, TextButton, TextLabel, TextTab, VCRButton, VertSlider, VScrollBar, Wave } |
| GClasses::GWidgetWave::GWidgetWave | ( | GWidgetGroup * | pParent, |
| int | x, | ||
| int | y, | ||
| int | w, | ||
| int | h | ||
| ) |
|
virtual |
|
virtual |
Draws this widget on pCanvas at (x,y)
Implements GClasses::GWidget.
|
protectedvirtual |
Reimplemented from GClasses::GWidgetAtomic.
|
protectedvirtual |
Reimplemented from GClasses::GWidgetAtomic.
|
inline |
|
protectedvirtual |
Reimplemented from GClasses::GWidgetAtomic.
| void GClasses::GWidgetWave::setDirty | ( | ) |
| void GClasses::GWidgetWave::setRange | ( | int | pos, |
| int | width | ||
| ) |
| void GClasses::GWidgetWave::setWave | ( | GWave * | pWave | ) |
|
inlinevirtual |
Implements GClasses::GWidget.
|
inline |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |