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

Public Member Functions

 PluginGUIEditor (void *pEffect)
 
 ~PluginGUIEditor () override
 
virtual void setParameter (int32_t index, float value)
 
virtual bool getRect (ERect **ppRect)
 
virtual bool open (void *ptr)
 
virtual void close ()
 
virtual void idle ()
 
virtual void draw (ERect *pRect)
 
void wait (uint32_t ms)
 
uint32_t getTicks ()
 
void doIdleStuff () override
 
void * getEffect ()
 
int32_t getVstGuiVersion ()
 
virtual int32_t setKnobMode (int32_t val)
 
int32_t getKnobMode () const override
 
void beginEdit (int32_t index) override
 
void endEdit (int32_t index) override
 
- Public Member Functions inherited from VSTGUIEditorInterface
virtual bool beforeSizeChange (const CRect &newSize, const CRect &oldSize)
 frame will change size, if this returns false the upstream implementation does not allow it and thus the size of the frame will not change More...
 
virtual CFramegetFrame () const
 

Protected Attributes

ERect rect
 
void * effect
 
void * systemWindow
 
- Protected Attributes inherited from VSTGUIEditorInterface
CFrameframe {nullptr}
 

Additional Inherited Members

- Protected Member Functions inherited from VSTGUIEditorInterface
 VSTGUIEditorInterface ()=default
 
virtual ~VSTGUIEditorInterface () noexcept=default
 

Detailed Description

This is the same as the AEffGUIEditor class except that this one allows the VSTGUI lib to build without VST dependencies.

Constructor & Destructor Documentation

PluginGUIEditor ( void *  pEffect)
~PluginGUIEditor ( )
override

Member Function Documentation

void beginEdit ( int32_t  index)
inlineoverridevirtual

Reimplemented from VSTGUIEditorInterface.

virtual void close ( )
inlinevirtual
void doIdleStuff ( )
overridevirtual

Reimplemented from VSTGUIEditorInterface.

void draw ( ERect pRect)
virtual
void endEdit ( int32_t  index)
inlineoverridevirtual

Reimplemented from VSTGUIEditorInterface.

void* getEffect ( )
inline
int32_t getKnobMode ( ) const
inlineoverridevirtual

Reimplemented from VSTGUIEditorInterface.

bool getRect ( ERect **  ppRect)
virtual
uint32_t getTicks ( )
int32_t getVstGuiVersion ( )
inline
void idle ( )
virtual
bool open ( void *  ptr)
virtual
int32_t setKnobMode ( int32_t  val)
virtual
virtual void setParameter ( int32_t  index,
float  value 
)
inlinevirtual
void wait ( uint32_t  ms)

Member Data Documentation

void* effect
protected
ERect rect
protected
void* systemWindow
protected

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