VSTGUI  4.10
Graphical User Interface Framework not only for VST plugins
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
PadController Class Reference
+ Inheritance diagram for PadController:

Public Member Functions

 PadController (IController *baseController, Steinberg::Vst::EditController *editController, Steinberg::Vst::Parameter *xParam, Steinberg::Vst::Parameter *yParam)
 
 ~PadController () override
 
CViewverifyView (CView *view, const UIAttributes &attributes, const IUIDescription *description) override
 
void valueChanged (CControl *pControl) override
 
void controlBeginEdit (CControl *pControl) override
 
void controlEndEdit (CControl *pControl) override
 
- Public Member Functions inherited from DelegationController
 DelegationController (IController *controller)
 
int32_t controlModifierClicked (CControl *pControl, CButtonState button) override
 return 1 if you want the control to not handle it, otherwise 0
 
void controlTagWillChange (VSTGUI::CControl *pControl) override
 
void controlTagDidChange (VSTGUI::CControl *pControl) override
 
int32_t getTagForName (UTF8StringPtr name, int32_t registeredTag) const override
 
IControlListenergetControlListener (UTF8StringPtr name) override
 
CViewcreateView (const UIAttributes &attributes, const IUIDescription *description) override
 
IControllercreateSubController (IdStringPtr name, const IUIDescription *description) override
 

Protected Member Functions

void PLUGIN_API update (Steinberg::FUnknown *changedUnknown, Steinberg::int32 message) override
 

Protected Attributes

Steinberg::Vst::EditController * editController
 
Steinberg::Vst::Parameter * xParam
 
Steinberg::Vst::Parameter * yParam
 
CXYPadpadControl
 
SharedPointer< UIDescriptionuiDescription
 
- Protected Attributes inherited from DelegationController
IControllercontroller
 

Constructor & Destructor Documentation

PadController ( IController baseController,
Steinberg::Vst::EditController *  editController,
Steinberg::Vst::Parameter *  xParam,
Steinberg::Vst::Parameter *  yParam 
)
~PadController ( )
override

Member Function Documentation

void controlBeginEdit ( CControl pControl)
overridevirtual

Reimplemented from DelegationController.

void controlEndEdit ( CControl pControl)
overridevirtual

Reimplemented from DelegationController.

void PLUGIN_API update ( Steinberg::FUnknown *  changedUnknown,
Steinberg::int32  message 
)
overrideprotected
void valueChanged ( CControl pControl)
overridevirtual

Reimplemented from DelegationController.

CView * verifyView ( CView view,
const UIAttributes attributes,
const IUIDescription description 
)
overridevirtual

Reimplemented from DelegationController.

Member Data Documentation

Steinberg::Vst::EditController* editController
protected
CXYPad* padControl
protected
SharedPointer<UIDescription> uiDescription
protected
Steinberg::Vst::Parameter* xParam
protected
Steinberg::Vst::Parameter* yParam
protected

The documentation for this class was generated from the following files: