VSTGUI  4.3
Graphical User Interface Framework not only for VST plugins
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Groups Pages
IFilter Class Referenceabstract

Filter Interface. More...

+ Inheritance diagram for IFilter:
+ Collaboration diagram for IFilter:

Public Types

typedef IFilter *(* CreateFunction )(IdStringPtr name)
 

Public Member Functions

virtual bool run (bool replaceInputBitmap=false)=0
 
virtual UTF8StringPtr getDescription () const =0
 
virtual bool setProperty (IdStringPtr name, const Property &property)=0
 
virtual const PropertygetProperty (IdStringPtr name) const =0
 
virtual uint32_t getNumProperties () const =0
 
virtual IdStringPtr getPropertyName (uint32_t index) const =0
 
virtual Property::Type getPropertyType (uint32_t index) const =0
 
virtual Property::Type getPropertyType (IdStringPtr name) const =0
 
virtual bool isTypeOf (IdStringPtr s) const
 
virtual CBaseObjectnewCopy () const
 
virtual void beforeDelete ()
 
Reference Counting Methods
virtual void forget ()
 decrease refcount and delete object if refcount == 0 More...
 
virtual void remember ()
 increase refcount More...
 
virtual int32_t getNbReference () const
 get refcount More...
 
Message Methods
virtual CMessageResult notify (CBaseObject *sender, IdStringPtr message)
 

Detailed Description

Filter Interface.

Member Typedef Documentation

typedef IFilter*(* CreateFunction)(IdStringPtr name)

Member Function Documentation

virtual void beforeDelete ( )
inlinevirtualinherited

Reimplemented in CView.

+ Here is the caller graph for this function:

virtual void forget ( )
inlinevirtualinherited

decrease refcount and delete object if refcount == 0

+ Here is the call graph for this function:

virtual UTF8StringPtr getDescription ( ) const
pure virtual

Implemented in FilterBase.

virtual int32_t getNbReference ( ) const
inlinevirtualinherited

get refcount

virtual uint32_t getNumProperties ( ) const
pure virtual

Implemented in FilterBase.

virtual const Property& getProperty ( IdStringPtr  name) const
pure virtual

Implemented in FilterBase.

+ Here is the caller graph for this function:

virtual IdStringPtr getPropertyName ( uint32_t  index) const
pure virtual

Implemented in FilterBase.

virtual Property::Type getPropertyType ( uint32_t  index) const
pure virtual

Implemented in FilterBase.

virtual Property::Type getPropertyType ( IdStringPtr  name) const
pure virtual

Implemented in FilterBase.

virtual bool isTypeOf ( IdStringPtr  s) const
inlinevirtual
virtual CBaseObject* newCopy ( ) const
inlinevirtual
virtual void remember ( )
inlinevirtualinherited

increase refcount

+ Here is the caller graph for this function:

virtual bool run ( bool  replaceInputBitmap = false)
pure virtual
virtual bool setProperty ( IdStringPtr  name,
const Property property 
)
pure virtual

Implemented in FilterBase.

+ Here is the caller graph for this function:


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