MyGUI  3.2.0
Public Member Functions
delegates::IDelegateMYGUI_SUFFIX Class Reference

#include <MyGUI_DelegateImplement.h>

Public Member Functions

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

Detailed Description

Definition at line 40 of file MyGUI_DelegateImplement.h.


Constructor & Destructor Documentation

Definition at line 43 of file MyGUI_DelegateImplement.h.


Member Function Documentation

virtual bool delegates::IDelegateMYGUI_SUFFIX::compare ( IDelegateMYGUI_SUFFIX MYGUI_TEMPLATE_ARGS _delegate) const [pure virtual]
virtual bool delegates::IDelegateMYGUI_SUFFIX::compare ( IDelegateUnlink *  _unlink) const [inline, virtual]

Definition at line 49 of file MyGUI_DelegateImplement.h.

virtual void delegates::IDelegateMYGUI_SUFFIX::invoke ( MYGUI_PARAMS  ) [pure virtual]
virtual bool delegates::IDelegateMYGUI_SUFFIX::isType ( const std::type_info &  _type) [pure virtual]

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