MyGUI  3.2.2
Public Member Functions
MyGUI::delegates::IDelegate0 Class Referenceabstract

#include <MyGUI_Delegate.h>

+ Inheritance diagram for MyGUI::delegates::IDelegate0:

Public Member Functions

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

Detailed Description

Definition at line 25 of file MyGUI_Delegate.h.

Constructor & Destructor Documentation

§ ~ IDelegate0()

virtual MyGUI::delegates::IDelegate0::~ IDelegate0 ( )
inlinevirtual

Definition at line 28 of file MyGUI_Delegate.h.

Member Function Documentation

§ compare() [1/2]

virtual bool MyGUI::delegates::IDelegate0::compare ( IDelegate0 _delegate) const
pure virtual

§ compare() [2/2]

virtual bool MyGUI::delegates::IDelegate0::compare ( IDelegateUnlink _unlink) const
inlinevirtual

§ invoke()

virtual void MyGUI::delegates::IDelegate0::invoke ( )
pure virtual

§ isType()

virtual bool MyGUI::delegates::IDelegate0::isType ( const std::type_info &  _type)
pure virtual

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