AWind
|
This is the complete list of members for Dialog, including all inherited members.
_btnCancel | Dialog | protected |
_btnOK | Dialog | protected |
_children | Window | protected |
_decorators | Window | protected |
_height | Window | protected |
_isDirty | Window | protected |
_isVisible | Window | protected |
_left | Window | protected |
_parent | Window | protected |
_top | Window | protected |
_touchEventReceiver | Window | protected |
_width | Window | protected |
AddChild(Window *window) | Window | inline |
AddDecorator(Decorator *decorator) | Window | inline |
Children() | Window | inline |
Dialog(const __FlashStringHelper *caption, int left, int top, int width, int height) | Dialog | inline |
Dialog(int left, int top, int width, int height) | Dialog | inline |
DoControlMessage(Window *window)=0 | Dialog | pure virtual |
DoDialog(Dialog *dlg) (defined in Window) | Window | |
FindDialog(const __FlashStringHelper *id) (defined in Window) | Window | |
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 |
NotifyTouch(Window *window) | Dialog | inlinevirtual |
OnDraw(DC *dc) | Window | inlineprotectedvirtual |
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 | |
RegisterEndDialogEventReceiver(IDialogClosedEventReceiver *receiver) | Dialog | inline |
RegisterTouchEventReceiver(ITouchEventReceiver *touchEventReceiver) | Window | inline |
RootWindow() | Window | inline |
SetDecorators(DecoratorList *decorators) | Window | inlinevirtual |
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 |