, including all inherited members.
addView(CView *pView) | CScrollView | [virtual] |
addView(CView *pView, CRect &mouseableArea, bool mouseEnabled=true) | CScrollView | [virtual] |
VSTGUI::CViewContainer::addView(CView *pView, CView *pBefore) | CViewContainer | [virtual] |
advanceNextFocusView(CView *oldFocus, bool reverse=false) | CViewContainer | [virtual] |
attached(CView *parent) | CViewContainer | [virtual] |
VSTGUI::CView::attached(CView *parent) | CView | [virtual] |
autosizeFlags | CView | [protected] |
backgroundColor | CViewContainer | [protected] |
backgroundOffset | CViewContainer | [protected] |
bDirty | CView | [protected] |
bDrawInOffscreen | CViewContainer | [protected] |
bIsAttached | CView | [protected] |
bMouseEnabled | CView | [protected] |
bTransparencyEnabled | CView | [protected] |
bVisible | CView | [protected] |
bWantsFocus | CView | [protected] |
CBaseObject() | CBaseObject | [inline] |
checkUpdate(const CRect &updateRect) const | CView | [inline, virtual] |
checkUpdateRect(CView *view, const CRect &rect) | CViewContainer | [protected, virtual] |
containerSize | CScrollView | [protected] |
controlBeginEdit(VSTGUI::CControl *pControl) | CControlListener | [inline, private, virtual] |
controlEndEdit(VSTGUI::CControl *pControl) | CControlListener | [inline, private, virtual] |
controlModifierClicked(VSTGUI::CControl *pControl, long button) | CControlListener | [inline, private, virtual] |
CScrollView(const CRect &size, const CRect &containerSize, CFrame *pParent, long style, CCoord scrollbarWidth=16, CBitmap *pBackground=0) | CScrollView | |
CScrollView(const CScrollView &scrollView) | CScrollView | |
CScrollViewStyle enum name | CScrollView | |
currentDragView | CViewContainer | [protected] |
CView(const CRect &size) | CView | |
CView(const CView &view) | CView | |
CViewContainer(const CRect &size, CFrame *pParent, CBitmap *pBackground=0) | CViewContainer | |
CViewContainer(const CViewContainer &viewContainer) | CViewContainer | |
draw(CDrawContext *pContext) | CViewContainer | [virtual] |
drawBackgroundRect(CDrawContext *pContext, CRect &_updateRect) | CScrollView | [virtual] |
drawBackToFront(CDrawContext *context, const CRect &rect) | CViewContainer | [protected] |
drawRect(CDrawContext *pContext, const CRect &updateRect) | CViewContainer | [virtual] |
forget() | CBaseObject | [inline, virtual] |
frameToLocal(CPoint &point) const | CViewContainer | [virtual] |
getAttribute(const CViewAttributeID id, const long inSize, void *outData, long &outSize) const | CView | |
getAttributeSize(const CViewAttributeID id, long &outSize) const | CView | |
getAutosizeFlags() const | CView | [inline, virtual] |
getBackground() const | CView | [inline, virtual] |
getBackgroundColor() const | CViewContainer | [inline, virtual] |
getBackgroundOffset() const | CViewContainer | [inline, virtual] |
getContainerAt(const CPoint &where, bool deep=true) const | CViewContainer | [virtual] |
getCurrentView() const | CViewContainer | [virtual] |
getEditor() const | CView | [virtual] |
getFrame() const | CView | [inline] |
getFrameTopLeftPos(CPoint &topLeft) const | CView | [virtual] |
getHeight() const | CView | [inline] |
getHorizontalScrollbar() const | CScrollView | [inline] |
getMouseableArea(CRect &rect) const | CView | [inline, virtual] |
getMouseableArea() const | CView | [inline, virtual] |
getMouseEnabled() const | CView | [inline, virtual] |
getMouseLocation(CDrawContext *context, CPoint &point) | CView | [virtual] |
getNbReference() const | CBaseObject | [inline] |
getNbViews() const | CScrollView | [virtual] |
getParentView() const | CView | [inline] |
getScrollOffset() const | CScrollView | |
getTransparency() const | CView | [inline, virtual] |
getVerticalScrollbar() const | CScrollView | [inline] |
getView(long index) const | CScrollView | [virtual] |
getViewAt(const CPoint &where, bool deep=false) const | CViewContainer | [virtual] |
getViewSize(CRect &rect) const | CView | [inline, virtual] |
getViewSize() const | CView | [inline, virtual] |
getVisibleSize(const CRect rect) const | CViewContainer | [virtual] |
VSTGUI::CView::getVisibleSize() const | CView | [virtual] |
getWidth() const | CView | [inline] |
hitTest(const CPoint &where, const long buttons=-1) | CViewContainer | [virtual] |
hitTestSubViews(const CPoint &where, const long buttons=-1) | CViewContainer | [protected, virtual] |
hsb | CScrollView | [protected] |
invalid() | CViewContainer | [virtual] |
invalidateDirtyViews() | CViewContainer | [virtual] |
invalidRect(const CRect rect) | CViewContainer | [virtual] |
isAttached() const | CView | [inline] |
isChild(CView *pView) const | CScrollView | [virtual] |
isDirty() const | CViewContainer | [virtual] |
isTypeOf(const char *s) const | CViewContainer | [inline, virtual] |
isVisible() const | CView | [inline] |
kDontDrawFrame enum value | CScrollView | |
kHorizontalScrollbar enum value | CScrollView | |
kHSBTag enum value | CScrollView | [protected] |
kVerticalScrollbar enum value | CScrollView | |
kVSBTag enum value | CScrollView | [protected] |
localToFrame(CPoint &point) const | CViewContainer | [virtual] |
looseFocus() | CViewContainer | [virtual] |
makeRectVisible(const CRect &rect) | CScrollView | [virtual] |
modifyDrawContext(CCoord save[4], CDrawContext *pContext) | CViewContainer | |
mouse(CDrawContext *pContext, CPoint &where, long buttons=-1) | CViewContainer | [virtual] |
mouseableArea | CView | [protected] |
mouseDownView | CViewContainer | [protected] |
newCopy() const | CViewContainer | [inline, virtual] |
notify(CBaseObject *sender, const char *message) | CViewContainer | [virtual] |
VSTGUI::CBaseObject::notify(CBaseObject *sender, const char *message) | CBaseObject | [inline, virtual] |
onDragEnter(CDragContainer *drag, const CPoint &where) | CViewContainer | [virtual] |
onDragLeave(CDragContainer *drag, const CPoint &where) | CViewContainer | [virtual] |
onDragMove(CDragContainer *drag, const CPoint &where) | CViewContainer | [virtual] |
onDrop(CDragContainer *drag, const CPoint &where) | CViewContainer | [virtual] |
onKeyDown(VstKeyCode &keyCode) | CViewContainer | [virtual] |
onKeyUp(VstKeyCode &keyCode) | CViewContainer | [virtual] |
onMouseDown(CPoint &where, const long &buttons) | CViewContainer | [virtual] |
onMouseEntered(CPoint &where, const long &buttons) | CView | [inline, virtual] |
onMouseExited(CPoint &where, const long &buttons) | CView | [inline, virtual] |
onMouseMoved(CPoint &where, const long &buttons) | CViewContainer | [virtual] |
onMouseUp(CPoint &where, const long &buttons) | CViewContainer | [virtual] |
onWheel(const CPoint &where, const CMouseWheelAxis &axis, const float &distance, const long &buttons) | CScrollView | [virtual] |
VSTGUI::CViewContainer::onWheel(const CPoint &where, const float &distance, const long &buttons) | CViewContainer | [virtual] |
parentSizeChanged() | CViewContainer | [virtual] |
pAttributeList | CView | [protected] |
pBackground | CView | [protected] |
pFirstView | CViewContainer | [protected] |
pLastView | CViewContainer | [protected] |
pOffscreenContext | CViewContainer | [protected] |
pParentFrame | CView | [protected] |
pParentView | CView | [protected] |
remember() | CBaseObject | [inline, virtual] |
removeAll(const bool &withForget=true) | CScrollView | [virtual] |
removeAttribute(const CViewAttributeID id) | CView | |
removed(CView *parent) | CViewContainer | [virtual] |
VSTGUI::CView::removed(CView *parent) | CView | [virtual] |
removeView(CView *pView, const bool &withForget=true) | CScrollView | [virtual] |
restoreDrawContext(CDrawContext *pContext, CCoord save[4]) | CViewContainer | |
sc | CScrollView | [protected] |
setAttribute(const CViewAttributeID id, const long inSize, const void *inData) | CView | |
setAutosizeFlags(long flags) | CView | [inline, virtual] |
setBackground(CBitmap *background) | CView | [virtual] |
setBackgroundColor(const CColor &color) | CScrollView | |
VSTGUI::CViewContainer::setBackgroundColor(const CColor color) | CViewContainer | [virtual] |
setBackgroundOffset(const CPoint &p) | CViewContainer | [inline, virtual] |
setContainerSize(const CRect &cs, bool keepVisibleArea=false) | CScrollView | [virtual] |
setDirty(const bool val=true) | CView | [inline, virtual] |
setFrame(CFrame *pParent) | CView | [inline, virtual] |
setMouseableArea(const CRect &rect) | CView | [inline, virtual] |
setMouseEnabled(const bool bEnable=true) | CView | [inline, virtual] |
setParentView(CView *pParentView) | CView | [inline, virtual] |
setTransparency(bool val) | CScrollView | [virtual] |
setViewSize(CRect &rect, bool invalid=true) | CScrollView | [virtual] |
setVisible(bool state) | CView | [virtual] |
setWantsFocus(bool state) | CView | [inline, virtual] |
size | CView | [protected] |
style | CScrollView | [protected] |
takeFocus() | CViewContainer | [virtual] |
useOffscreen(bool b) | CViewContainer | [virtual] |
valueChanged(CControl *pControl) | CScrollView | |
CControlListener::valueChanged(VSTGUI::CControl *pControl)=0 | CControlListener | [private, pure virtual] |
vsb | CScrollView | [protected] |
wantsFocus() const | CView | [inline, virtual] |
~CBaseObject() | CBaseObject | [inline, virtual] |
~CControlListener() | CControlListener | [inline, private, virtual] |
~CScrollView() | CScrollView | |
~CView() | CView | [virtual] |
~CViewContainer() | CViewContainer | [virtual] |