|
VSTGUI
4.3
Graphical User Interface Framework not only for VST plugins
|
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 CBaseObject * | newCopy () 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) |
Protected Member Functions | |
| FilterBase (UTF8StringPtr description) | |
| bool | registerProperty (IdStringPtr name, const Property &defaultProperty) |
| CBitmap * | getInputBitmap () const |
| virtual UTF8StringPtr | getDescription () const |
| virtual bool | setProperty (IdStringPtr name, const Property &property) |
| virtual const Property & | getProperty (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 |
A Base Class for Implementing Bitmap Filters.
|
inherited |
|
protected |
|
inlinevirtualinherited |
|
inlinevirtualinherited |
decrease refcount and delete object if refcount == 0
Here is the call graph for this function:
|
protectedvirtual |
Implements IFilter.
|
protected |
|
inlinevirtualinherited |
get refcount
|
protectedvirtual |
Implements IFilter.
|
protectedvirtual |
Implements IFilter.
|
protectedvirtual |
Implements IFilter.
|
protectedvirtual |
Implements IFilter.
|
protectedvirtual |
Implements IFilter.
|
inlinevirtualinherited |
|
inlinevirtualinherited |
|
inlinevirtualinherited |
Reimplemented in CView, GenericStringListDataBrowserSource, CDataBrowser, CViewContainer, CRockerSwitch, CScrollView, CAnimationSplashScreen, UIDescriptionViewSwitchController, CRowColumnView, CShadowViewContainer, CTooltipSupport, and CScrollbar.
Here is the caller graph for this function:
|
protected |
|
inlinevirtualinherited |
increase refcount
Here is the caller graph for this function:
|
pure virtualinherited |
|
protectedvirtual |
Implements IFilter.