|
VSTGUI
4.4
Graphical User Interface Framework not only for VST plugins
|
interface for drag&drop and clipboard data More...
Inheritance diagram for IDataPackage:Public Types | |
| enum | Type { kFilePath = 0, kText, kBinary, kError = -1 } |
Public Member Functions | |
| virtual uint32_t | getCount () const =0 |
| virtual uint32_t | getDataSize (uint32_t index) const =0 |
| virtual Type | getDataType (uint32_t index) const =0 |
| virtual uint32_t | getData (uint32_t index, const void *&buffer, Type &type) const =0 |
| virtual bool | isTypeOf (IdStringPtr s) const |
| virtual CBaseObject * | newCopy () const |
Public Member Functions inherited from CBaseObject | |
| CBaseObject () | |
| virtual | ~CBaseObject () |
| virtual void | beforeDelete () |
| 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... | |
| virtual CMessageResult | notify (CBaseObject *sender, IdStringPtr message) |
Protected Member Functions | |
| IDataPackage () | |
interface for drag&drop and clipboard data
| enum Type |
|
inlineprotected |
|
pure virtual |
Implemented in CDropSource.
|
pure virtual |
Implemented in CDropSource.
|
pure virtual |
Implemented in CDropSource.
|
pure virtual |
Implemented in CDropSource.
|
inlinevirtual |
Reimplemented in CDropSource.
|
inlinevirtual |
Reimplemented in CDropSource.