|
VSTGUI
4.2
Graphical User Interface Framework not only for VST plugins
|
This is the complete list of members for CControl, including all inherited members.
| addAnimation(IdStringPtr name, Animation::IAnimationTarget *target, Animation::ITimingFunction *timingFunction, CBaseObject *notificationObject=0) | CView | |
| addDependency(CBaseObject *obj) | IDependency | inlinevirtual |
| alphaValue | CView | protected |
| attached(CView *parent) | CView | virtual |
| autosizeFlags | CView | protected |
| backOffset | CControl | protected |
| beginEdit() | CControl | virtual |
| bounceValue() | CControl | virtual |
| CBaseObject() | CBaseObject | inline |
| CControl(const CRect &size, CControlListener *listener=0, int32_t tag=0, CBitmap *pBackground=0) | CControl | |
| CControl(const CControl &c) | CControl | |
| changed(IdStringPtr message) | IDependency | inlinevirtual |
| checkDefaultValue(CButtonState button) | CControl | virtual |
| checkUpdate(const CRect &updateRect) const | CView | inlinevirtual |
| copyBackOffset() | CControl | virtual |
| CView(const CRect &size) | CView | |
| CView(const CView &view) | CView | |
| defaultValue | CControl | protected |
| deferChangeCount | IDependency | protected |
| deferChanges(bool state) | IDependency | inlinevirtual |
| deferedChanges | IDependency | protected |
| DeferedChangesSet typedef | IDependency | protected |
| DependentList typedef | IDependency | protected |
| dependents | IDependency | protected |
| doDrag(IDataPackage *source, const CPoint &offset=CPoint(0, 0), CBitmap *dragBitmap=0) | CView | virtual |
| doIdleStuff() | CControl | virtual |
| DragResult enum name | CView | |
| draw(CDrawContext *pContext)=0 | CControl | pure virtual |
| drawFocusOnTop() | CControl | virtual |
| drawRect(CDrawContext *pContext, const CRect &updateRect) | CView | inlinevirtual |
| editing | CControl | protected |
| endEdit() | CControl | virtual |
| forget() | CBaseObject | inlinevirtual |
| forgetObject(CBaseObject *obj) | IDependency | inlineprotectedstatic |
| frameToLocal(CPoint &point) const | CView | virtual |
| getAlphaValue() const | CView | inline |
| getAttribute(const CViewAttributeID id, const int32_t inSize, void *outData, int32_t &outSize) const | CView | |
| getAttributeSize(const CViewAttributeID id, int32_t &outSize) const | CView | |
| getAutosizeFlags() const | CView | inlinevirtual |
| getBackground() const | CView | inline |
| getBackOffset() const | CControl | inlinevirtual |
| getDefaultValue(void) const | CControl | inlinevirtual |
| getDisabledBackground() const | CView | inline |
| getDrawBackground() const | CView | inline |
| getEditor() const | CView | virtual |
| getFocusPath(CGraphicsPath &outPath) | CControl | virtual |
| getFrame() const | CView | inline |
| getHeight() const | CView | inline |
| getHitTestPath() const | CView | inlineprotected |
| getListener() const | CControl | inlinevirtual |
| getMax() const | CControl | inlinevirtual |
| getMin() const | CControl | inlinevirtual |
| getMouseableArea(CRect &rect) const | CView | inlinevirtual |
| getMouseableArea() const | CView | inlinevirtual |
| getMouseEnabled() const | CView | inlinevirtual |
| getNbReference() const | CBaseObject | inlinevirtual |
| getOldValue(void) const | CControl | inlinevirtual |
| getParentView() const | CView | inline |
| getRange() const | CControl | inline |
| getTag() const | CControl | inlinevirtual |
| getTransparency() const | CView | inlinevirtual |
| getValue() const | CControl | inlinevirtual |
| getValueNormalized() const | CControl | virtual |
| getViewSize(CRect &rect) const | CView | inline |
| getViewSize() const | CView | inline |
| getVisibleViewSize() const | CView | virtual |
| getWheelInc() const | CControl | inlinevirtual |
| getWidth() const | CView | inline |
| hitTest(const CPoint &where, const CButtonState &buttons=-1) | CView | virtual |
| IDependency() | IDependency | inlineprotected |
| idleRate | CView | static |
| invalid() | CView | inlinevirtual |
| invalidRect(const CRect &rect) | CView | virtual |
| isAttached() const | CView | inline |
| isDirty() const | CControl | virtual |
| isEditing() const | CControl | inline |
| isTypeOf(IdStringPtr s) const | CControl | inlinevirtual |
| isVisible() const | CView | inline |
| kDefaultValueModifier | CControl | static |
| kDirty enum value | CView | protected |
| kDirtyCallAlwaysOnMainThread | CView | static |
| kDragCopied enum value | CView | |
| kDragError enum value | CView | |
| kDragMoved enum value | CView | |
| kDragRefused enum value | CView | |
| kIsAttached enum value | CView | protected |
| kLastCViewFlag enum value | CView | protected |
| kMessageBeginEdit | CControl | static |
| kMessageEndEdit | CControl | static |
| kMessageTagDidChange | CControl | static |
| kMessageTagWillChange | CControl | static |
| kMessageValueChanged | CControl | static |
| kMouseEnabled enum value | CView | protected |
| kTransparencyEnabled enum value | CView | protected |
| kVisible enum value | CView | protected |
| kWantsFocus enum value | CView | protected |
| kWantsIdle enum value | CView | protected |
| kZoomModifier | CControl | static |
| listener | CControl | protected |
| localToFrame(CPoint &point) const | CView | virtual |
| looseFocus() | CView | virtual |
| mapVstKeyModifier(int32_t vstModifier) | CControl | protectedstatic |
| mouseableArea | CView | protected |
| newCopy() const =0 | CControl | pure virtual |
| notify(CBaseObject *sender, IdStringPtr message) | CView | virtual |
| oldValue | CControl | protected |
| onDragEnter(IDataPackage *drag, const CPoint &where) | CView | inlinevirtual |
| onDragLeave(IDataPackage *drag, const CPoint &where) | CView | inlinevirtual |
| onDragMove(IDataPackage *drag, const CPoint &where) | CView | inlinevirtual |
| onDrop(IDataPackage *drag, const CPoint &where) | CView | inlinevirtual |
| onIdle() | CView | inlinevirtual |
| onKeyDown(VstKeyCode &keyCode) | CView | virtual |
| onKeyUp(VstKeyCode &keyCode) | CView | virtual |
| onMouseCancel() | CView | virtual |
| onMouseDown(CPoint &where, const CButtonState &buttons) | CView | virtual |
| onMouseEntered(CPoint &where, const CButtonState &buttons) | CView | inlinevirtual |
| onMouseExited(CPoint &where, const CButtonState &buttons) | CView | inlinevirtual |
| onMouseMoved(CPoint &where, const CButtonState &buttons) | CView | virtual |
| onMouseUp(CPoint &where, const CButtonState &buttons) | CView | virtual |
| onTouchEvent(ITouchEvent &event) | CView | inlinevirtual |
| onWheel(const CPoint &where, const float &distance, const CButtonState &buttons) | CView | virtual |
| onWheel(const CPoint &where, const CMouseWheelAxis &axis, const float &distance, const CButtonState &buttons) | CView | virtual |
| parentSizeChanged() | CView | inlinevirtual |
| pParentFrame | CView | protected |
| pParentView | CView | protected |
| remember() | CBaseObject | inlinevirtual |
| rememberObject(CBaseObject *obj) | IDependency | inlineprotectedstatic |
| removeAllAnimations() | CView | |
| removeAnimation(IdStringPtr name) | CView | |
| removeAttribute(const CViewAttributeID id) | CView | |
| removed(CView *parent) | CView | virtual |
| removeDependency(CBaseObject *obj) | IDependency | inlinevirtual |
| setAlphaValue(float alpha) | CView | virtual |
| setAttribute(const CViewAttributeID id, const int32_t inSize, const void *inData) | CView | |
| setAutosizeFlags(int32_t flags) | CView | inlinevirtual |
| setBackground(CBitmap *background) | CView | virtual |
| setBackOffset(const CPoint &offset) | CControl | virtual |
| setDefaultValue(float val) | CControl | inlinevirtual |
| setDirty(bool val=true) | CControl | virtual |
| setDisabledBackground(CBitmap *background) | CView | virtual |
| setHitTestPath(CGraphicsPath *path) | CView | |
| setListener(CControlListener *l) | CControl | inlinevirtual |
| setMax(float val) | CControl | inlinevirtual |
| setMin(float val) | CControl | inlinevirtual |
| setMouseableArea(const CRect &rect) | CView | inlinevirtual |
| setMouseEnabled(bool bEnable=true) | CView | virtual |
| setOldValue(float val) | CControl | inlinevirtual |
| setTag(int32_t val) | CControl | virtual |
| setTransparency(bool val) | CView | virtual |
| setValue(float val) | CControl | virtual |
| setValueNormalized(float val) | CControl | virtual |
| setViewSize(const CRect &rect, bool invalid=true) | CView | virtual |
| setVisible(bool state) | CView | virtual |
| setWantsFocus(bool state) | CView | virtual |
| setWantsIdle(bool state) | CView | |
| setWheelInc(float val) | CControl | inlinevirtual |
| size | CView | protected |
| sizeToFit() | CView | inlinevirtual |
| tag | CControl | protected |
| takeFocus() | CView | virtual |
| value | CControl | protected |
| valueChanged() | CControl | virtual |
| viewFlags | CView | protected |
| vmax | CControl | protected |
| vmin | CControl | protected |
| wantsFocus() const | CView | inlinevirtual |
| wantsIdle() const | CView | inline |
| wantsMultiTouchEvents() const | CView | inlinevirtual |
| wheelInc | CControl | protected |
| ~CBaseObject() | CBaseObject | inlinevirtual |
| ~CControl() | CControl | protected |
| ~CView() | CView | protected |
| ~IDependency() | IDependency | inlineprotectedvirtual |