OWLNext 7.0
Borland's Object Windows Library for the modern age
|
Wraps the IExtractIcon interface (currently lightweight). More...
#include <owl/shellitm.h>
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 IExtractIcon interface (currently lightweight).
A TExtractIcon is returned by TShellItem::GetExtractIcon. Default, TComRef<IExtractIcon> and copy constructors supplied. TComRef<IExtractIcon> and TExtractIcon assignment opreators also supplied.
Definition at line 99 of file shellitm.h.
|
inline |
Default constructor for TExtractIcon.
Definition at line 705 of file shellitm.h.
|
inline |
TExtractIcon constructor to construct from TComRef<IExtractIcon>
Definition at line 712 of file shellitm.h.
|
inline |
TExtractIcon copy constructor.
Definition at line 719 of file shellitm.h.
|
inline |
TExtractIcon assignment operator (from TComRef<IExtractIcon>)
Definition at line 727 of file shellitm.h.
References owl::TComRef< T >::operator=().
|
inline |
TExtractIcon assignment operator (from another TExtractIcon)
Definition at line 737 of file shellitm.h.
References owl::TComRef< T >::operator=().