VSTGUI  4.4
Graphical User Interface Framework not only for VST plugins
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Groups Pages
CDropSource Class Reference

drop source More...

+ Inheritance diagram for CDropSource:

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 CBaseObjectnewCopy () const
 
- Public Member Functions inherited from CBaseObject
 CBaseObject ()
 
virtual ~CBaseObject ()
 
virtual void beforeDelete ()
 
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...
 
virtual CMessageResult notify (CBaseObject *sender, IdStringPtr message)
 

Protected Types

typedef std::vector< CDropEntry > DropEntryVector
 

Protected Attributes

DropEntryVector entries
 

Additional Inherited Members

- Public Types inherited from IDataPackage
enum  Type { kFilePath = 0, kText, kBinary, kError = -1 }
 
- Protected Member Functions inherited from IDataPackage
 IDataPackage ()
 

Detailed Description

drop source

Member Typedef Documentation

typedef std::vector<CDropEntry> DropEntryVector
protected

Constructor & Destructor Documentation

CDropSource ( const void *  buffer,
uint32_t  bufferSize,
Type  type 
)

Member Function Documentation

bool add ( const void *  buffer,
uint32_t  bufferSize,
Type  type 
)
uint32_t getCount ( ) const
virtual

Implements IDataPackage.

uint32_t getData ( uint32_t  index,
const void *&  buffer,
Type type 
) const
virtual

Implements IDataPackage.

uint32_t getDataSize ( uint32_t  index) const
virtual

Implements IDataPackage.

CDropSource::Type getDataType ( uint32_t  index) const
virtual

Implements IDataPackage.

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
virtual bool isTypeOf ( IdStringPtr  s) const
inlinevirtual

Reimplemented from IDataPackage.

virtual CBaseObject* newCopy ( ) const
inlinevirtual

Reimplemented from IDataPackage.

Member Data Documentation

DropEntryVector entries
protected

The documentation for this class was generated from the following files: