|
VSTGUI
4.3
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, uint32_t bufferSize, Type type) | |
| bool | add (const void *buffer, uint32_t bufferSize, Type type) |
| virtual uint32_t | getCount () const |
| virtual uint32_t | getDataSize (uint32_t index) const |
| virtual Type | getDataType (uint32_t index) const |
| virtual uint32_t | getData (uint32_t index, const void *&buffer, Type &type) const |
| int32_t | getEntrySize (int32_t index) const |
| Type | getEntryType (int32_t index) const |
| int32_t | getEntry (int32_t index, const void *&buffer, Type &type) const |
| virtual bool | isTypeOf (IdStringPtr s) const |
| virtual CBaseObject * | newCopy () const |
| virtual void | beforeDelete () |
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 Types | |
| typedef std::vector< CDropEntry > | DropEntryVector |
Protected Attributes | |
| DropEntryVector | entries |
drop source
|
protected |
|
inherited |
| CDropSource | ( | ) |
| CDropSource | ( | const void * | buffer, |
| uint32_t | bufferSize, | ||
| Type | type | ||
| ) |
Here is the call graph for this function:| bool add | ( | const void * | buffer, |
| uint32_t | bufferSize, | ||
| Type | type | ||
| ) |
Here is the caller graph for this function:
|
inlinevirtualinherited |
|
inlinevirtualinherited |
decrease refcount and delete object if refcount == 0
Here is the call graph for this function:
|
virtual |
|
virtual |
Implements IDataPackage.
Here is the call graph for this function:
Here is the caller graph for this function:
|
virtual |
Implements IDataPackage.
Here is the call graph for this function:
Here is the caller graph for this function:
|
virtual |
Implements IDataPackage.
Here is the call graph for this function:
Here is the caller graph for this function:| int32_t getEntry | ( | int32_t | index, |
| const void *& | buffer, | ||
| Type & | type | ||
| ) | const |
| int32_t getEntrySize | ( | int32_t | index | ) | const |
| CDropSource::Type getEntryType | ( | int32_t | index | ) | const |
|
inlinevirtualinherited |
get refcount
|
inlinevirtual |
Reimplemented from IDataPackage.
|
inlinevirtual |
Reimplemented from IDataPackage.
|
inlinevirtualinherited |
Reimplemented in CView, GenericStringListDataBrowserSource, CDataBrowser, CViewContainer, CRockerSwitch, CScrollView, CAnimationSplashScreen, UIDescriptionViewSwitchController, CRowColumnView, CShadowViewContainer, CTooltipSupport, and CScrollbar.
Here is the caller graph for this function:
|
inlinevirtualinherited |
increase refcount
Here is the caller graph for this function:
|
protected |