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

A Base Class for Implementing Bitmap Filters. More...

+ Inheritance diagram for FilterBase:
+ Collaboration diagram for FilterBase:

Public Types

typedef IFilter *(* CreateFunction )(IdStringPtr name)
 

Public Member Functions

virtual bool run (bool replaceInputBitmap=false)=0
 
virtual bool isTypeOf (IdStringPtr s) const
 
virtual CBaseObjectnewCopy () const
 
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)
 

Protected Member Functions

 FilterBase (UTF8StringPtr description)
 
bool registerProperty (IdStringPtr name, const Property &defaultProperty)
 
CBitmapgetInputBitmap () const
 
virtual UTF8StringPtr getDescription () const
 
virtual bool setProperty (IdStringPtr name, const Property &property)
 
virtual const PropertygetProperty (IdStringPtr name) const
 
virtual uint32_t getNumProperties () const
 
virtual IdStringPtr getPropertyName (uint32_t index) const
 
virtual Property::Type getPropertyType (uint32_t index) const
 
virtual Property::Type getPropertyType (IdStringPtr name) const
 

Detailed Description

A Base Class for Implementing Bitmap Filters.

Member Typedef Documentation

typedef IFilter*(* CreateFunction)(IdStringPtr name)
inherited

Constructor & Destructor Documentation

FilterBase ( UTF8StringPtr  description)
protected

Member Function Documentation

virtual void forget ( )
inlinevirtualinherited

decrease refcount and delete object if refcount == 0

virtual UTF8StringPtr getDescription ( ) const
protectedvirtual

Implements IFilter.

CBitmap* getInputBitmap ( ) const
protected
virtual int32_t getNbReference ( ) const
inlinevirtualinherited

get refcount

virtual uint32_t getNumProperties ( ) const
protectedvirtual

Implements IFilter.

virtual const Property& getProperty ( IdStringPtr  name) const
protectedvirtual

Implements IFilter.

virtual IdStringPtr getPropertyName ( uint32_t  index) const
protectedvirtual

Implements IFilter.

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

Implements IFilter.

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

Implements IFilter.

virtual bool isTypeOf ( IdStringPtr  s) const
inlinevirtualinherited
virtual CBaseObject* newCopy ( ) const
inlinevirtualinherited
bool registerProperty ( IdStringPtr  name,
const Property defaultProperty 
)
protected
virtual void remember ( )
inlinevirtualinherited

increase refcount

+ Here is the caller graph for this function:

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

Implements IFilter.


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