VSTGUI  4.4
Graphical User Interface Framework not only for VST plugins
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Groups Pages
VSTGUIEditorInterface Class Reference

Public Member Functions

virtual void doIdleStuff ()
 
virtual int32_t getKnobMode () const
 
virtual void beginEdit (int32_t index)
 
virtual void endEdit (int32_t index)
 
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 Member Functions

 VSTGUIEditorInterface ()
 
virtual ~VSTGUIEditorInterface ()
 

Protected Attributes

CFrameframe
 

Constructor & Destructor Documentation

VSTGUIEditorInterface ( )
inlineprotected
virtual ~VSTGUIEditorInterface ( )
inlineprotectedvirtual

Member Function Documentation

virtual bool beforeSizeChange ( const CRect newSize,
const CRect oldSize 
)
inlinevirtual

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

virtual void beginEdit ( int32_t  index)
inlinevirtual
virtual void doIdleStuff ( )
inlinevirtual
virtual void endEdit ( int32_t  index)
inlinevirtual
virtual CFrame* getFrame ( ) const
inlinevirtual
virtual int32_t getKnobMode ( ) const
inlinevirtual

Member Data Documentation

CFrame* frame
protected

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