ASPiK SDK
|
Helper class to port old code which used CDragContainer. More...
#include <cview.h>
Public Types | |
enum | CDragType { kFile = 0, kText, kUnicodeText, kUnknown = -1, kError = -2 } |
Public Member Functions | |
CDragContainerHelper (IDataPackage *drag) | |
void * | first (int32_t &size, int32_t &type) |
void * | next (int32_t &size, int32_t &type) |
int32_t | getType (int32_t idx) const |
int32_t | getCount () const |
Protected Attributes | |
IDataPackage * | drag {nullptr} |
int32_t | index {0} |
Helper class to port old code which used CDragContainer.