MyGUI::delegates::CStaticDelegate0 Class Reference

#include <MyGUI_Delegate.h>

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

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)

Detailed Description

Definition at line 121 of file MyGUI_Delegate.h.


Member Typedef Documentation

Definition at line 124 of file MyGUI_Delegate.h.


Constructor & Destructor Documentation

MyGUI::delegates::CStaticDelegate0::CStaticDelegate0 ( Func  _func  )  [inline]

Definition at line 126 of file MyGUI_Delegate.h.


Member Function Documentation

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

Definition at line 135 of file MyGUI_Delegate.h.

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

Implements MyGUI::delegates::IDelegate0.

Definition at line 130 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 128 of file MyGUI_Delegate.h.


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

Generated on 3 Dec 2009 for MyGUI by  doxygen 1.6.1