CDragContainerHelper Class Reference
[Version 4.2]

Helper class to port old code which used CDragContainer. More...

Collaboration diagram for CDragContainerHelper:
Collaboration graph
[legend]

List of all members.

Public Types

enum  CDragType {
  kFile = 0, kText, kUnicodeText, kUnknown = -1,
  kError = -2
}

Public Member Functions

 CDragContainerHelper (IDataPackage *drag)
void * first (int32_t &size, int32_t &type)
void * next (int32_t &size, int32_t &type)
int32_t getType (int32_t idx) const
int32_t getCount () const

Protected Attributes

IDataPackagedrag
int32_t index

Detailed Description

Helper class to port old code which used CDragContainer.


Member Enumeration Documentation

enum CDragType
Enumerator:
kFile 

File (MacOSX = UTF8 String).

kText 

ASCII Text.

kUnicodeText 

UTF8 Text.

kUnknown 
kError 

Constructor & Destructor Documentation


Member Function Documentation

void * first ( int32_t &  size,
int32_t &  type 
)
int32_t getCount (  )  const
int32_t getType ( int32_t  idx  )  const
void * next ( int32_t &  size,
int32_t &  type 
)

Member Data Documentation

IDataPackage* drag [protected]
int32_t index [protected]

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

Generated on Fri Nov 22 11:09:57 2013 for VSTGUI by  doxygen 1.6.1