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

Public Member Functions

 CIBoxBlurFilter ()
 
bool run (bool replace) override
 
- Public Member Functions inherited from ReferenceCounted< T >
 ReferenceCounted ()=default
 
virtual ~ReferenceCounted () noexcept=default
 
 ReferenceCounted (const ReferenceCounted &)
 
ReferenceCountedoperator= (const ReferenceCounted &)
 
void forget () override
 decrease refcount and delete object if refcount == 0 More...
 
void remember () override
 increase refcount More...
 
virtual int32_t getNbReference () const
 get refcount More...
 
virtual void beforeDelete ()
 

Static Public Member Functions

static IFilterCreateFunction (IdStringPtr _name)
 

Additional Inherited Members

- Public Types inherited from IFilter
using CreateFunction = IFilter *(*)(IdStringPtr name)
 
- Protected Member Functions inherited from FilterBase
 FilterBase (UTF8StringPtr description)
 
bool registerProperty (IdStringPtr name, const Property &defaultProperty)
 
CBitmapgetInputBitmap () const
 
UTF8StringPtr getDescription () const override
 
bool setProperty (IdStringPtr name, const Property &property) override
 
bool setProperty (IdStringPtr name, Property &&property) override
 
const PropertygetProperty (IdStringPtr name) const override
 
uint32_t getNumProperties () const override
 
IdStringPtr getPropertyName (uint32_t index) const override
 
Property::Type getPropertyType (uint32_t index) const override
 
Property::Type getPropertyType (IdStringPtr name) const override
 

Constructor & Destructor Documentation

Member Function Documentation

static IFilter* CreateFunction ( IdStringPtr  _name)
inlinestatic
bool run ( bool  replace)
overridevirtual

Implements IFilter.


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