| VSTGUI
    4.10
    Graphical User Interface Framework not only for VST plugins | 
drop source More...
 Inheritance diagram for CDropSource:
 Inheritance diagram for CDropSource:| Public Member Functions | |
| CDropSource () | |
| CDropSource (const void *buffer, uint32_t bufferSize, Type type) | |
| bool | add (const void *buffer, uint32_t bufferSize, Type type) | 
| uint32_t | getCount () const final | 
| uint32_t | getDataSize (uint32_t index) const final | 
| Type | getDataType (uint32_t index) const final | 
| uint32_t | getData (uint32_t index, const void *&buffer, Type &type) const final | 
| Static Public Member Functions | |
| static SharedPointer < IDataPackage > | create (const void *buffer, uint32_t bufferSize, Type type) | 
| Protected Types | |
| using | DropEntryVector = std::vector< CDropEntry > | 
| Protected Attributes | |
| DropEntryVector | entries | 
| Additional Inherited Members | |
|  Public Types inherited from IDataPackage | |
| enum | Type { kFilePath = 0, kText, kBinary, kError = -1 } | 
|  Protected Member Functions inherited from IDataPackage | |
| IDataPackage () | |
drop source
| 
 | protected | 
| CDropSource | ( | ) | 
| CDropSource | ( | const void * | buffer, | 
| uint32_t | bufferSize, | ||
| Type | type | ||
| ) | 
| bool add | ( | const void * | buffer, | 
| uint32_t | bufferSize, | ||
| Type | type | ||
| ) | 
| 
 | static | 
| 
 | finalvirtual | 
Implements IDataPackage.
| 
 | finalvirtual | 
Implements IDataPackage.
| 
 | finalvirtual | 
Implements IDataPackage.
| 
 | finalvirtual | 
Implements IDataPackage.
| 
 | protected |