iPlug2 - C++ Audio Plug-in Framework
Loading...
Searching...
No Matches
Files | Classes
IGraphics::IControls::SpecialControls

Special controls live outside the main stack, for implementing things like the corner resizer. More...

Files

file  IBubbleControl.h
 
file  IFPSDisplayControl.h
 
file  IPopupMenuControl.cpp
 IPopupMenuControl implementation.
 
file  IPopupMenuControl.h
 
file  ITextEntryControl.cpp
 ITextEntryControl implementation.
 
file  ITextEntryControl.h
 A Text entry widget drawn by IGraphics to optionally override platform text entries.
 

Classes

class  IBubbleControl
 A special control to draw contextual info as a slider etc is moved If used in the main IControl stack, you probably want it to be the very last control that is added, so that it gets drawn on top. More...
 
class  ICornerResizerControl
 A control for resizing the plug-in window by clicking and dragging in the bottom right-hand corner This can be added with IGraphics::AttachCornerResizer(). More...
 
class  IFPSDisplayControl
 Performance display meter, based on code from NanoVG This is a special control that lives outside the main IGraphics control stack. More...
 
class  IPopupMenuControl
 A base control for a pop-up menu/drop-down list that stays within the bounds of the IGraphics context. More...
 
class  ITextEntryControl
 A Text entry widget drawn by IGraphics. More...
 
class  IGraphicsLiveEdit
 A control to enable live modification of control layout in an IGraphics context in debug builds This is based on the work of Youlean, who first included it in iPlug-Youlean The lives outside the main IGraphics control stack and it can be added with IGraphics::EnableLiveEdit(). More...
 

Detailed Description

Special controls live outside the main stack, for implementing things like the corner resizer.