|
iPlug2 - C++ Audio Plug-in Framework
|
This is the complete list of members for IBButtonControl, including all inherited members.
| Animate() (defined in IControl) | IControl | |
| As() | IControl | inline |
| AttachGestureRecognizer(EGestureType type, IGestureFunc func) | IControl | |
| AttachIControl(IControl *pControl) | IBitmapBase | inline |
| CreateContextMenu(IPopupMenu &contextMenu) | IControl | inlinevirtual |
| DisablePrompt(bool disable) | IControl | inline |
| Draw(IGraphics &g) override | IBButtonControl | inlinevirtual |
| DrawBitmap(IGraphics &g) | IBitmapBase | inline |
| DrawPTHighlight(IGraphics &g) | IControl | virtual |
| ForValIdx(int valIdx, T func, Args... args) | IControl | inlineprotected |
| GetActionFunction() | IControl | inline |
| GetAnimationDuration() const | IControl | inline |
| GetAnimationFunction() | IControl | inline |
| GetAnimationProgress() const | IControl | |
| GetBlend() const | IControl | inline |
| GetDelegate() | IControl | inline |
| GetGroup() const | IControl | inline |
| GetIgnoreMouse() const | IControl | inline |
| GetLastGesture() const | IControl | inline |
| GetMouseDblAsSingleClick() const | IControl | inline |
| GetMouseEventsWhenDisabled() const | IControl | inline |
| GetMouseIsOver() const | IControl | inline |
| GetMouseOverWhenDisabled() const | IControl | inline |
| GetParam(int valIdx=0) const | IControl | |
| GetParamIdx(int valIdx=0) const | IControl | |
| GetParent() const | IControl | inline |
| GetPromptShowsParamLabel() const | IControl | inline |
| GetRECT() const | IControl | inline |
| GetTag() const | IControl | inline |
| GetTargetRECT() const | IControl | inline |
| GetText() const | IControl | inline |
| GetTextEntryLength() const | IControl | inline |
| GetTooltip() const | IControl | inline |
| GetUI() | IControl | inline |
| GetUI() const | IControl | inline |
| GetValIdxForPos(float x, float y) const | IControl | inlinevirtual |
| GetValue(int valIdx=0) const | IControl | |
| GetWantsGestures() const | IControl | inlinevirtual |
| GetWantsMidi() const | IControl | inline |
| GetWantsMultiTouch() const | IControl | inline |
| Hide(bool hide) | IControl | virtual |
| IBButtonControl(float x, float y, const IBitmap &bitmap, IActionFunction aF=DefaultClickActionFunc) (defined in IBButtonControl) | IBButtonControl | |
| IBButtonControl(const IRECT &bounds, const IBitmap &bitmap, IActionFunction aF=DefaultClickActionFunc) (defined in IBButtonControl) | IBButtonControl | |
| IBitmapBase(const IBitmap &bitmap) | IBitmapBase | inline |
| IButtonControlBase(const IRECT &bounds, IActionFunction aF) (defined in IButtonControlBase) | IButtonControlBase | |
| IControl(const IRECT &bounds, int paramIdx=kNoParameter, IActionFunction actionFunc=nullptr) | IControl | |
| IControl(const IRECT &bounds, const std::initializer_list< int > ¶ms, IActionFunction actionFunc=nullptr) | IControl | |
| IControl(const IRECT &bounds, IActionFunction actionFunc) | IControl | |
| IControl(const IControl &)=delete (defined in IControl) | IControl | |
| IsDirty() | IControl | virtual |
| IsDisabled() const | IControl | inline |
| IsHidden() const | IControl | inline |
| IsHit(float x, float y) const | IControl | inlinevirtual |
| LinkedToParam(int paramIdx) const | IControl | |
| mBitmap (defined in IBitmapBase) | IBitmapBase | protected |
| mBlend (defined in IControl) | IControl | protected |
| mControl (defined in IBitmapBase) | IBitmapBase | protected |
| mDblAsSingleClick (defined in IControl) | IControl | protected |
| mDirty (defined in IControl) | IControl | protected |
| mDisabled (defined in IControl) | IControl | protected |
| mDisablePrompt (defined in IControl) | IControl | protected |
| mGroup | IControl | protected |
| mHide (defined in IControl) | IControl | protected |
| mIgnoreMouse (defined in IControl) | IControl | protected |
| mMouseEventsWhenDisabled (defined in IControl) | IControl | protected |
| mMouseIsOver | IControl | protected |
| mMouseOverWhenDisabled (defined in IControl) | IControl | protected |
| mPromptShowsParamLabel (defined in IControl) | IControl | protected |
| mPTHighlightColor (defined in IControl) | IControl | protected |
| mPTisHighlighted (defined in IControl) | IControl | protected |
| mRECT (defined in IControl) | IControl | protected |
| mTargetRECT (defined in IControl) | IControl | protected |
| mText (defined in IControl) | IControl | protected |
| mTextEntryLength (defined in IControl) | IControl | protected |
| mTooltip (defined in IControl) | IControl | protected |
| mWantsMidi (defined in IControl) | IControl | protected |
| mWantsMultiTouch (defined in IControl) | IControl | protected |
| NVals() const | IControl | inline |
| OnAttached() | IControl | inlinevirtual |
| OnContextSelection(int itemSelected) | IControl | inlinevirtual |
| OnDeleteFromPopupMenu(IPopupMenu *pMenu, int itemIdx) | IControl | inlinevirtual |
| OnDrop(const char *str) | IControl | inlinevirtual |
| OnDropMultiple(const std::vector< const char * > &paths) | IControl | inlinevirtual |
| OnEndAnimation() override (defined in IButtonControlBase) | IButtonControlBase | virtual |
| OnGesture(const IGestureInfo &info) | IControl | virtual |
| OnGUIIdle() | IControl | inlinevirtual |
| OnInit() | IControl | inlinevirtual |
| OnKeyDown(float x, float y, const IKeyPress &key) | IControl | inlinevirtual |
| OnKeyUp(float x, float y, const IKeyPress &key) | IControl | inlinevirtual |
| OnMidi(const IMidiMsg &msg) | IControl | inlinevirtual |
| OnMouseDblClick(float x, float y, const IMouseMod &mod) | IControl | virtual |
| OnMouseDown(float x, float y, const IMouseMod &mod) override | IButtonControlBase | virtual |
| OnMouseDrag(float x, float y, float dX, float dY, const IMouseMod &mod) | IControl | inlinevirtual |
| OnMouseOut() | IControl | virtual |
| OnMouseOver(float x, float y, const IMouseMod &mod) | IControl | virtual |
| OnMouseUp(float x, float y, const IMouseMod &mod) | IControl | inlinevirtual |
| OnMouseWheel(float x, float y, const IMouseMod &mod, float d) | IControl | inlinevirtual |
| OnMsgFromDelegate(int msgTag, int dataSize, const void *pData) | IControl | inlinevirtual |
| OnPopupMenuSelection(IPopupMenu *pSelectedMenu, int valIdx) | IControl | virtual |
| OnRescale() override | IBButtonControl | inlinevirtual |
| OnResize() | IControl | inlinevirtual |
| OnTextEntryCompletion(const char *str, int valIdx) | IControl | inlinevirtual |
| OnTouchCancelled(float x, float y, const IMouseMod &mod) | IControl | inlinevirtual |
| operator=(const IControl &)=delete (defined in IControl) | IControl | |
| PromptUserInput(int valIdx=0) | IControl | |
| PromptUserInput(const IRECT &bounds, int valIdx=0) | IControl | |
| SetActionFunction(IActionFunction actionFunc) | IControl | inline |
| SetAnimation(IAnimationFunction func) | IControl | inline |
| SetAnimation(IAnimationFunction func, int duration) | IControl | inline |
| SetAnimationEndActionFunction(IActionFunction actionFunc) | IControl | inline |
| SetBlend(const IBlend &blend) | IControl | inline |
| SetClean() (defined in IControl) | IControl | inlinevirtual |
| SetDelegate(IGEditorDelegate &dlg) | IControl | inline |
| SetDirty(bool triggerAction=true, int valIdx=kNoValIdx) | IControl | virtual |
| SetDisabled(bool disable) | IControl | virtual |
| SetGroup(const char *groupName) | IControl | inline |
| SetIgnoreMouse(bool ignore) | IControl | inlinevirtual |
| SetMouseEventsWhenDisabled(bool allow) | IControl | inline |
| SetMouseOverWhenDisabled(bool allow) | IControl | inline |
| SetNVals(int nVals) (defined in IControl) | IControl | inlineprotected |
| SetParamIdx(int paramIdx, int valIdx=0) | IControl | virtual |
| SetParent(IContainerBase *pParent) (defined in IControl) | IControl | inline |
| SetPosition(float x, float y) | IControl | virtual |
| SetPromptShowsParamLabel(bool enable) | IControl | inline |
| SetPTParameterHighlight(bool isHighlighted, int color) | IControl | |
| SetRECT(const IRECT &bounds) | IControl | inline |
| SetSize(float w, float h) | IControl | virtual |
| SetTargetAndDrawRECTs(const IRECT &bounds) | IControl | inline |
| SetTargetRECT(const IRECT &bounds) | IControl | inline |
| SetText(const IText &txt) | IControl | inlinevirtual |
| SetTextEntryLength(int len) | IControl | inline |
| SetTooltip(const char *str) | IControl | inline |
| SetValue(double value, int valIdx=0) | IControl | virtual |
| SetValueFromDelegate(double value, int valIdx=0) | IControl | virtual |
| SetValueFromUserInput(double value, int valIdx=0) | IControl | virtual |
| SetValueToDefault(int valIdx=kNoValIdx) | IControl | virtual |
| SetWantsMidi(bool enable=true) | IControl | inline |
| SetWantsMultiTouch(bool enable=true) | IControl | inline |
| SnapToMouse(float x, float y, EDirection direction, const IRECT &bounds, int valIdx=-1, double minClip=0., double maxClip=1.) | IControl | virtual |
| StartAnimation(int duration) | IControl | |
| ~IBitmapBase() (defined in IBitmapBase) | IBitmapBase | inlinevirtual |
| ~IButtonControlBase() (defined in IButtonControlBase) | IButtonControlBase | inlinevirtual |
| ~IControl() | IControl | inlinevirtual |