OWLNext 7.0
Borland's Object Windows Library for the modern age
|
Wraps the IContextMenu 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 IContextMenu interface (currently lightweight).
A TContextMenu is returned by TShellItem::GetContextMenu. Default, TComRef<IContextMenu> and copy constructors supplied. TComRef<IContextMenu> and TContextMenu assignment opreators also supplied.
Definition at line 116 of file shellitm.h.
|
inline |
Default constructor for TContextMenu.
Definition at line 746 of file shellitm.h.
|
inline |
TContextMenu constructor to construct from TComRef<IContextMenu>
Definition at line 753 of file shellitm.h.
|
inline |
TContextMenu copy constructor.
Definition at line 760 of file shellitm.h.
|
inline |
TContextMenu assignment operator (from TComRef<IContextMenu>)
Definition at line 768 of file shellitm.h.
References owl::TComRef< T >::operator=().
|
inline |
TContextMenu assignment operator (from another TContextMenu)
Definition at line 778 of file shellitm.h.
References owl::TComRef< T >::operator=().