MyGUI::delegates::IDelegate3< TP1, TP2, TP3 > Class Template Reference

#include <MyGUI_Delegate.h>

Inheritance diagram for MyGUI::delegates::IDelegate3< TP1, TP2, TP3 >:
Inheritance graph
[legend]

Public Member Functions

virtual ~IDelegate3 ()
virtual bool isType (const std::type_info &_type)=0
virtual void invoke (TP1 p1, TP2 p2, TP3 p3)=0
virtual bool compare (IDelegate3< TP1, TP2, TP3 > *_delegate)=0
virtual bool compare (IDelegateUnlink *_unlink)

Detailed Description

template<typename TP1, typename TP2, typename TP3>
class MyGUI::delegates::IDelegate3< TP1, TP2, TP3 >

Definition at line 1107 of file MyGUI_Delegate.h.


Constructor & Destructor Documentation

template<typename TP1 , typename TP2 , typename TP3 >
virtual MyGUI::delegates::IDelegate3< TP1, TP2, TP3 >::~IDelegate3 (  )  [inline, virtual]

Definition at line 1110 of file MyGUI_Delegate.h.


Member Function Documentation

template<typename TP1 , typename TP2 , typename TP3 >
virtual bool MyGUI::delegates::IDelegate3< TP1, TP2, TP3 >::compare ( IDelegateUnlink _unlink  )  [inline, virtual]

Reimplemented in MyGUI::delegates::CMethodDelegate3< T, TP1, TP2, TP3 >.

Definition at line 1114 of file MyGUI_Delegate.h.

template<typename TP1 , typename TP2 , typename TP3 >
virtual bool MyGUI::delegates::IDelegate3< TP1, TP2, TP3 >::compare ( IDelegate3< TP1, TP2, TP3 > *  _delegate  )  [pure virtual]
template<typename TP1 , typename TP2 , typename TP3 >
virtual void MyGUI::delegates::IDelegate3< TP1, TP2, TP3 >::invoke ( TP1  p1,
TP2  p2,
TP3  p3 
) [pure virtual]
template<typename TP1 , typename TP2 , typename TP3 >
virtual bool MyGUI::delegates::IDelegate3< TP1, TP2, TP3 >::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