ASPiK SDK
|
interface for drag&drop and clipboard data More...
#include <idatapackage.h>
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 |
![]() | |
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 () |
interface for drag&drop and clipboard data