, including all inherited members.
addView(CView *pView) | CScrollView | [virtual] |
addView(CView *pView, CRect &mouseableArea, bool mouseEnabled=true) | CScrollView | [virtual] |
CViewContainer::addView(CView *pView, CView *pBefore) | CViewContainer | [virtual] |
advanceNextFocusView(CView *oldFocus, bool reverse=false) | CViewContainer | [virtual] |
attached(CView *parent) | CDataBrowser | [protected, virtual] |
autosizeFlags | CView | |
backgroundColor | CViewContainer | [protected] |
backgroundOffset | CViewContainer | [protected] |
bDirty | CView | |
bDrawInOffscreen | CViewContainer | [protected] |
beginTextEdit(long row, long column, const char *initialText) | CDataBrowser | [virtual] |
bIsAttached | CView | |
bMouseEnabled | CView | |
bTransparencyEnabled | CView | |
bVisible | CView | |
bWantsFocus | CView | |
CBaseObject() | CBaseObject | [inline] |
CDataBrowser(const CRect &size, CFrame *pParent, IDataBrowser *db, long style=0, CCoord scrollbarWidth=16, CBitmap *pBackground=0) | CDataBrowser | |
CDataBrowserStyle enum name | CDataBrowser | |
checkUpdate(const CRect &updateRect) const | CView | [inline, virtual] |
checkUpdateRect(CView *view, const CRect &rect) | CViewContainer | [protected, virtual] |
containerSize | CScrollView | [protected] |
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 | |
db | CDataBrowser | [protected] |
dbHeader | CDataBrowser | [protected] |
dbHeaderContainer | CDataBrowser | [protected] |
dbView | CDataBrowser | [protected] |
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] |
getCellBounds(long row, long column) | CDataBrowser | [virtual] |
getContainerAt(const CPoint &where, bool deep=true) const | CViewContainer | [virtual] |
getEditor() const | CView | [virtual] |
getFrame() const | CView | [inline] |
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] |
getNbReference() const | CBaseObject | [inline] |
getNbViews() const | CScrollView | [virtual] |
getParentView() const | CView | [inline] |
getScrollOffset() const | CScrollView | |
getSelectedRow() const | CDataBrowser | [inline, virtual] |
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] |
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] |
invalidate(long row, long column) | CDataBrowser | [virtual] |
invalidateDirtyViews() | CViewContainer | [virtual] |
invalidateRow(long row) | CDataBrowser | [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 | CView | [inline, virtual] |
isVisible() const | CView | [inline] |
kDontDrawFrame enum value | CScrollView | |
kDrawColumnLines enum value | CDataBrowser | |
kDrawHeader enum value | CDataBrowser | |
kDrawRowLines enum value | CDataBrowser | |
kHorizontalScrollbar enum value | CScrollView | |
kHSBTag enum value | CScrollView | [protected] |
kNoSelection enum value | CDataBrowser | |
kVerticalScrollbar enum value | CScrollView | |
kVSBTag enum value | CScrollView | [protected] |
localToFrame(CPoint &point) const | CViewContainer | [virtual] |
looseFocus() | CViewContainer | [virtual] |
makeRectVisible(const CRect &rect) | CScrollView | [virtual] |
makeRowVisible(long row) | CDataBrowser | [virtual] |
modifyDrawContext(CCoord save[4], CDrawContext *pContext) | CViewContainer | |
mouseableArea | CView | |
mouseDownView | CViewContainer | [protected] |
newCopy() const | CView | [inline, virtual] |
notify(CBaseObject *sender, const char *message) | CDataBrowser | [protected, 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] |
CViewContainer::onWheel(const CPoint &where, const float &distance, const long &buttons) | CViewContainer | [virtual] |
parentSizeChanged() | CViewContainer | [virtual] |
pAttributeList | CView | |
pBackground | CView | |
pFirstView | CViewContainer | [protected] |
pLastView | CViewContainer | [protected] |
pOffscreenContext | CViewContainer | [protected] |
point | CView | |
pParentFrame | CView | |
pParentView | CView | |
recalculateLayout(bool rememberSelection=false) | CDataBrowser | [virtual] |
remember() | CBaseObject | [inline, virtual] |
removeAll(const bool &withForget=true) | CScrollView | [virtual] |
removeAttribute(const CViewAttributeID id) | CView | |
removed(CView *parent) | CViewContainer | [virtual] |
removeView(CView *pView, const bool &withForget=true) | CScrollView | [virtual] |
restoreDrawContext(CDrawContext *pContext, CCoord save[4]) | CViewContainer | |
sc | CScrollView | [protected] |
selectedRow | CDataBrowser | [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 | |
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] |
setMouseableArea(const CRect &rect) | CView | [inline, virtual] |
setMouseEnabled(const bool bEnable=true) | CView | [inline, virtual] |
setSelectedRow(long row, bool makeVisible=false) | CDataBrowser | [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] |
style | CScrollView | [protected] |
takeFocus() | CViewContainer | [virtual] |
useOffscreen(bool b) | CViewContainer | [virtual] |
valueChanged(CControl *pControl) | CDataBrowser | [protected] |
CControlListener::valueChanged(VSTGUI::CControl *pControl)=0 | CControlListener | [pure virtual] |
vsb | CScrollView | [protected] |
VSTGUI_DEPRECATED(virtual void mouse(CDrawContext *pContext, CPoint &where, long buttons=-1);) VSTGUI_DEPRECATED(virtual CView *getCurrentView() const | CViewContainer | |
CView::VSTGUI_DEPRECATED(virtual void mouse(CDrawContext *pContext, CPoint &where, long buttons=-1);) VSTGUI_DEPRECATED(virtual void getMouseLocation(CDrawContext *context | CView | |
CView::VSTGUI_DEPRECATED(virtual void setParentView(CView *pParentView){this->pParentView=pParentView;}) VSTGUI_DEPRECATED(virtual void setFrame(CFrame *pParent) | CView | [inline] |
wantsFocus() const | CView | [inline, virtual] |
~CBaseObject() | CBaseObject | [inline, virtual] |
~CDataBrowser() | CDataBrowser | |
~CScrollView() | CScrollView | |
~CView() | CView | [virtual] |
~CViewContainer() | CViewContainer | [virtual] |