MyGUI::delegates::IDelegate0 Class Reference

#include <MyGUI_Delegate.h>

Inheritance diagram for MyGUI::delegates::IDelegate0:
Inheritance graph
[legend]

Public Member Functions

virtual ~IDelegate0 ()
virtual bool isType (const std::type_info &_type)=0
virtual void invoke ()=0
virtual bool compare (IDelegate0 *_delegate)=0
virtual bool compare (IDelegateUnlink *_unlink)

Detailed Description

Definition at line 108 of file MyGUI_Delegate.h.


Constructor & Destructor Documentation

virtual MyGUI::delegates::IDelegate0::~IDelegate0 (  )  [inline, virtual]

Definition at line 111 of file MyGUI_Delegate.h.


Member Function Documentation

virtual bool MyGUI::delegates::IDelegate0::compare ( IDelegateUnlink _unlink  )  [inline, virtual]

Reimplemented in MyGUI::delegates::CMethodDelegate0< T >.

Definition at line 115 of file MyGUI_Delegate.h.

virtual bool MyGUI::delegates::IDelegate0::compare ( IDelegate0 _delegate  )  [pure virtual]
virtual void MyGUI::delegates::IDelegate0::invoke (  )  [pure virtual]
virtual bool MyGUI::delegates::IDelegate0::isType ( const std::type_info &  _type  )  [pure virtual]

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

Generated on 3 Dec 2009 for MyGUI by  doxygen 1.6.1