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

The IGraphicsTest project includes lots of IControls to test functionality, which can also be used to understand how things work. More...

Classes

class  TestAnimationControl
 Control to test animation. More...
 
class  TestArcControl
 Control to test drawing arcs. More...
 
class  TestBezierControl
 Control to test drawing bezier curves. More...
 
class  TestBlendControl
 Control to test blend methods. More...
 
class  TestColorControl
 Control to colors. More...
 
class  TestCursorControl
 Control to test changing the platform cursor. More...
 
class  TestDirBrowseControl
 Control to test IDirBrowseControlBase. More...
 
class  TestDragAndDropControl
 Control to test dropping single and multiple files. More...
 
class  TestDrawContextControl
 Control to test obtaining a drawing API (NanoVG, Skia, Canvas) context and using that API within an IControl. More...
 
class  TestDropShadowControl
 Control to test layer drop shadows. More...
 
class  TestFlexBoxControl
 Control to test IGraphicsFlexBox. More...
 
class  TestFontControl
 Control to test drawing fonts. More...
 
class  TestGesturesControl
 Control to test multi gesture recognizers. More...
 
class  GFXLabelControl
 Control to display the graphics backend. More...
 
class  TestGradientControl
 Control to test drawing gradients with path based drawing backends. More...
 
class  TestImageControl
 Control to test drawing bitmaps. More...
 
class  TestKeyboardControl
 Control to test keyboard input. More...
 
class  TestLayerControl
 Control to test IGraphics layers. More...
 
class  TestMaskControl
 Control to display the size of a region. More...
 
class  TestMultiPathControl
 Control to test drawing paths in path-based drawing backends. More...
 
class  TestMTControl
 Control to test multi touch. More...
 
class  TestPolyControl
 Control to test drawing polygons. More...
 
class  TestShadowGradientControl
 Control to test drawing shadows with gradients. More...
 
class  TestSizeControl
 Control to display the size of a region. More...
 
class  TestSVGControl
 Control to test drawing SVGs. More...
 
class  TestTextControl
 Control to test drawing text. More...
 
class  TestTextOrientationControl
 Control to test drawing text with orientation. More...
 
class  TestTextSizeControl
 Control to test drawing text with varying size. More...
 

Detailed Description

The IGraphicsTest project includes lots of IControls to test functionality, which can also be used to understand how things work.