Vaca::DockArea Member List

This is the complete list of members for Vaca::DockArea, including all inherited members.

addChild(Widget *child, bool setParent)Vaca::Widget
addDockBar(DockBar *dockBar)Vaca::DockArea [private]
addStyle(Style style)Vaca::Widget
bringToTop()Vaca::Widget
CancelModeVaca::Widget
captureMouse()Vaca::Widget
center()Vaca::Widget
Component()Vaca::Component
Container typedefVaca::Widget
create(const WidgetClassName &className, Widget *parent, Style style)Vaca::Widget [protected]
createDefaultDockInfo(DockBar *bar)=0Vaca::DockArea [pure virtual]
createDockInfo(DockBar *bar, const Point &cursor, const Point &anchor)=0Vaca::DockArea [pure virtual]
defWndProc(UINT message, WPARAM wParam, LPARAM lParam)Vaca::Widget [protected]
DockArea(Side side, Widget *parent, Style style=DockAreaStyle)Vaca::DockArea
DockBar classVaca::DockArea [friend]
doPaint(Graphics &g)Vaca::Widget [protected]
DoubleClickVaca::Widget
drawXorTracker(Graphics &g, DockInfo *dockInfo)=0Vaca::DockArea [pure virtual]
DropFilesVaca::Widget
findCommandById(CommandId id)Vaca::Widget
fromHandle(HWND hwnd)Vaca::Widget [static]
getAbsoluteBounds()Vaca::Widget
getAbsoluteClientBounds()Vaca::Widget
getBgColor()Vaca::Widget
getBounds()Vaca::Widget
getChildren()Vaca::Widget
getClientBounds()Vaca::Widget
getConstraint()Vaca::Widget
getFgColor()Vaca::Widget
getFont() const Vaca::Widget [virtual]
getGlobalWndProc()Vaca::Widget [static]
getHandle()Vaca::Widget
getLayout()Vaca::Widget
getLayoutBounds()Vaca::Widget [virtual]
getOpacity()Vaca::Widget
getParent()Vaca::Widget
getParentHandle()Vaca::Widget
getPreferredSize()Vaca::Widget
getPreferredSize(const Size &fitIn)Vaca::Widget
getRefCount()Vaca::Referenceable
getScrollInfo(Orientation orientation)Vaca::Widget
getScrollPoint()Vaca::Widget
getScrollPos(Orientation orientation)Vaca::Widget
getSide()Vaca::DockArea
getStyle()Vaca::Widget
getText()Vaca::Widget [virtual]
GotFocusVaca::Widget
hasCapture()Vaca::Widget
hasFocus()Vaca::Widget
hasMouse()Vaca::Widget
hasMouseAbove()Vaca::Widget
hideScrollBar(Orientation orientation)Vaca::Widget
hitTest(DockBar *bar, const Point &cursor, const Point &anchor, bool fromInside)=0Vaca::DockArea [pure virtual]
invalidate(bool eraseBg)Vaca::Widget
invalidate(const Rect &rc, bool eraseBg)Vaca::Widget
isDoubleBuffered()Vaca::Widget
isEnabled()Vaca::Widget
isHorizontal()Vaca::DockArea
isLayoutFree()Vaca::DockArea [virtual]
isVertical()Vaca::DockArea
isVisible()Vaca::Widget
KeyDownVaca::Widget
KeyUpVaca::Widget
layout()=0Vaca::DockArea [pure virtual]
LostFocusVaca::Widget
m_sideVaca::DockArea [private]
MouseDownVaca::Widget
MouseEnterVaca::Widget
MouseLeaveVaca::Widget
MouseMoveVaca::Widget
MouseUpVaca::Widget
MouseWheelVaca::Widget
moveAfter(Widget *brother)Vaca::Widget
moveBefore(Widget *brother)Vaca::Widget
onAddDockBar(DockBar *dockBar)Vaca::DockArea [protected, virtual]
onAfterPosChange()Vaca::Widget [protected, virtual]
onBeforePosChange()Vaca::Widget [protected, virtual]
onCancelMode()Vaca::Widget [protected, virtual]
onCommand(CommandId id)Vaca::Widget [protected, virtual]
onDoubleClick(MouseEvent &ev)Vaca::Widget [protected, virtual]
onDropFiles(DropFilesEvent &ev)Vaca::Widget [protected, virtual]
onGotFocus(Event &ev)Vaca::Widget [protected, virtual]
onKeyDown(KeyEvent &ev)Vaca::Widget [protected, virtual]
onKeyUp(KeyEvent &ev)Vaca::Widget [protected, virtual]
onLostFocus(Event &ev)Vaca::Widget [protected, virtual]
onMouseDown(MouseEvent &ev)Vaca::Widget [protected, virtual]
onMouseEnter(MouseEvent &ev)Vaca::Widget [protected, virtual]
onMouseLeave()Vaca::Widget [protected, virtual]
onMouseMove(MouseEvent &ev)Vaca::Widget [protected, virtual]
onMouseUp(MouseEvent &ev)Vaca::Widget [protected, virtual]
onMouseWheel(MouseEvent &ev)Vaca::Widget [protected, virtual]
onPaint(Graphics &g)Vaca::Widget [protected, virtual]
onPreferredSize(Size &sz)=0Vaca::DockArea [protected, pure virtual]
onRedock(DockBar *dockBar, DockInfo *newDockInfo)Vaca::DockArea [protected, virtual]
onReflectedCommand(int id, int code, LRESULT &lResult)Vaca::Widget [protected, virtual]
onReflectedDrawItem(Graphics &g, LPDRAWITEMSTRUCT lpDrawItem)Vaca::Widget [protected, virtual]
onReflectedNotify(LPNMHDR lpnmhdr, LRESULT &lResult)Vaca::Widget [protected, virtual]
onRemoveChild(Widget *child)Vaca::Widget [protected, virtual]
onRemoveDockBar(DockBar *dockBar)Vaca::DockArea [protected, virtual]
onResize(const Size &sz)Vaca::Widget [protected, virtual]
onScroll(Orientation orientation, int code)Vaca::Widget [protected, virtual]
onSetCursor(WidgetHitTest hitTest)Vaca::Widget [protected, virtual]
onUpdateIndicators()Vaca::Widget [protected, virtual]
preTranslateMessage(Message &msg)Vaca::Widget [virtual]
ref()Vaca::Referenceable
Referenceable()Vaca::Referenceable
Register()Vaca::Register< T > [inline]
releaseFocus()Vaca::Widget
releaseMouse()Vaca::Widget
removeChild(Widget *child, bool setParent)Vaca::Widget
removeDockBar(DockBar *dockBar)Vaca::DockArea [private]
removeStyle(Style style)Vaca::Widget
requestFocus()Vaca::Widget
ResizeVaca::Widget
sendMessage(UINT message, WPARAM wParam, LPARAM lParam)Vaca::Widget
sendToBack()Vaca::Widget
setBgColor(const Color &color)Vaca::Widget [virtual]
setBounds(const Rect &rc)Vaca::Widget
setBounds(int x, int y, int w, int h)Vaca::Widget
setConstraint(Constraint *constraint)Vaca::Widget
setCursor(const Cursor &cursor)Vaca::Widget
setDefWndProc(WNDPROC proc)Vaca::Widget [protected]
setDestroyHWNDProc(void(*proc)(HWND))Vaca::Widget [protected]
setDoubleBuffered(bool doubleBuffered)Vaca::Widget
setEnabled(bool state)Vaca::Widget
setFgColor(const Color &color)Vaca::Widget [virtual]
setFont(Font font)Vaca::Widget [virtual]
setLayout(Layout *layout)Vaca::Widget
setOpacity(int opacity)Vaca::Widget
setOrigin(const Point &pt)Vaca::Widget
setOrigin(int x, int y)Vaca::Widget
setPreferredSize(const Size &fixedSize)Vaca::Widget
setPreferredSize(int fixedWidth, int fixedHeight)Vaca::Widget
setScrollInfo(Orientation orientation, const ScrollInfo &scrollInfo)Vaca::Widget
setScrollPoint(const Point &pt)Vaca::Widget
setScrollPos(Orientation orientation, int pos)Vaca::Widget
setSize(const Size &sz)Vaca::Widget
setSize(int w, int h)Vaca::Widget
setStyle(Style style)Vaca::Widget
setText(const String &str)Vaca::Widget [virtual]
setVisible(bool visible)Vaca::Widget [virtual]
showLeaks()Vaca::Referenceable [static]
subClass()Vaca::Widget [protected]
unref()Vaca::Referenceable
update()Vaca::Widget
updateIndicators()Vaca::Widget
validate()Vaca::Widget
validate(const Rect &rc)Vaca::Widget
Widget(const WidgetClassName &className, Widget *parent, Style style=NoStyle)Vaca::Widget
wndProc(UINT message, WPARAM wParam, LPARAM lParam, LRESULT &lResult)Vaca::Widget [protected, virtual]
~Component()Vaca::Component [virtual]
~DockArea()Vaca::DockArea [virtual]
~Referenceable()Vaca::Referenceable [virtual]
~Widget()Vaca::Widget [virtual]