OWLNext 7.0
Borland's Object Windows Library for the modern age
|
Wraps the IDropTarget interface (currently lightweight). More...
#include <owl/shellitm.h>
Public Member Functions | |
TDropTarget (IDropTarget *iface=0) | |
Default constructor for TDropTarget. | |
TDropTarget (const TComRef< IDropTarget > &source) | |
TDropTarget constructor to construct from TComRef<IDropTarget> | |
TDropTarget (const TDropTarget &source) | |
TDropTarget copy constructor. | |
TDropTarget & | operator= (const TComRef< IDropTarget > &source) |
TDropTarget assignment operator (from TComRef<IDropTarget>) | |
TDropTarget & | operator= (const TDropTarget &source) |
TDropTarget assignment operator (from another TDropTarget) | |
Public Member Functions inherited from owl::TComRef< IDropTarget > | |
TComRef () | |
TComRef (IDropTarget *iface) | |
TComRef (const TComRef< IDropTarget > &i) | |
TComRef< IDropTarget > & | operator= (IDropTarget *iface) |
TComRef< IDropTarget > & | operator= (const TComRef< IDropTarget > &i) |
IDropTarget * | operator-> () |
IDropTarget * | operator-> () const |
Public Member Functions inherited from owl::TComRefBase< T > | |
operator T* () | |
operator T** () | |
int | operator! () const |
void | operator delete (void *p) |
Additional Inherited Members | |
Protected Member Functions inherited from owl::TComRefBase< T > | |
TComRefBase (const TComRefBase< T > &i) | |
TComRefBase (T *i) | |
TComRefBase () | |
~TComRefBase () | |
void | Clear () |
Protected Attributes inherited from owl::TComRefBase< T > | |
T * | I |
Wraps the IDropTarget interface (currently lightweight).
A TDropTarget is returned by TShellItem::GetDropTarget. Default, TComRef<IDropTarget> and copy constructors supplied. TComRef<IDropTarget> and TDropTarget assignment opreators also supplied.
Definition at line 150 of file shellitm.h.
|
inline |
Default constructor for TDropTarget.
Definition at line 829 of file shellitm.h.
|
inline |
TDropTarget constructor to construct from TComRef<IDropTarget>
Definition at line 836 of file shellitm.h.
|
inline |
TDropTarget copy constructor.
Definition at line 843 of file shellitm.h.
|
inline |
TDropTarget assignment operator (from TComRef<IDropTarget>)
Definition at line 851 of file shellitm.h.
References owl::TComRef< T >::operator=().
|
inline |
TDropTarget assignment operator (from another TDropTarget)
Definition at line 861 of file shellitm.h.
References owl::TComRef< T >::operator=().