#include <MyGUI_Delegate.h>

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) |
Definition at line 121 of file MyGUI_Delegate.h.
| typedef void(* MyGUI::delegates::CStaticDelegate0::Func)() |
Definition at line 124 of file MyGUI_Delegate.h.
| MyGUI::delegates::CStaticDelegate0::CStaticDelegate0 | ( | Func | _func | ) | [inline] |
Definition at line 126 of file MyGUI_Delegate.h.
| 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.
1.6.1