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

This is the complete list of members for IAboutBoxControl, 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
CreateContextMenu(IPopupMenu &contextMenu)IControlinlinevirtual
DisablePrompt(bool disable)IControlinline
Dismiss() (defined in IAboutBoxControl)IAboutBoxControlinline
Draw(IGraphics &g) overrideIPanelControlinlinevirtual
DrawPTHighlight(IGraphics &g)IControlvirtual
ForAllChildrenFunc(std::function< void(int childIdx, IControl *pControl)> func) (defined in IContainerBase)IContainerBaseinline
ForValIdx(int valIdx, T func, Args... args)IControlinlineprotected
GetActionFunction()IControlinline
GetAnimationDuration() constIControlinline
GetAnimationFunction()IControlinline
GetAnimationProgress() constIControl
GetBlend() constIControlinline
GetChild(int idx) (defined in IContainerBase)IContainerBaseinline
GetDelegate()IControlinline
GetGroup() constIControlinline
GetIgnoreMouse() constIControlinline
GetLastGesture() constIControlinline
GetMouseDblAsSingleClick() constIControlinline
GetMouseEventsWhenDisabled() constIControlinline
GetMouseIsOver() constIControlinline
GetMouseOverWhenDisabled() constIControlinline
GetParam(int valIdx=0) constIControl
GetParamIdx(int valIdx=0) constIControl
GetParent() constIControlinline
GetPattern() const (defined in IPanelControl)IPanelControlinline
GetPromptShowsParamLabel() constIControlinline
GetRECT() constIControlinline
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
GetWantsGestures() constIControlinlinevirtual
GetWantsMidi() constIControlinline
GetWantsMultiTouch() constIControlinline
Hide(bool hide) overrideIContainerBaseinlinevirtual
IAboutBoxControl(const IRECT &bounds, const IPattern &color, AttachFunc attachFunc=nullptr, ResizeFunc resizeFunc=nullptr, int animationTime=200)IAboutBoxControlinline
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
IPanelControl(const IRECT &bounds, const IColor &color, bool drawFrame=false, AttachFunc attachFunc=nullptr, ResizeFunc resizeFunc=nullptr) (defined in IPanelControl)IPanelControlinline
IPanelControl(const IRECT &bounds, const IPattern &pattern, bool drawFrame=false, AttachFunc attachFunc=nullptr, ResizeFunc resizeFunc=nullptr) (defined in IPanelControl)IPanelControlinline
IsDirty()IControlvirtual
IsDisabled() constIControlinline
IsHidden() constIControlinline
IsHit(float x, float y) constIControlinlinevirtual
LinkedToParam(int paramIdx) constIControl
mAttachFunc (defined in IContainerBase)IContainerBaseprotected
mBlend (defined in IControl)IControlprotected
mChildren (defined in IContainerBase)IContainerBaseprotected
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
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
mTargetRECT (defined in IControl)IControlprotected
mText (defined in IControl)IControlprotected
mTextEntryLength (defined in IControl)IControlprotected
mTooltip (defined in IControl)IControlprotected
mWantsMidi (defined in IControl)IControlprotected
mWantsMultiTouch (defined in IControl)IControlprotected
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) overrideIAboutBoxControlinlinevirtual
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) overrideIAboutBoxControlinlinevirtual
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
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
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
SetDelegate(IGEditorDelegate &dlg)IControlinline
SetDirty(bool triggerAction=true, int valIdx=kNoValIdx)IControlvirtual
SetDisabled(bool disable) overrideIContainerBaseinlinevirtual
SetGroup(const char *groupName)IControlinline
SetIgnoreMouse(bool ignore)IControlinlinevirtual
SetMouseEventsWhenDisabled(bool allow)IControlinline
SetMouseOverWhenDisabled(bool allow)IControlinline
SetNVals(int nVals) (defined in IControl)IControlinlineprotected
SetParamIdx(int paramIdx, int valIdx=0)IControlvirtual
SetParent(IContainerBase *pParent) (defined in IControl)IControlinline
SetPattern(const IPattern &pattern) (defined in IPanelControl)IPanelControlinline
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
SetSize(float w, float h)IControlvirtual
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
SetValueToDefault(int valIdx=kNoValIdx)IControlvirtual
SetWantsMidi(bool enable=true)IControlinline
SetWantsMultiTouch(bool enable=true)IControlinline
Show() (defined in IAboutBoxControl)IAboutBoxControlinline
SnapToMouse(float x, float y, EDirection direction, const IRECT &bounds, int valIdx=-1, double minClip=0., double maxClip=1.)IControlvirtual
StartAnimation(int duration)IControl
~IContainerBase() (defined in IContainerBase)IContainerBaseinlinevirtual
~IControl()IControlinlinevirtual