|
Jamba C++ API 7.5.0
|
#include "CustomView.h"Go to the source code of this file.
Classes | |
| class | CustomControlView::Creator |
| class | CustomDiscreteControlView::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 | |
| namespace | pongasoft |
| namespace | pongasoft::VST |
| namespace | pongasoft::VST::GUI |
| namespace | pongasoft::VST::GUI::Views |
Typedefs | |
| using | RawCustomControlView = TCustomControlView<ParamValue> |
| Specialization for raw parameter (ParamValue / no conversion). | |