|
iPlug2 - C++ Audio Plug-in Framework
|
This is the complete list of members for IVSlideSwitchControl, including all inherited members.
| Animate() (defined in IControl) | IControl | |
| As() | IControl | inline |
| AttachGestureRecognizer(EGestureType type, IGestureFunc func) | IControl | |
| AttachIControl(IControl *pControl, const char *label) | IVectorBase | inline |
| CreateContextMenu(IPopupMenu &contextMenu) | IControl | inlinevirtual |
| DisablePrompt(bool disable) | IControl | inline |
| Draw(IGraphics &g) override | IVSlideSwitchControl | virtual |
| DrawBackground(IGraphics &g, const IRECT &rect) | IVectorBase | inlinevirtual |
| DrawHandle(IGraphics &g, const IRECT &filledArea) (defined in IVSlideSwitchControl) | IVSlideSwitchControl | virtual |
| DrawLabel(IGraphics &g) | IVectorBase | inlinevirtual |
| DrawPressableEllipse(IGraphics &g, const IRECT &bounds, bool pressed, bool mouseOver, bool disabled) | IVectorBase | inline |
| DrawPressableRectangle(IGraphics &g, const IRECT &bounds, bool pressed, bool mouseOver, bool disabled, bool rtl=true, bool rtr=true, bool rbl=true, bool rbr=true) | IVectorBase | inline |
| DrawPressableShape(IGraphics &g, EVShape shape, const IRECT &bounds, bool pressed, bool mouseOver, bool disabled) | IVectorBase | inlinevirtual |
| DrawPressableTriangle(IGraphics &g, const IRECT &bounds, bool pressed, bool mouseOver, float angle, bool disabled) | IVectorBase | inline |
| DrawPTHighlight(IGraphics &g) | IControl | virtual |
| DrawSplash(IGraphics &g, const IRECT &clipRegion=IRECT()) | IVectorBase | inline |
| DrawTrack(IGraphics &g, const IRECT &filledArea) (defined in IVSlideSwitchControl) | IVSlideSwitchControl | virtual |
| DrawValue(IGraphics &g, bool mouseOver) | IVectorBase | inlinevirtual |
| DrawWidget(IGraphics &g) override | IVSlideSwitchControl | virtual |
| ForValIdx(int valIdx, T func, Args... args) | IControl | inlineprotected |
| GetActionFunction() | IControl | inline |
| GetAdjustedHandleBounds(IRECT handleBounds) const | IVectorBase | inline |
| GetAnimationDuration() const | IControl | inline |
| GetAnimationFunction() | IControl | inline |
| GetAnimationProgress() const | IControl | |
| GetBlend() const | IControl | inline |
| GetColor(EVColor color) const | IVectorBase | inline |
| GetDelegate() | IControl | inline |
| GetGroup() const | IControl | inline |
| GetIgnoreMouse() const | IControl | inline |
| GetLabelBounds() const (defined in IVectorBase) | IVectorBase | inline |
| GetLabelStr() const (defined in IVectorBase) | IVectorBase | 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 |
| GetRoundedCornerRadius(const IRECT &bounds) const | IVectorBase | inline |
| GetSelectedIdx() const (defined in ISwitchControlBase) | ISwitchControlBase | inline |
| GetStateDisabled(int stateIdx) const (defined in ISwitchControlBase) | ISwitchControlBase | |
| GetStyle() const | IVectorBase | 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 | |
| GetValueBounds() const (defined in IVectorBase) | IVectorBase | inline |
| GetWantsGestures() const | IControl | inlinevirtual |
| GetWantsMidi() const | IControl | inline |
| GetWantsMultiTouch() const | IControl | inline |
| GetWidgetBounds() const (defined in IVectorBase) | IVectorBase | inline |
| Hide(bool hide) | IControl | virtual |
| 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 override | IVSwitchControl | virtual |
| ISwitchControlBase(const IRECT &bounds, int paramIdx=kNoParameter, IActionFunction aF=nullptr, int numStates=2) (defined in ISwitchControlBase) | ISwitchControlBase | |
| IVectorBase(const IVStyle &style, bool labelInWidget=false, bool valueInWidget=false) | IVectorBase | inline |
| IVSlideSwitchControl(const IRECT &bounds, int paramIdx=kNoParameter, const char *label="", const IVStyle &style=DEFAULT_STYLE, bool valueInButton=false, EDirection direction=EDirection::Horizontal) | IVSlideSwitchControl | |
| IVSlideSwitchControl(const IRECT &bounds, IActionFunction aF=EmptyClickActionFunc, const char *label="", const IVStyle &style=DEFAULT_STYLE, bool valueInButton=false, EDirection direction=EDirection::Horizontal, int numStates=2, int initialState=0) | IVSlideSwitchControl | |
| IVSwitchControl(const IRECT &bounds, int paramIdx=kNoParameter, const char *label="", const IVStyle &style=DEFAULT_STYLE, bool valueInButton=true) (defined in IVSwitchControl) | IVSwitchControl | |
| IVSwitchControl(const IRECT &bounds, IActionFunction aF=SplashClickActionFunc, const char *label="", const IVStyle &style=DEFAULT_STYLE, int numStates=2, bool valueInButton=true) (defined in IVSwitchControl) | IVSwitchControl | |
| LinkedToParam(int paramIdx) const | IControl | |
| MakeRects(const IRECT &parent, bool hasHandle=false) | IVectorBase | inline |
| mBlend (defined in IControl) | IControl | protected |
| mControl (defined in IVectorBase) | IVectorBase | protected |
| mDblAsSingleClick (defined in IControl) | IControl | protected |
| mDirection (defined in IVSlideSwitchControl) | IVSlideSwitchControl | protected |
| mDirty (defined in IControl) | IControl | protected |
| mDisabled (defined in IControl) | IControl | protected |
| mDisabledState (defined in ISwitchControlBase) | ISwitchControlBase | protected |
| mDisablePrompt (defined in IControl) | IControl | protected |
| mEndRect (defined in IVSlideSwitchControl) | IVSlideSwitchControl | protected |
| mGroup | IControl | protected |
| mHandleBounds (defined in IVSlideSwitchControl) | IVSlideSwitchControl | protected |
| mHide (defined in IControl) | IControl | protected |
| mIgnoreMouse (defined in IControl) | IControl | protected |
| mLabelBounds (defined in IVectorBase) | IVectorBase | protected |
| mLabelInWidget (defined in IVectorBase) | IVectorBase | protected |
| mLabelStr (defined in IVectorBase) | IVectorBase | protected |
| mMaxSplashRadius (defined in IVectorBase) | IVectorBase | protected |
| mMouseDown (defined in ISwitchControlBase) | ISwitchControlBase | protected |
| mMouseEventsWhenDisabled (defined in IControl) | IControl | protected |
| mMouseIsOver | IControl | protected |
| mMouseOverWhenDisabled (defined in IControl) | IControl | protected |
| mNumStates (defined in ISwitchControlBase) | ISwitchControlBase | 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 |
| mShape (defined in IVectorBase) | IVectorBase | protected |
| mSplashPoint (defined in IVectorBase) | IVectorBase | protected |
| mSplashRadius (defined in IVectorBase) | IVectorBase | protected |
| mStartRect (defined in IVSlideSwitchControl) | IVSlideSwitchControl | protected |
| mStyle (defined in IVectorBase) | IVectorBase | 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 |
| mTrackSize (defined in IVectorBase) | IVectorBase | protected |
| mValueBounds (defined in IVectorBase) | IVectorBase | protected |
| mValueDisplayFrac (defined in IVectorBase) | IVectorBase | protected |
| mValueInWidget (defined in IVectorBase) | IVectorBase | protected |
| mValueStr (defined in IVectorBase) | IVectorBase | protected |
| mWantsMidi (defined in IControl) | IControl | protected |
| mWantsMultiTouch (defined in IControl) | IControl | protected |
| mWidgetBounds (defined in IVectorBase) | IVectorBase | 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 IVSlideSwitchControl) | IVSlideSwitchControl | virtual |
| OnGesture(const IGestureInfo &info) | IControl | virtual |
| OnGUIIdle() | IControl | inlinevirtual |
| OnInit() override | IVSwitchControl | virtual |
| 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 | ISwitchControlBase | virtual |
| OnMouseDrag(float x, float y, float dX, float dY, const IMouseMod &mod) | IControl | inlinevirtual |
| OnMouseOut() override | IVSwitchControl | inlinevirtual |
| OnMouseOver(float x, float y, const IMouseMod &mod) | IControl | virtual |
| OnMouseUp(float x, float y, const IMouseMod &mod) override | ISwitchControlBase | virtual |
| 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() | IControl | inlinevirtual |
| OnResize() override | IVSlideSwitchControl | virtual |
| OnStyleChanged() | IVectorBase | 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 |
| SetAllStatesDisabled(bool disabled) (defined in ISwitchControlBase) | ISwitchControlBase | |
| SetAngle(float angle) (defined in IVectorBase) | IVectorBase | 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 |
| SetColor(EVColor colorIdx, const IColor &color) | IVectorBase | inline |
| SetColors(const IVColorSpec &spec) | IVectorBase | inline |
| SetDelegate(IGEditorDelegate &dlg) | IControl | inline |
| SetDirty(bool push, int valIdx=kNoValIdx) override | IVSlideSwitchControl | virtual |
| SetDisabled(bool disable) | IControl | virtual |
| SetDrawFrame(bool draw) (defined in IVectorBase) | IVectorBase | inline |
| SetDrawShadows(bool draw) (defined in IVectorBase) | IVectorBase | inline |
| SetEmboss(bool draw) (defined in IVectorBase) | IVectorBase | inline |
| SetFrameThickness(float thickness) (defined in IVectorBase) | IVectorBase | inline |
| SetGroup(const char *groupName) | IControl | inline |
| SetIgnoreMouse(bool ignore) | IControl | inlinevirtual |
| SetLabelStr(const char *label) (defined in IVectorBase) | IVectorBase | inline |
| 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 |
| SetRoundness(float roundness) (defined in IVectorBase) | IVectorBase | inline |
| SetShadowOffset(float offset) (defined in IVectorBase) | IVectorBase | inline |
| SetShape(EVShape shape) (defined in IVectorBase) | IVectorBase | inline |
| SetShowLabel(bool show) (defined in IVectorBase) | IVectorBase | inline |
| SetShowValue(bool show) (defined in IVectorBase) | IVectorBase | inline |
| SetSize(float w, float h) | IControl | virtual |
| SetSplashPoint(float x, float y) (defined in IVectorBase) | IVectorBase | inline |
| SetSplashRadius(float radius) (defined in IVectorBase) | IVectorBase | inline |
| SetStateDisabled(int stateIdx, bool disabled) (defined in ISwitchControlBase) | ISwitchControlBase | |
| SetStyle(const IVStyle &style) | IVectorBase | inlinevirtual |
| 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 |
| SetValueStr(const char *value) (defined in IVectorBase) | IVectorBase | inline |
| SetValueToDefault(int valIdx=kNoValIdx) | IControl | virtual |
| SetWantsMidi(bool enable=true) | IControl | inline |
| SetWantsMultiTouch(bool enable=true) | IControl | inline |
| SetWidgetFrac(float frac) (defined in IVectorBase) | IVectorBase | 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 | |
| UpdateRects() (defined in IVSlideSwitchControl) | IVSlideSwitchControl | protected |
| ~IControl() | IControl | inlinevirtual |
| ~ISwitchControlBase() (defined in ISwitchControlBase) | ISwitchControlBase | inlinevirtual |
| ~IVectorBase() (defined in IVectorBase) | IVectorBase | inlinevirtual |