MyGUI  3.0.1
Public Types | Public Member Functions
MyGUI::delegates::CStaticDelegate0 Class Reference

#include <MyGUI_Delegate.h>

+ Inheritance diagram for MyGUI::delegates::CStaticDelegate0:

Public Types

typedef void(* Func )()

Public Member Functions

 CStaticDelegate0 (Func _func)
virtual bool isType (const std::type_info &_type)
virtual void invoke ()
virtual bool compare (IDelegate0 *_delegate) const
virtual bool compare (IDelegateUnlink *_unlink) const

Detailed Description

Definition at line 55 of file MyGUI_Delegate.h.


Member Typedef Documentation

Definition at line 58 of file MyGUI_Delegate.h.


Constructor & Destructor Documentation

Definition at line 60 of file MyGUI_Delegate.h.


Member Function Documentation

virtual bool MyGUI::delegates::CStaticDelegate0::compare ( IDelegate0 _delegate) const [inline, virtual]

Implements MyGUI::delegates::IDelegate0.

Definition at line 69 of file MyGUI_Delegate.h.

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

Reimplemented from MyGUI::delegates::IDelegate0.

Definition at line 75 of file MyGUI_Delegate.h.

virtual void MyGUI::delegates::CStaticDelegate0::invoke ( ) [inline, virtual]

Implements MyGUI::delegates::IDelegate0.

Definition at line 64 of file MyGUI_Delegate.h.

virtual bool MyGUI::delegates::CStaticDelegate0::isType ( const std::type_info &  _type) [inline, virtual]

Implements MyGUI::delegates::IDelegate0.

Definition at line 62 of file MyGUI_Delegate.h.


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