drag container
More...
#include <vstgui.h>
|
| virtual void * | first (long &size, long &type)=0 |
| | returns pointer on a char array if type is known More...
|
| |
| virtual void * | next (long &size, long &type)=0 |
| | returns pointer on a char array if type is known More...
|
| |
| virtual long | getType (long idx) const =0 |
| |
| virtual long | getCount () const =0 |
| |
| Enumerator |
|---|
| kFile |
File (MacOSX = UTF8 String)
|
| kText |
ASCII Text.
|
| kUnicodeText |
UTF8 Text.
|
| kUnknown |
|
| kError |
|
| virtual void* first |
( |
long & |
size, |
|
|
long & |
type |
|
) |
| |
|
pure virtual |
returns pointer on a char array if type is known
decrease refcount and delete object if refcount == 0
Reimplemented in CDrawContext.
| virtual long getCount |
( |
| ) |
const |
|
pure virtual |
| long getNbReference |
( |
| ) |
const |
|
inlineinherited |
| virtual long getType |
( |
long |
idx | ) |
const |
|
pure virtual |
| virtual void* next |
( |
long & |
size, |
|
|
long & |
type |
|
) |
| |
|
pure virtual |
returns pointer on a char array if type is known
| virtual void remember |
( |
| ) |
|
|
inlinevirtualinherited |
The documentation for this class was generated from the following file: