AWind
|
This is the complete list of members for GaugeBar, including all inherited members.
_axis | GaugeBar | |
_children | Window | protected |
_decorators | Window | protected |
_drawOnlyPointer | Gauge | |
_fillColor | Gauge | |
_height | Window | protected |
_isDirty | Window | protected |
_isVisible | Window | protected |
_left | Window | protected |
_maxValue | Gauge | |
_minValue | Gauge | |
_oldValue | Gauge | |
_parent | Window | protected |
_sector_angle_rad (defined in Gauge) | Gauge | static |
_top | Window | protected |
_touchEventReceiver | Window | protected |
_value | Gauge | |
_width | Window | protected |
AddChild(Window *window) | Window | inline |
AddDecorator(Decorator *decorator) | Window | inline |
Children() | Window | inline |
DoDialog(Dialog *dlg) (defined in Window) | Window | |
FindDialog(const __FlashStringHelper *id) (defined in Window) | Window | |
Gauge(int left, int top, int width, int height) | Gauge | inline |
GaugeBar(DecoratorAxis *axis, int left, int top, int width, int height) | GaugeBar | inline |
GetDecorators() | Window | inline |
Height() | Window | inline |
Invalidate() | Window | inline |
IsAwaitTouch() | Window | inlinevirtual |
IsDirty() | Window | inline |
IsVisible() | Window | inline |
Left() | Window | inline |
Move(int left, int top, int width, int height) | Window | inlinevirtual |
OnDraw(DC *dc) | GaugeBar | inlinevirtual |
OnTouch(int x, int y) | Window | inlinevirtual |
OnTouching(DC *dc) | Window | inlinevirtual |
Parent() | Window | inline |
PrepareDC(DC *dc) | Window | inlineprotected |
Redraw(DC *dc) | Window | inline |
RegisterDialog(const __FlashStringHelper *id, Dialog *dlg) (defined in Window) | Window | |
RegisterTouchEventReceiver(ITouchEventReceiver *touchEventReceiver) | Window | inline |
RootWindow() | Window | inline |
SetBarColor(Color color) | GaugeBar | inline |
SetDecorators(DecoratorList *decorators) | Window | inlinevirtual |
SetFillColor(Color fillColor) | Gauge | inline |
SetMinMax(float minVal, float maxVal) | Gauge | inline |
SetValue(float value) | Gauge | inline |
SetVisible(bool isVisible) | Window | inline |
Top() | Window | inline |
Width() | Window | inline |
Window(const __FlashStringHelper *name, int left, int top, int width, int height) | Window | inline |