| __CTRL_reserved1__() | os::Control | [virtual] |
| __CTRL_reserved2__() | os::Control | [virtual] |
| __CTRL_reserved3__() | os::Control | [virtual] |
| __CTRL_reserved4__() | os::Control | [virtual] |
| __CTRL_reserved5__() | os::Control | [virtual] |
| Activated(bool bIsActive) | os::View | [virtual] |
| AddChild(View *pcView, bool bAssignTabOrder=false) | os::View | [virtual] |
| AddFilter(MessageFilter *pcFilter) | os::Handler | |
| AllAttached() | os::View | [virtual] |
| AllDetached() | os::View | [virtual] |
| AttachedToWindow(void) | os::Control | [virtual] |
| BeginDrag(Message *pcData, const Point &cOffset, const Bitmap *pcBitmap, Handler *pcReplyTarget=NULL) | os::View | |
| BeginDrag(Message *pcData, const Point &cOffset, const Rect &cBounds, Handler *pcReplyTarget=NULL) | os::View | |
| ClearDrawingRegion() | os::View | |
| ClearShapeRegion() | os::View | |
| Control(const Rect &cFrame, const String &cName, const String &cLabel, Message *pcMessage, uint32 nResizeMask, uint32 nFlags=WID_WILL_DRAW|WID_CLEAR_BACKGROUND) | os::Control | |
| ConvertFromParent(const Point &cPoint) const | os::View | |
| ConvertFromParent(Point *cPoint) const | os::View | |
| ConvertFromParent(const Rect &cRect) const | os::View | |
| ConvertFromParent(Rect *cRect) const | os::View | |
| ConvertFromScreen(const Point &cPoint) const | os::View | |
| ConvertFromScreen(Point *cPoint) const | os::View | |
| ConvertFromScreen(const Rect &cRect) const | os::View | |
| ConvertFromScreen(Rect *cRect) const | os::View | |
| ConvertFromWindow(const Point &cPoint) const | os::View | |
| ConvertFromWindow(Point *cPoint) const | os::View | |
| ConvertFromWindow(const Rect &cRect) const | os::View | |
| ConvertFromWindow(Rect *cRect) const | os::View | |
| ConvertToParent(const Point &cPoint) const | os::View | |
| ConvertToParent(Point *cPoint) const | os::View | |
| ConvertToParent(const Rect &cRect) const | os::View | |
| ConvertToParent(Rect *cRect) const | os::View | |
| ConvertToScreen(const Point &cPoint) const | os::View | |
| ConvertToScreen(Point *cPoint) const | os::View | |
| ConvertToScreen(const Rect &cRect) const | os::View | |
| ConvertToScreen(Rect *cRect) const | os::View | |
| ConvertToWindow(const Point &cPoint) const | os::View | |
| ConvertToWindow(Point *cPoint) const | os::View | |
| ConvertToWindow(const Rect &cRect) const | os::View | |
| ConvertToWindow(Rect *cRect) const | os::View | |
| DetachedFromWindow(void) | os::Control | [virtual] |
| DrawBitmap(const Bitmap *pcBitmap, const Rect &cSrcRect, const Rect &cDstRect) | os::View | |
| DrawFrame(const Rect &cRect, uint32 nFlags) | os::View | |
| DrawLine(const Point &cToPoint) | os::View | |
| DrawLine(const Point &cFromPnt, const Point &cToPnt) | os::View | |
| DrawSelectedText(const Rect &cPos, const String &cString, const IPoint &cSel1, const IPoint &cSel2, uint32 nMode=SEL_CHAR, uint32 nFlags=0) | os::View | |
| DrawString(const Point &cPos, const String &cString) | os::View | |
| DrawString(const String &cString) | os::View | |
| DrawString(const char *pzStr, int Len=-1) | os::View | |
| DrawText(const Rect &cPos, const String &cString, uint32 nFlags=0) | os::View | |
| EnableStatusChanged(bool bIsEnabled)=0 | os::Control | [pure virtual] |
| EraseRect(const Rect &cRect) | os::View | |
| FillRect(const Rect &cRect) | os::View | |
| FillRect(const Rect &cRect, Color32_s sColor) | os::View | |
| Flush() | os::View | |
| FontChanged(Font *pcNewFont) | os::View | [virtual] |
| FrameMoved(const Point &cDelta) | os::View | [virtual] |
| FrameSized(const Point &cDelta) | os::View | [virtual] |
| GetBgColor() const | os::View | |
| GetBounds() const | os::View | |
| GetChildAt(const Point &cPos) const | os::View | |
| GetChildAt(int nIndex) const | os::View | |
| GetCode() const | os::Invoker | |
| GetContentSize() const | os::View | [virtual] |
| GetContextMenu() const | os::View | |
| GetDrawingMode() const | os::View | |
| GetEraseColor() const | os::View | |
| GetFgColor() const | os::View | |
| GetFilterList() const | os::Handler | |
| GetFlags(uint32 nMask=~0L) const | os::View | |
| GetFont() const | os::View | |
| GetFontHeight(font_height *psHeight) const | os::View | |
| GetFrame() const | os::View | |
| GetHandlerForReply() const | os::Invoker | |
| GetHScrollBar() const | os::View | |
| GetLabel(void) const | os::Control | [virtual] |
| GetLeftTop() const | os::View | |
| GetLooper() const | os::Handler | |
| GetMessage() const | os::Invoker | |
| GetMessenger() const | os::Invoker | |
| GetMouse(Point *pcPosition, uint32 *pnButtons) const | os::View | |
| GetName() const | os::Handler | |
| GetNextHandler() const | os::Handler | |
| GetNormalizedBounds() const | os::View | |
| GetParent() const | os::View | |
| GetPenPosition() const | os::View | |
| GetPreferredSize(bool bLargest) const | os::View | [virtual] |
| GetQualifiers() const | os::View | |
| GetResizeMask() const | os::View | |
| GetScrollOffset() const | os::View | |
| GetSelection(const String &cClipboard="__system_clipboard__") | os::View | |
| GetShortcut() const | os::View | [virtual] |
| GetStringLength(const String &cString, float vWidth, bool bIncludeLast=false) const | os::View | |
| GetStringLength(const char *pzString, int nLen, float vWidth, bool bIncludeLast=false) const | os::View | |
| GetStringLengths(const char **apzStringArray, const int *anLengthArray, int nStringCount, float vWidth, int *anMaxLengthArray, bool bIncludeLast=false) const | os::View | |
| GetStringWidth(const String &cString) const | os::View | |
| GetStringWidth(const char *pzString, int nLen=-1) const | os::View | |
| GetStringWidths(const char **apzStringArray, const int *anLengthArray, int nStringCount, float *avWidthArray) const | os::View | |
| GetTabOrder() const | os::View | [virtual] |
| GetTarget(Looper **ppcLooper=NULL) const | os::Invoker | |
| GetTextExtent(const String &cString, uint32 nFlags=0, int nTargetWidth=-1) const | os::View | |
| GetTitle() const | os::View | |
| GetToken() | os::Handler | |
| GetTruncatedStrings(const char **pazStringArray, int nStringCount, uint32 nMode, float nWidth, char **pazResultArray) const | os::View | |
| GetValue() const | os::Control | [virtual] |
| GetVScrollBar() const | os::View | |
| GetWindow() const | os::View | [inline] |
| HandleMessage(Message *pcMessage) | os::Handler | [virtual] |
| Handler(const String &cName) | os::Handler | |
| HasFocus() const | os::View | [virtual] |
| Height() const | os::View | |
| Hide() | os::View | [inline] |
| Invalidate(const Rect &cRect, bool bRecurse=false) | os::View | |
| Invalidate(bool bRecurse=false) | os::View | |
| Invoke(Message *pcMessage=NULL) | os::Invoker | [virtual] |
| Invoked(Message *pcMessage) | os::Control | [virtual] |
| Invoker() | os::Invoker | |
| Invoker(Message *pcMessage) | os::Invoker | |
| Invoker(Message *pcMessage, const Handler *pcHandler, const Looper *pcLooper=NULL) | os::Invoker | |
| Invoker(Message *pcMessage, const Messenger &cTarget) | os::Invoker | |
| IsEnabled(void) const | os::Control | [virtual] |
| IsTargetLocal() const | os::Invoker | |
| IsVisible() const | os::View | |
| KeyDown(const char *pzString, const char *pzRawString, uint32 nQualifiers) | os::View | [virtual] |
| KeyUp(const char *pzString, const char *pzRawString, uint32 nQualifiers) | os::View | [virtual] |
| LabelChanged(const String &cNewLabel) | os::Control | [virtual] |
| MakeFocus(bool bFocus=true) | os::View | [virtual] |
| MessageChanged(const Message &cOldMsg) | os::Invoker | [virtual] |
| MouseDown(const Point &cPosition, uint32 nButtons) | os::View | [virtual] |
| MouseMove(const Point &cNewPos, int nCode, uint32 nButtons, Message *pcData) | os::View | [virtual] |
| MouseUp(const Point &cPosition, uint32 nButtons, Message *pcData) | os::View | [virtual] |
| MoveBy(const Point &cDelta) | os::View | [virtual] |
| MoveBy(float vDeltaX, float vDeltaY) | os::View | [virtual] |
| MovePenBy(const Point &cPos) | os::View | |
| MovePenBy(float x, float y) | os::View | [inline] |
| MovePenTo(const Point &cPos) | os::View | |
| MovePenTo(float x, float y) | os::View | [inline] |
| MoveTo(const Point &cPos) | os::View | [virtual] |
| MoveTo(float x, float y) | os::View | [virtual] |
| Paint(const Rect &cUpdateRect) | os::View | [virtual] |
| Ping(int nSize=0) const | os::View | |
| PostValueChange(const Variant &cNewValue) | os::Control | [virtual] |
| PreValueChange(Variant *pcNewValue) | os::Control | [virtual] |
| RemoveChild(View *pcChild) | os::View | |
| RemoveFilter(MessageFilter *pcFilter) | os::Handler | |
| RemoveThis() | os::View | |
| ResizeBy(const Point &cDelta) | os::View | [virtual] |
| ResizeBy(float vDeltaW, float vDeltaH) | os::View | [virtual] |
| ResizeTo(const Point &cSize) | os::View | [virtual] |
| ResizeTo(float W, float H) | os::View | [virtual] |
| ScrollBy(const Point &cDelta) | os::View | [virtual] |
| ScrollBy(float vDeltaX, float vDeltaY) | os::View | [inline, virtual] |
| ScrollRect(const Rect &cSrcRect, const Rect &cDstRect) | os::View | |
| ScrollTo(Point cTopLeft) | os::View | [virtual] |
| ScrollTo(float x, float y) | os::View | [inline, virtual] |
| SetBgColor(int nRed, int nGreen, int nBlue, int nAlpha=255) | os::View | |
| SetBgColor(Color32_s sColor) | os::View | |
| SetContextMenu(Menu *pcMenu) | os::View | |
| SetDrawingMode(drawing_mode nMode) | os::View | |
| SetDrawingRegion(const Region &cReg) | os::View | |
| SetEnable(bool bEnabled) | os::Control | [virtual] |
| SetEraseColor(int nRed, int nGreen, int nBlue, int nAlpha=255) | os::View | |
| SetEraseColor(Color32_s sColor) | os::View | |
| SetFgColor(int nRed, int nGreen, int nBlue, int nAlpha=255) | os::View | |
| SetFgColor(Color32_s sColor) | os::View | |
| SetFlags(uint32 nFlags) | os::View | |
| SetFont(Font *pcFont) | os::View | |
| SetFrame(const Rect &cRect, bool bNotifyServer=true) | os::View | [virtual] |
| SetHandlerForReply(Handler *pcHandler) | os::Invoker | [virtual] |
| SetLabel(const String &cLabel) | os::Control | [virtual] |
| SetMessage(Message *pcMessage) | os::Invoker | [virtual] |
| SetMousePos(const Point &cPosition) | os::View | |
| SetName(const String &cName) | os::Handler | |
| SetNextHandler(Handler *pcNextHandler) | os::Handler | |
| SetResizeMask(uint32 nFlags) | os::View | |
| SetShapeRegion(const Region &cReg) | os::View | |
| SetShortcut(const ShortcutKey &cShortcut) | os::View | [virtual] |
| SetShortcutFromLabel(const String &cLabel) | os::View | [virtual] |
| SetTabOrder(int nOrder=NEXT_TAB_ORDER) | os::View | [virtual] |
| SetTarget(const Handler *pcHandler, const Looper *pcLooper=NULL) | os::Invoker | [virtual] |
| SetTarget(const Messenger &cMessenger) | os::Invoker | [virtual] |
| SetValue(Variant cValue, bool bInvoke=true) | os::Control | [virtual] |
| Show(bool bVisible=true) | os::View | |
| Sync() | os::View | |
| TargetChanged(const Messenger &cOldTarget) | os::Invoker | [virtual] |
| TimerTick(int nID) | os::Handler | [virtual] |
| ToggleDepth() | os::View | [virtual] |
| View(const Rect &cFrame, const String &cTitle, uint32 nResizeMask=CF_FOLLOW_LEFT|CF_FOLLOW_TOP, uint32 nFlags=WID_WILL_DRAW|WID_CLEAR_BACKGROUND) | os::View | |
| ViewScrolled(const Point &cDelta) | os::View | [virtual] |
| WheelMoved(const Point &cDelta) | os::View | [virtual] |
| Width() const | os::View | |
| WindowActivated(bool bIsActive) | os::View | [virtual] |
| ~Control() | os::Control | |
| ~Handler() | os::Handler | [virtual] |
| ~Invoker() | os::Invoker | [virtual] |
| ~View() | os::View | [virtual] |