|
VSTGUI
4.2
Graphical User Interface Framework not only for VST plugins
|
drop source More...
Inheritance diagram for CDropSource:
Collaboration diagram for CDropSource:Public Types | |
| enum | Type { kFilePath = 0, kText, kBinary, kError = -1 } |
Public Member Functions | |
| CDropSource () | |
| CDropSource (const void *buffer, int32_t bufferSize, Type type) | |
| ~CDropSource () | |
| bool | add (const void *buffer, int32_t bufferSize, Type type) |
| virtual int32_t | getCount () |
| virtual int32_t | getDataSize (int32_t index) |
| virtual Type | getDataType (int32_t index) |
| virtual int32_t | getData (int32_t index, const void *&buffer, Type &type) |
| int32_t | getEntrySize (int32_t index) |
| Type | getEntryType (int32_t index) |
| int32_t | getEntry (int32_t index, const void *&buffer, Type &type) |
| virtual bool | isTypeOf (IdStringPtr s) const |
| virtual CBaseObject * | newCopy () const |
Reference Counting Methods | |
| virtual void | forget () |
| decrease refcount and delete object if refcount == 0 More... | |
| virtual void | remember () |
| increase refcount More... | |
| virtual int32_t | getNbReference () const |
| get refcount More... | |
Message Methods | |
| virtual CMessageResult | notify (CBaseObject *sender, IdStringPtr message) |
Protected Attributes | |
| std::vector< CDropEntry * > | entries |
drop source
|
inherited |
| CDropSource | ( | ) |
| CDropSource | ( | const void * | buffer, |
| int32_t | bufferSize, | ||
| Type | type | ||
| ) |
Here is the call graph for this function:| ~CDropSource | ( | ) |
Here is the call graph for this function:| bool add | ( | const void * | buffer, |
| int32_t | bufferSize, | ||
| Type | type | ||
| ) |
Here is the caller graph for this function:
|
inlinevirtualinherited |
decrease refcount and delete object if refcount == 0
|
virtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
| int32_t getEntry | ( | int32_t | index, |
| const void *& | buffer, | ||
| Type & | type | ||
| ) |
| int32_t getEntrySize | ( | int32_t | index | ) |
| CDropSource::Type getEntryType | ( | int32_t | index | ) |
|
inlinevirtualinherited |
get refcount
|
inlinevirtual |
Reimplemented from IDataPackage.
|
inlinevirtual |
Reimplemented from IDataPackage.
|
inlinevirtualinherited |
Reimplemented in CView, GenericStringListDataBrowserSource, CDataBrowser, CScrollbar, CRockerSwitch, CScrollView, CViewContainer, CAnimationSplashScreen, CRowColumnView, UIDescriptionViewSwitchController, CShadowViewContainer, and CTooltipSupport.
Here is the caller graph for this function:
|
inlinevirtualinherited |
increase refcount
Here is the caller graph for this function:
|
protected |