Vaca::Frame Member List

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

ActivateVaca::Frame
addChild(Widget *child, bool setParent)Vaca::Widget
addDockArea(DockArea *dockArea)Vaca::Frame
addStyle(Style style)Vaca::Widget
bringToTop()Vaca::Widget
CancelModeVaca::Widget
captureMouse()Vaca::Widget
center()Vaca::Widget
CloseVaca::Frame
Component()Vaca::Component
Container typedefVaca::Widget
create(const WidgetClassName &className, Widget *parent, Style style)Vaca::Widget [protected]
DeactivateVaca::Frame
defaultDockAreas()Vaca::Frame
defWndProc(UINT message, WPARAM wParam, LPARAM lParam)Vaca::Widget [protected]
deleteDockAreas()Vaca::Frame
doPaint(Graphics &g)Vaca::Widget [protected]
DoubleClickVaca::Widget
DropFilesVaca::Widget
findCommandById(CommandId id)Vaca::Widget
Frame(const String &title, Widget *parent=NULL, Style style=FrameStyle)Vaca::Frame
Frame(const WidgetClassName &className, const String &title, Widget *parent=NULL, Style style=FrameStyle)Vaca::Frame
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
getDefaultDockArea()Vaca::Frame [virtual]
getDockArea(Side side)Vaca::Frame
getDockAreas()Vaca::Frame
getFgColor()Vaca::Widget
getFont() const Vaca::Widget [virtual]
getGlobalWndProc()Vaca::Widget [static]
getHandle()Vaca::Widget
getLayout()Vaca::Widget
getLayoutBounds()Vaca::Frame [virtual]
getMenuBar()Vaca::Frame
getNonClientSize()Vaca::Frame
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
getStyle()Vaca::Widget
getSynchronizedGroup()Vaca::Frame [private]
getText()Vaca::Widget [virtual]
GotFocusVaca::Widget
hasCapture()Vaca::Widget
hasFocus()Vaca::Widget
hasMouse()Vaca::Widget
hasMouseAbove()Vaca::Widget
hideScrollBar(Orientation orientation)Vaca::Widget
initialize(const String &title)Vaca::Frame [private]
invalidate(bool eraseBg)Vaca::Widget
invalidate(const Rect &rc, bool eraseBg)Vaca::Widget
isDoubleBuffered()Vaca::Widget
isEnabled()Vaca::Widget
isLayoutFree()Vaca::Frame [virtual]
isVisible()Vaca::Widget
keepSynchronized()Vaca::Frame [virtual]
KeyDownVaca::Widget
KeyUpVaca::Widget
layout()Vaca::Frame [virtual]
LostFocusVaca::Widget
m_bigIconVaca::Frame [private]
m_countedVaca::Frame [private]
m_dockAreasVaca::Frame [private]
m_menuBarVaca::Frame [private]
m_smallIconVaca::Frame [private]
m_statusBarVaca::Frame [private]
MouseDownVaca::Widget
MouseEnterVaca::Widget
MouseLeaveVaca::Widget
MouseMoveVaca::Widget
MouseUpVaca::Widget
MouseWheelVaca::Widget
moveAfter(Widget *brother)Vaca::Widget
moveBefore(Widget *brother)Vaca::Widget
onActivate(Event &ev)Vaca::Frame [protected, virtual]
onAfterPosChange()Vaca::Widget [protected, virtual]
onBeforePosChange()Vaca::Widget [protected, virtual]
onCancelMode()Vaca::Widget [protected, virtual]
onClose(CloseEvent &ev)Vaca::Frame [protected, virtual]
onCommand(CommandId id)Vaca::Frame [protected, virtual]
onDeactivate(Event &ev)Vaca::Frame [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)Vaca::Frame [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::Frame [protected, virtual]
onResize(const Size &sz)Vaca::Frame [protected, virtual]
onResizing(CardinalDirection dir, Rect &rc)Vaca::Frame [protected, virtual]
onScroll(Orientation orientation, int code)Vaca::Widget [protected, virtual]
onSetCursor(WidgetHitTest hitTest)Vaca::Widget [protected, virtual]
onUpdateIndicators()Vaca::Frame [protected, virtual]
preTranslateMessage(Message &msg)Vaca::Frame [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
removeDockArea(DockArea *dockArea)Vaca::Frame
removeStyle(Style style)Vaca::Widget
requestFocus()Vaca::Widget
ResizeVaca::Widget
ResizingVaca::Frame
sendMessage(UINT message, WPARAM wParam, LPARAM lParam)Vaca::Widget
sendToBack()Vaca::Widget
setBgColor(const Color &color)Vaca::Widget [virtual]
setBigIcon(const Icon &icon)Vaca::Frame
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]
setIcon(ResourceId iconId)Vaca::Frame
setLayout(Layout *layout)Vaca::Widget
setMenuBar(MenuBar *menuBar)Vaca::Frame [virtual]
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
setSmallIcon(const Icon &icon)Vaca::Frame
setStyle(Style style)Vaca::Widget
setText(const String &str)Vaca::Widget [virtual]
setVisible(bool visible)Vaca::Frame [virtual]
showLeaks()Vaca::Referenceable [static]
subClass()Vaca::Widget [protected]
unref()Vaca::Referenceable
update()Vaca::Widget
updateIndicators()Vaca::Widget
updateMenuItem(MenuItem *menuItem)Vaca::Frame [private]
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::Frame [protected, virtual]
~Component()Vaca::Component [virtual]
~Frame()Vaca::Frame [virtual]
~Referenceable()Vaca::Referenceable [virtual]
~Widget()Vaca::Widget [virtual]