Jamba C++ API
4.4.0
|
#include "CustomView.h"
Go to the source code of this file.
Classes | |
class | CustomDiscreteControlView::Creator |
class | CustomControlView::Creator |
class | CustomControlView |
Base class for custom views which are tied to one parameter only (similar to CControl ). More... | |
class | CustomDiscreteControlView |
Specialization of TCustomControlView for discrete values. More... | |
class | TCustomControlView< T > |
Base class which extends CustomControlView to provide the type (T ) of the underlying parameter this view is managing. More... | |
Namespaces | |
pongasoft | |
pongasoft::VST | |
pongasoft::VST::GUI | |
pongasoft::VST::GUI::Views | |
Typedefs | |
using | RawCustomControlView = TCustomControlView< ParamValue > |
Specialization for raw parameter (ParamValue / no conversion). More... | |