iPlug2 - C++ Audio Plug-in Framework
Loading...
Searching...
No Matches
IVTabPage Member List

This is the complete list of members for IVTabPage, including all inherited members.

AddChildControl(IControl *pControl, int ctrlTag=kNoTag, const char *group="") (defined in IContainerBase)IContainerBaseinline
Animate() (defined in IControl)IControl
As()IControlinline
AttachFunc typedef (defined in IContainerBase)IContainerBase
AttachGestureRecognizer(EGestureType type, IGestureFunc func)IControl
AttachIControl(IControl *pControl, const char *label)IVectorBaseinline
CreateContextMenu(IPopupMenu &contextMenu)IControlinlinevirtual
DefaultResizeFunc(IContainerBase *pTab, const IRECT &r) (defined in IVTabPage)IVTabPageinlinestatic
DisablePrompt(bool disable)IControlinline
Draw(IGraphics &g) overrideIVTabPageinlinevirtual
DrawBackground(IGraphics &g, const IRECT &rect)IVectorBaseinlinevirtual
DrawLabel(IGraphics &g)IVectorBaseinlinevirtual
DrawPressableEllipse(IGraphics &g, const IRECT &bounds, bool pressed, bool mouseOver, bool disabled)IVectorBaseinline
DrawPressableRectangle(IGraphics &g, const IRECT &bounds, bool pressed, bool mouseOver, bool disabled, bool rtl=true, bool rtr=true, bool rbl=true, bool rbr=true)IVectorBaseinline
DrawPressableShape(IGraphics &g, EVShape shape, const IRECT &bounds, bool pressed, bool mouseOver, bool disabled)IVectorBaseinlinevirtual
DrawPressableTriangle(IGraphics &g, const IRECT &bounds, bool pressed, bool mouseOver, float angle, bool disabled)IVectorBaseinline
DrawPTHighlight(IGraphics &g)IControlvirtual
DrawSplash(IGraphics &g, const IRECT &clipRegion=IRECT())IVectorBaseinline
DrawValue(IGraphics &g, bool mouseOver)IVectorBaseinlinevirtual
DrawWidget(IGraphics &g)IVectorBaseinlinevirtual
ForAllChildrenFunc(std::function< void(int childIdx, IControl *pControl)> func) (defined in IContainerBase)IContainerBaseinline
ForValIdx(int valIdx, T func, Args... args)IControlinlineprotected
GetActionFunction()IControlinline
GetAdjustedHandleBounds(IRECT handleBounds) constIVectorBaseinline
GetAnimationDuration() constIControlinline
GetAnimationFunction()IControlinline
GetAnimationProgress() constIControl
GetBlend() constIControlinline
GetChild(int idx) (defined in IContainerBase)IContainerBaseinline
GetColor(EVColor color) constIVectorBaseinline
GetDelegate()IControlinline
GetGroup() constIControlinline
GetIgnoreMouse() constIControlinline
GetLabelBounds() const (defined in IVectorBase)IVectorBaseinline
GetLabelStr() const (defined in IVectorBase)IVectorBaseinline
GetLastGesture() constIControlinline
GetMouseDblAsSingleClick() constIControlinline
GetMouseEventsWhenDisabled() constIControlinline
GetMouseIsOver() constIControlinline
GetMouseOverWhenDisabled() constIControlinline
GetPadding() const (defined in IVTabPage)IVTabPageinline
GetParam(int valIdx=0) constIControl
GetParamIdx(int valIdx=0) constIControl
GetParent() constIControlinline
GetPromptShowsParamLabel() constIControlinline
GetRECT() constIControlinline
GetRoundedCornerRadius(const IRECT &bounds) constIVectorBaseinline
GetStyle() constIVectorBaseinline
GetTag() constIControlinline
GetTargetRECT() constIControlinline
GetText() constIControlinline
GetTextEntryLength() constIControlinline
GetTooltip() constIControlinline
GetUI()IControlinline
GetUI() constIControlinline
GetValIdxForPos(float x, float y) constIControlinlinevirtual
GetValue(int valIdx=0) constIControl
GetValueBounds() const (defined in IVectorBase)IVectorBaseinline
GetWantsGestures() constIControlinlinevirtual
GetWantsMidi() constIControlinline
GetWantsMultiTouch() constIControlinline
GetWidgetBounds() const (defined in IVectorBase)IVectorBaseinline
Hide(bool hide) overrideIContainerBaseinlinevirtual
IContainerBase(const IRECT &bounds, int paramIdx=kNoParameter, IActionFunction actionFunc=nullptr) (defined in IContainerBase)IContainerBaseinline
IContainerBase(const IRECT &bounds, const std::initializer_list< int > &params, IActionFunction actionFunc=nullptr) (defined in IContainerBase)IContainerBaseinline
IContainerBase(const IRECT &bounds, IActionFunction actionFunc) (defined in IContainerBase)IContainerBaseinline
IContainerBase(const IRECT &bounds, AttachFunc attachFunc, ResizeFunc resizeFunc) (defined in IContainerBase)IContainerBaseinline
IControl(const IRECT &bounds, int paramIdx=kNoParameter, IActionFunction actionFunc=nullptr)IControl
IControl(const IRECT &bounds, const std::initializer_list< int > &params, IActionFunction actionFunc=nullptr)IControl
IControl(const IRECT &bounds, IActionFunction actionFunc)IControl
IControl(const IControl &)=delete (defined in IControl)IControl
IsDirty()IControlvirtual
IsDisabled() constIControlinline
IsHidden() constIControlinline
IsHit(float x, float y) constIControlinlinevirtual
IVectorBase(const IVStyle &style, bool labelInWidget=false, bool valueInWidget=false)IVectorBaseinline
IVTabPage(TabAttachFunc attachFunc=nullptr, ResizeFunc resizeFunc=DefaultResizeFunc, const IVStyle &style=DEFAULT_STYLE, double padding=kDefaultPadding)IVTabPageinline
kDefaultPadding (defined in IVTabPage)IVTabPagestatic
LinkedToParam(int paramIdx) constIControl
MakeRects(const IRECT &parent, bool hasHandle=false)IVectorBaseinline
mAttachFunc (defined in IContainerBase)IContainerBaseprotected
mBlend (defined in IControl)IControlprotected
mChildren (defined in IContainerBase)IContainerBaseprotected
mControl (defined in IVectorBase)IVectorBaseprotected
mDblAsSingleClick (defined in IControl)IControlprotected
mDirty (defined in IControl)IControlprotected
mDisabled (defined in IControl)IControlprotected
mDisablePrompt (defined in IControl)IControlprotected
mGroupIControlprotected
mHide (defined in IControl)IControlprotected
mIgnoreMouse (defined in IControl)IControlprotected
mLabelBounds (defined in IVectorBase)IVectorBaseprotected
mLabelInWidget (defined in IVectorBase)IVectorBaseprotected
mLabelStr (defined in IVectorBase)IVectorBaseprotected
mMaxSplashRadius (defined in IVectorBase)IVectorBaseprotected
mMouseEventsWhenDisabled (defined in IControl)IControlprotected
mMouseIsOverIControlprotected
mMouseOverWhenDisabled (defined in IControl)IControlprotected
mPromptShowsParamLabel (defined in IControl)IControlprotected
mPTHighlightColor (defined in IControl)IControlprotected
mPTisHighlighted (defined in IControl)IControlprotected
mRECT (defined in IControl)IControlprotected
mResizeFunc (defined in IContainerBase)IContainerBaseprotected
mShape (defined in IVectorBase)IVectorBaseprotected
mSplashPoint (defined in IVectorBase)IVectorBaseprotected
mSplashRadius (defined in IVectorBase)IVectorBaseprotected
mStyle (defined in IVectorBase)IVectorBaseprotected
mTargetRECT (defined in IControl)IControlprotected
mText (defined in IControl)IControlprotected
mTextEntryLength (defined in IControl)IControlprotected
mTooltip (defined in IControl)IControlprotected
mTrackSize (defined in IVectorBase)IVectorBaseprotected
mValueBounds (defined in IVectorBase)IVectorBaseprotected
mValueDisplayFrac (defined in IVectorBase)IVectorBaseprotected
mValueInWidget (defined in IVectorBase)IVectorBaseprotected
mValueStr (defined in IVectorBase)IVectorBaseprotected
mWantsMidi (defined in IControl)IControlprotected
mWantsMultiTouch (defined in IControl)IControlprotected
mWidgetBounds (defined in IVectorBase)IVectorBaseprotected
NChildren() const (defined in IContainerBase)IContainerBaseinline
NVals() constIControlinline
OnAttached() overrideIContainerBaseinlinevirtual
OnContextSelection(int itemSelected)IControlinlinevirtual
OnDrop(const char *str)IControlinlinevirtual
OnDropMultiple(const std::vector< const char * > &paths)IControlinlinevirtual
OnEndAnimation() (defined in IControl)IControlvirtual
OnGesture(const IGestureInfo &info)IControlvirtual
OnGUIIdle()IControlinlinevirtual
OnInit()IControlinlinevirtual
OnKeyDown(float x, float y, const IKeyPress &key)IControlinlinevirtual
OnKeyUp(float x, float y, const IKeyPress &key)IControlinlinevirtual
OnMidi(const IMidiMsg &msg)IControlinlinevirtual
OnMouseDblClick(float x, float y, const IMouseMod &mod)IControlvirtual
OnMouseDown(float x, float y, const IMouseMod &mod)IControlvirtual
OnMouseDrag(float x, float y, float dX, float dY, const IMouseMod &mod)IControlinlinevirtual
OnMouseOut()IControlvirtual
OnMouseOver(float x, float y, const IMouseMod &mod)IControlvirtual
OnMouseUp(float x, float y, const IMouseMod &mod)IControlinlinevirtual
OnMouseWheel(float x, float y, const IMouseMod &mod, float d)IControlinlinevirtual
OnMsgFromDelegate(int msgTag, int dataSize, const void *pData)IControlinlinevirtual
OnPopupMenuSelection(IPopupMenu *pSelectedMenu, int valIdx)IControlvirtual
OnRescale()IControlinlinevirtual
OnResize() overrideIContainerBaseinlinevirtual
OnStyleChanged() overrideIVTabPageinlinevirtual
OnTextEntryCompletion(const char *str, int valIdx)IControlinlinevirtual
OnTouchCancelled(float x, float y, const IMouseMod &mod)IControlinlinevirtual
operator=(const IControl &)=delete (defined in IControl)IControl
PromptUserInput(int valIdx=0)IControl
PromptUserInput(const IRECT &bounds, int valIdx=0)IControl
RemoveChildControl(IControl *pControl) (defined in IContainerBase)IContainerBaseinline
ResizeFunc typedef (defined in IContainerBase)IContainerBase
SetActionFunction(IActionFunction actionFunc)IControlinline
SetAngle(float angle) (defined in IVectorBase)IVectorBaseinline
SetAnimation(IAnimationFunction func)IControlinline
SetAnimation(IAnimationFunction func, int duration)IControlinline
SetAnimationEndActionFunction(IActionFunction actionFunc)IControlinline
SetAttachFunc(AttachFunc attachFunc) (defined in IContainerBase)IContainerBaseinline
SetBlend(const IBlend &blend)IControlinline
SetClean() (defined in IControl)IControlinlinevirtual
SetColor(EVColor colorIdx, const IColor &color)IVectorBaseinline
SetColors(const IVColorSpec &spec)IVectorBaseinline
SetDelegate(IGEditorDelegate &dlg)IControlinline
SetDirty(bool triggerAction=true, int valIdx=kNoValIdx)IControlvirtual
SetDisabled(bool disable) overrideIContainerBaseinlinevirtual
SetDrawFrame(bool draw) (defined in IVectorBase)IVectorBaseinline
SetDrawShadows(bool draw) (defined in IVectorBase)IVectorBaseinline
SetEmboss(bool draw) (defined in IVectorBase)IVectorBaseinline
SetFrameThickness(float thickness) (defined in IVectorBase)IVectorBaseinline
SetGroup(const char *groupName)IControlinline
SetIgnoreMouse(bool ignore)IControlinlinevirtual
SetLabelStr(const char *label) (defined in IVectorBase)IVectorBaseinline
SetMouseEventsWhenDisabled(bool allow)IControlinline
SetMouseOverWhenDisabled(bool allow)IControlinline
SetNVals(int nVals) (defined in IControl)IControlinlineprotected
SetPadding(double padding) (defined in IVTabPage)IVTabPageinline
SetParamIdx(int paramIdx, int valIdx=0)IControlvirtual
SetParent(IContainerBase *pParent) (defined in IControl)IControlinline
SetPosition(float x, float y)IControlvirtual
SetPromptShowsParamLabel(bool enable)IControlinline
SetPTParameterHighlight(bool isHighlighted, int color)IControl
SetRECT(const IRECT &bounds)IControlinline
SetResizeFunc(ResizeFunc resizeFunc) (defined in IContainerBase)IContainerBaseinline
SetRoundness(float roundness) (defined in IVectorBase)IVectorBaseinline
SetShadowOffset(float offset) (defined in IVectorBase)IVectorBaseinline
SetShape(EVShape shape) (defined in IVectorBase)IVectorBaseinline
SetShowLabel(bool show) (defined in IVectorBase)IVectorBaseinline
SetShowValue(bool show) (defined in IVectorBase)IVectorBaseinline
SetSize(float w, float h)IControlvirtual
SetSplashPoint(float x, float y) (defined in IVectorBase)IVectorBaseinline
SetSplashRadius(float radius) (defined in IVectorBase)IVectorBaseinline
SetStyle(const IVStyle &style)IVectorBaseinlinevirtual
SetTargetAndDrawRECTs(const IRECT &bounds)IControlinline
SetTargetRECT(const IRECT &bounds)IControlinline
SetText(const IText &txt)IControlinlinevirtual
SetTextEntryLength(int len)IControlinline
SetTooltip(const char *str)IControlinline
SetValue(double value, int valIdx=0)IControlvirtual
SetValueFromDelegate(double value, int valIdx=0)IControlvirtual
SetValueFromUserInput(double value, int valIdx=0)IControlvirtual
SetValueStr(const char *value) (defined in IVectorBase)IVectorBaseinline
SetValueToDefault(int valIdx=kNoValIdx)IControlvirtual
SetWantsMidi(bool enable=true)IControlinline
SetWantsMultiTouch(bool enable=true)IControlinline
SetWidgetFrac(float frac) (defined in IVectorBase)IVectorBaseinline
SnapToMouse(float x, float y, EDirection direction, const IRECT &bounds, int valIdx=-1, double minClip=0., double maxClip=1.)IControlvirtual
StartAnimation(int duration)IControl
TabAttachFunc typedef (defined in IVTabPage)IVTabPage
~IContainerBase() (defined in IContainerBase)IContainerBaseinlinevirtual
~IControl()IControlinlinevirtual
~IVectorBase() (defined in IVectorBase)IVectorBaseinlinevirtual