drop source
More...
#include <cdropsource.h>
|
| 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 |
|
| ReferenceCounted (const ReferenceCounted &) |
|
ReferenceCounted & | operator= (const ReferenceCounted &) |
|
void | forget () override |
| decrease refcount and delete object if refcount == 0
|
|
void | remember () override |
| increase refcount
|
|
virtual int32_t | getNbReference () const |
| get refcount
|
|
virtual void | beforeDelete () |
|
|
using | DropEntryVector = std::vector< CDropEntry > |
|
The documentation for this class was generated from the following files:
- C:/RackAFX_v7/ASPIK_SDK/vstgui4/vstgui/lib/cdropsource.h
- C:/RackAFX_v7/ASPIK_SDK/vstgui4/vstgui/lib/cdropsource.cpp