MyGUI 3.4.1
|
#include <MyGUI_Delegate.h>
Public Types | |
using | Function = std::function< void(Args...)> |
Public Member Functions | |
DelegateFunction (Function _function, Any _functionPointer) | |
DelegateFunction (Function _function, Any _functionPointer, const IDelegateUnlink *_object) | |
DelegateFunction (Function _function, Any _functionPointer, const void *_object) | |
void | invoke (Args... args) |
bool | compare (DelegateFunction< Args... > *_delegate) const |
bool | compare (IDelegateUnlink *_unlink) const |
Definition at line 41 of file MyGUI_Delegate.h.
using MyGUI::delegates::DelegateFunction< Args >::Function = std::function<void(Args...)> |
Definition at line 44 of file MyGUI_Delegate.h.
|
inline |
Definition at line 47 of file MyGUI_Delegate.h.
|
inline |
Definition at line 54 of file MyGUI_Delegate.h.
|
inline |
Definition at line 63 of file MyGUI_Delegate.h.
|
inline |
Definition at line 76 of file MyGUI_Delegate.h.
|
inline |
Definition at line 82 of file MyGUI_Delegate.h.
|
inline |
Definition at line 71 of file MyGUI_Delegate.h.