|
VSTGUI
4.3
Graphical User Interface Framework not only for VST plugins
|
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 Property & | getProperty (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 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) |
Filter Interface.
| typedef IFilter*(* CreateFunction)(IdStringPtr name) |
|
inlinevirtualinherited |
|
inlinevirtualinherited |
decrease refcount and delete object if refcount == 0
Here is the call graph for this function:
|
pure virtual |
Implemented in FilterBase.
|
inlinevirtualinherited |
get refcount
|
pure virtual |
Implemented in FilterBase.
|
pure virtual |
|
pure virtual |
Implemented in FilterBase.
|
pure virtual |
Implemented in FilterBase.
|
pure virtual |
Implemented in FilterBase.
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtualinherited |
Reimplemented in CView, GenericStringListDataBrowserSource, CDataBrowser, CViewContainer, CRockerSwitch, CScrollView, CAnimationSplashScreen, UIDescriptionViewSwitchController, CRowColumnView, CShadowViewContainer, CTooltipSupport, and CScrollbar.
Here is the caller graph for this function:
|
inlinevirtualinherited |
increase refcount
Here is the caller graph for this function:
|
pure virtual |
|
pure virtual |