|
VSTGUI
4.2
Graphical User Interface Framework not only for VST plugins
|
interface for drag&drop and clipboard data More...
Inheritance diagram for IDataPackage:
Collaboration diagram for IDataPackage:Public Types | |
| enum | Type { kFilePath = 0, kText, kBinary, kError = -1 } |
Public Member Functions | |
| virtual int32_t | getCount ()=0 |
| virtual int32_t | getDataSize (int32_t index)=0 |
| virtual Type | getDataType (int32_t index)=0 |
| virtual int32_t | getData (int32_t index, const void *&buffer, Type &type)=0 |
| virtual bool | isTypeOf (IdStringPtr s) const |
| virtual CBaseObject * | newCopy () 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 | |
| IDataPackage () | |
interface for drag&drop and clipboard data
| enum Type |
|
inlineprotected |
|
inlinevirtualinherited |
decrease refcount and delete object if refcount == 0
|
pure virtual |
|
pure virtual |
|
pure virtual |
Implemented in CDropSource.
|
pure virtual |
|
inlinevirtualinherited |
get refcount
|
inlinevirtual |
Reimplemented in CDropSource.
|
inlinevirtual |
Reimplemented in CDropSource.
|
inlinevirtualinherited |
Reimplemented in CView, GenericStringListDataBrowserSource, CDataBrowser, CScrollbar, CRockerSwitch, CScrollView, CViewContainer, CAnimationSplashScreen, CRowColumnView, UIDescriptionViewSwitchController, CShadowViewContainer, and CTooltipSupport.
Here is the caller graph for this function:
|
inlinevirtualinherited |
increase refcount
Here is the caller graph for this function: