drag container More...
#include <vstgui.h>
Public Types | |
| enum | CDragType { kFile = 0, kText, kUnicodeText, kUnknown = -1, kError = -2 } |
Public Member Functions | |
| virtual void * | first (long &size, long &type)=0 |
| returns pointer on a char array if type is known | |
| virtual void * | next (long &size, long &type)=0 |
| returns pointer on a char array if type is known | |
| virtual long | getType (long idx) const =0 |
| virtual long | getCount () const =0 |
Reference Counting Methods | |
|
| |
| virtual void | forget () |
| decrease refcount and delete object if refcount == 0 | |
| virtual void | remember () |
| increase refcount | |
| long | getNbReference () const |
| get refcount | |
Message Methods | |
|
| |
| virtual CMessageResult | notify (CBaseObject *sender, const char *message) |
drag container
| enum CDragType |
| virtual void* first | ( | long & | size, | |
| long & | type | |||
| ) | [pure virtual] |
returns pointer on a char array if type is known
| virtual void* next | ( | long & | size, | |
| long & | type | |||
| ) | [pure virtual] |
returns pointer on a char array if type is known
| virtual long getType | ( | long | idx | ) | const [pure virtual] |
| virtual long getCount | ( | ) | const [pure virtual] |
| virtual void forget | ( | ) | [inline, virtual, inherited] |
decrease refcount and delete object if refcount == 0
Reimplemented in CDrawContext.
| virtual void remember | ( | ) | [inline, virtual, inherited] |
increase refcount
| long getNbReference | ( | ) | const [inline, inherited] |
get refcount
| virtual CMessageResult notify | ( | CBaseObject * | sender, | |
| const char * | message | |||
| ) | [inline, virtual, inherited] |
Reimplemented in CDataBrowser, CScrollbar, CTooltipSupport, CView, and CViewContainer.
1.6.3