ASPiK SDK
Loading...
Searching...
No Matches
customcontrols.h File Reference

interface file for ASPiK custom control objects (knobs, buttons, meters, etc...) More...

#include "vstgui/lib/controls/cbuttons.h"
#include "vstgui/lib/controls/cknob.h"
#include "vstgui/lib/cframe.h"
#include "vstgui/lib/controls/cslider.h"
#include "vstgui/lib/controls/cvumeter.h"
#include "vstgui/lib/controls/cxypad.h"
#include "vstgui/vstgui.h"
#include "vstgui/lib/vstguibase.h"
#include "guiconstants.h"

Go to the source code of this file.

Classes

class  VSTGUI::CKickButtonEx
 The CKickButtonEx object extends the VSTGUI CKickButton object with extra functionality.
It is used in the PluginGUI object for creating custom views. More...
 
class  VSTGUI::TextButtonEx
 The TextButtonEx object extends the VSTGUI CTextButton object with extra functionality.
It is used in the PluginGUI object for creating custom views. More...
 
class  VSTGUI::CAnimKnobEx
 The CAnimKnobEx object extends the VSTGUI CAnimKnob object with extra functionality.
It is used in the PluginGUI object for creating custom views. More...
 
class  VSTGUI::CVerticalSliderEx
 The CVerticalSliderEx object extends the VSTGUI CVerticalSlider object with extra functionality.
It is used in the PluginGUI object for creating custom views. More...
 
class  VSTGUI::CHorizontalSliderEx
 The CHorizontalSliderEx object extends the VSTGUI CHorizontalSlider object with extra functionality.
It is used in the PluginGUI object for creating custom views. More...
 
class  VSTGUI::CMeterDetector
 The CMeterDetector object provides a dedicated detector for VU meter objects. More...
 
class  VSTGUI::CVuMeterEx
 The CVuMeterEx object extends the VSTGUI CVuMeter object with extra functionality.
It is used in the PluginGUI object for creating custom views. More...
 
class  VSTGUI::CXYPadEx
 The CXYPadEx object extends the CXYPad CVuMeter object with extra functionality.
It is used in the PluginGUI object for creating custom views. More...
 
class  VSTGUI::CReadOnlyKnob
 

Enumerations

enum  VSTGUI::mouseAction { mouseDirUpAndDown , mouseDirUp , mouseDirDown }
 Use this enum to set the mouse behavior for kick button. More...
 

Detailed Description

interface file for ASPiK custom control objects (knobs, buttons, meters, etc...)

Author
Will Pirkle
Date
17-September-2018