#include "MyGUI_Diagnostic.h"
#include <typeinfo>
#include <list>
#include "MyGUI_DelegateImplement.h"
Go to the source code of this file.
Data Structures | |
class | MyGUI::delegates::IDelegateUnlink |
class | MyGUI::delegates::MYGUI_I_DELEGATE |
class | MyGUI::delegates::MYGUI_C_STATIC_DELEGATE |
class | MyGUI::delegates::MYGUI_C_METHOD_DELEGATE |
class | MyGUI::delegates::MYGUI_C_DELEGATE |
class | MyGUI::delegates::MYGUI_C_MULTI_DELEGATE |
class | MyGUI::delegates::MYGUI_I_DELEGATE |
class | MyGUI::delegates::MYGUI_C_STATIC_DELEGATE |
class | MyGUI::delegates::MYGUI_C_METHOD_DELEGATE |
class | MyGUI::delegates::MYGUI_C_DELEGATE |
class | MyGUI::delegates::MYGUI_C_MULTI_DELEGATE |
class | MyGUI::delegates::MYGUI_I_DELEGATE |
class | MyGUI::delegates::MYGUI_C_STATIC_DELEGATE |
class | MyGUI::delegates::MYGUI_C_METHOD_DELEGATE |
class | MyGUI::delegates::MYGUI_C_DELEGATE |
class | MyGUI::delegates::MYGUI_C_MULTI_DELEGATE |
class | MyGUI::delegates::MYGUI_I_DELEGATE |
class | MyGUI::delegates::MYGUI_C_STATIC_DELEGATE |
class | MyGUI::delegates::MYGUI_C_METHOD_DELEGATE |
class | MyGUI::delegates::MYGUI_C_DELEGATE |
class | MyGUI::delegates::MYGUI_C_MULTI_DELEGATE |
class | MyGUI::delegates::MYGUI_I_DELEGATE |
class | MyGUI::delegates::MYGUI_C_STATIC_DELEGATE |
class | MyGUI::delegates::MYGUI_C_METHOD_DELEGATE |
class | MyGUI::delegates::MYGUI_C_DELEGATE |
class | MyGUI::delegates::MYGUI_C_MULTI_DELEGATE |
class | MyGUI::delegates::MYGUI_I_DELEGATE |
class | MyGUI::delegates::MYGUI_C_STATIC_DELEGATE |
class | MyGUI::delegates::MYGUI_C_METHOD_DELEGATE |
class | MyGUI::delegates::MYGUI_C_DELEGATE |
class | MyGUI::delegates::MYGUI_C_MULTI_DELEGATE |
Namespaces | |
namespace | MyGUI |
namespace | MyGUI::delegates |
Defines | |
#define | MYGUI_SUFFIX 0 |
#define | MYGUI_TEMPLATE |
#define | MYGUI_TEMPLATE_PARAMS |
#define | MYGUI_TEMPLATE_ARGS |
#define | MYGUI_T_TEMPLATE_PARAMS <typename T> |
#define | MYGUI_T_TEMPLATE_ARGS <T> |
#define | MYGUI_PARAMS |
#define | MYGUI_ARGS |
#define | MYGUI_TYPENAME |
#define | MYGUI_COMBINE(a, b) MYGUI_COMBINE1(a, b) |
#define | MYGUI_COMBINE1(a, b) a##b |
#define | MYGUI_I_DELEGATE MYGUI_COMBINE(IDelegate, MYGUI_SUFFIX) |
#define | MYGUI_C_STATIC_DELEGATE MYGUI_COMBINE(CStaticDelegate, MYGUI_SUFFIX) |
#define | MYGUI_C_METHOD_DELEGATE MYGUI_COMBINE(CMethodDelegate, MYGUI_SUFFIX) |
#define | MYGUI_C_DELEGATE MYGUI_COMBINE(CDelegate, MYGUI_SUFFIX) |
#define | MYGUI_C_MULTI_DELEGATE MYGUI_COMBINE(CMultiDelegate, MYGUI_SUFFIX) |
#define | MYGUI_SUFFIX 1 |
#define | MYGUI_TEMPLATE template |
#define | MYGUI_TEMPLATE_PARAMS <typename TP1> |
#define | MYGUI_TEMPLATE_ARGS <TP1> |
#define | MYGUI_T_TEMPLATE_PARAMS <typename T, typename TP1> |
#define | MYGUI_T_TEMPLATE_ARGS <T, TP1> |
#define | MYGUI_PARAMS TP1 p1 |
#define | MYGUI_ARGS p1 |
#define | MYGUI_TYPENAME typename |
#define | MYGUI_COMBINE(a, b) MYGUI_COMBINE1(a, b) |
#define | MYGUI_COMBINE1(a, b) a##b |
#define | MYGUI_I_DELEGATE MYGUI_COMBINE(IDelegate, MYGUI_SUFFIX) |
#define | MYGUI_C_STATIC_DELEGATE MYGUI_COMBINE(CStaticDelegate, MYGUI_SUFFIX) |
#define | MYGUI_C_METHOD_DELEGATE MYGUI_COMBINE(CMethodDelegate, MYGUI_SUFFIX) |
#define | MYGUI_C_DELEGATE MYGUI_COMBINE(CDelegate, MYGUI_SUFFIX) |
#define | MYGUI_C_MULTI_DELEGATE MYGUI_COMBINE(CMultiDelegate, MYGUI_SUFFIX) |
#define | MYGUI_SUFFIX 2 |
#define | MYGUI_TEMPLATE template |
#define | MYGUI_TEMPLATE_PARAMS <typename TP1, typename TP2> |
#define | MYGUI_TEMPLATE_ARGS <TP1, TP2> |
#define | MYGUI_T_TEMPLATE_PARAMS <typename T, typename TP1, typename TP2> |
#define | MYGUI_T_TEMPLATE_ARGS <T, TP1, TP2> |
#define | MYGUI_PARAMS TP1 p1, TP2 p2 |
#define | MYGUI_ARGS p1, p2 |
#define | MYGUI_TYPENAME typename |
#define | MYGUI_COMBINE(a, b) MYGUI_COMBINE1(a, b) |
#define | MYGUI_COMBINE1(a, b) a##b |
#define | MYGUI_I_DELEGATE MYGUI_COMBINE(IDelegate, MYGUI_SUFFIX) |
#define | MYGUI_C_STATIC_DELEGATE MYGUI_COMBINE(CStaticDelegate, MYGUI_SUFFIX) |
#define | MYGUI_C_METHOD_DELEGATE MYGUI_COMBINE(CMethodDelegate, MYGUI_SUFFIX) |
#define | MYGUI_C_DELEGATE MYGUI_COMBINE(CDelegate, MYGUI_SUFFIX) |
#define | MYGUI_C_MULTI_DELEGATE MYGUI_COMBINE(CMultiDelegate, MYGUI_SUFFIX) |
#define | MYGUI_SUFFIX 3 |
#define | MYGUI_TEMPLATE template |
#define | MYGUI_TEMPLATE_PARAMS <typename TP1, typename TP2, typename TP3> |
#define | MYGUI_TEMPLATE_ARGS <TP1, TP2, TP3> |
#define | MYGUI_T_TEMPLATE_PARAMS <typename T, typename TP1, typename TP2, typename TP3> |
#define | MYGUI_T_TEMPLATE_ARGS <T, TP1, TP2, TP3> |
#define | MYGUI_PARAMS TP1 p1, TP2 p2, TP3 p3 |
#define | MYGUI_ARGS p1, p2, p3 |
#define | MYGUI_TYPENAME typename |
#define | MYGUI_COMBINE(a, b) MYGUI_COMBINE1(a, b) |
#define | MYGUI_COMBINE1(a, b) a##b |
#define | MYGUI_I_DELEGATE MYGUI_COMBINE(IDelegate, MYGUI_SUFFIX) |
#define | MYGUI_C_STATIC_DELEGATE MYGUI_COMBINE(CStaticDelegate, MYGUI_SUFFIX) |
#define | MYGUI_C_METHOD_DELEGATE MYGUI_COMBINE(CMethodDelegate, MYGUI_SUFFIX) |
#define | MYGUI_C_DELEGATE MYGUI_COMBINE(CDelegate, MYGUI_SUFFIX) |
#define | MYGUI_C_MULTI_DELEGATE MYGUI_COMBINE(CMultiDelegate, MYGUI_SUFFIX) |
#define | MYGUI_SUFFIX 4 |
#define | MYGUI_TEMPLATE template |
#define | MYGUI_TEMPLATE_PARAMS <typename TP1, typename TP2, typename TP3, typename TP4> |
#define | MYGUI_TEMPLATE_ARGS <TP1, TP2, TP3, TP4> |
#define | MYGUI_T_TEMPLATE_PARAMS <typename T, typename TP1, typename TP2, typename TP3, typename TP4> |
#define | MYGUI_T_TEMPLATE_ARGS <T, TP1, TP2, TP3, TP4> |
#define | MYGUI_PARAMS TP1 p1, TP2 p2, TP3 p3, TP4 p4 |
#define | MYGUI_ARGS p1, p2, p3, p4 |
#define | MYGUI_TYPENAME typename |
#define | MYGUI_COMBINE(a, b) MYGUI_COMBINE1(a, b) |
#define | MYGUI_COMBINE1(a, b) a##b |
#define | MYGUI_I_DELEGATE MYGUI_COMBINE(IDelegate, MYGUI_SUFFIX) |
#define | MYGUI_C_STATIC_DELEGATE MYGUI_COMBINE(CStaticDelegate, MYGUI_SUFFIX) |
#define | MYGUI_C_METHOD_DELEGATE MYGUI_COMBINE(CMethodDelegate, MYGUI_SUFFIX) |
#define | MYGUI_C_DELEGATE MYGUI_COMBINE(CDelegate, MYGUI_SUFFIX) |
#define | MYGUI_C_MULTI_DELEGATE MYGUI_COMBINE(CMultiDelegate, MYGUI_SUFFIX) |
#define | MYGUI_SUFFIX 5 |
#define | MYGUI_TEMPLATE template |
#define | MYGUI_TEMPLATE_PARAMS <typename TP1, typename TP2, typename TP3, typename TP4, typename TP5> |
#define | MYGUI_TEMPLATE_ARGS <TP1, TP2, TP3, TP4, TP5> |
#define | MYGUI_T_TEMPLATE_PARAMS <typename T, typename TP1, typename TP2, typename TP3, typename TP4, typename TP5> |
#define | MYGUI_T_TEMPLATE_ARGS <T, TP1, TP2, TP3, TP4, TP5> |
#define | MYGUI_PARAMS TP1 p1, TP2 p2, TP3 p3, TP4 p4, TP5 p5 |
#define | MYGUI_ARGS p1, p2, p3, p4, p5 |
#define | MYGUI_TYPENAME typename |
#define | MYGUI_COMBINE(a, b) MYGUI_COMBINE1(a, b) |
#define | MYGUI_COMBINE1(a, b) a##b |
#define | MYGUI_I_DELEGATE MYGUI_COMBINE(IDelegate, MYGUI_SUFFIX) |
#define | MYGUI_C_STATIC_DELEGATE MYGUI_COMBINE(CStaticDelegate, MYGUI_SUFFIX) |
#define | MYGUI_C_METHOD_DELEGATE MYGUI_COMBINE(CMethodDelegate, MYGUI_SUFFIX) |
#define | MYGUI_C_DELEGATE MYGUI_COMBINE(CDelegate, MYGUI_SUFFIX) |
#define | MYGUI_C_MULTI_DELEGATE MYGUI_COMBINE(CMultiDelegate, MYGUI_SUFFIX) |
Functions | |
IDelegateUnlink * | MyGUI::delegates::GetDelegateUnlink (void *_base) |
IDelegateUnlink * | MyGUI::delegates::GetDelegateUnlink (IDelegateUnlink *_base) |
MYGUI_TEMPLATE MYGUI_TEMPLATE_PARAMS delegates::MYGUI_I_DELEGATE MYGUI_TEMPLATE_ARGS * | MyGUI::newDelegate (void(*_func)(MYGUI_PARAMS)) |
template MYGUI_T_TEMPLATE_PARAMS delegates::MYGUI_I_DELEGATE MYGUI_TEMPLATE_ARGS * | MyGUI::newDelegate (T *_object, void(T::*_method)(MYGUI_PARAMS)) |
Definition in file MyGUI_Delegate.h.
#define MYGUI_ARGS p1, p2, p3, p4, p5 |
Definition at line 129 of file MyGUI_Delegate.h.
#define MYGUI_ARGS p1, p2, p3, p4 |
Definition at line 129 of file MyGUI_Delegate.h.
#define MYGUI_ARGS p1, p2, p3 |
Definition at line 129 of file MyGUI_Delegate.h.
#define MYGUI_ARGS p1, p2 |
Definition at line 129 of file MyGUI_Delegate.h.
#define MYGUI_ARGS p1 |
Definition at line 129 of file MyGUI_Delegate.h.
#define MYGUI_ARGS |
Definition at line 129 of file MyGUI_Delegate.h.
#define MYGUI_C_DELEGATE MYGUI_COMBINE(CDelegate, MYGUI_SUFFIX) |
Definition at line 36 of file MyGUI_Delegate.h.
#define MYGUI_C_DELEGATE MYGUI_COMBINE(CDelegate, MYGUI_SUFFIX) |
Definition at line 36 of file MyGUI_Delegate.h.
#define MYGUI_C_DELEGATE MYGUI_COMBINE(CDelegate, MYGUI_SUFFIX) |
Definition at line 36 of file MyGUI_Delegate.h.
#define MYGUI_C_DELEGATE MYGUI_COMBINE(CDelegate, MYGUI_SUFFIX) |
Definition at line 36 of file MyGUI_Delegate.h.
#define MYGUI_C_DELEGATE MYGUI_COMBINE(CDelegate, MYGUI_SUFFIX) |
Definition at line 36 of file MyGUI_Delegate.h.
#define MYGUI_C_DELEGATE MYGUI_COMBINE(CDelegate, MYGUI_SUFFIX) |
Definition at line 36 of file MyGUI_Delegate.h.
#define MYGUI_C_METHOD_DELEGATE MYGUI_COMBINE(CMethodDelegate, MYGUI_SUFFIX) |
Definition at line 34 of file MyGUI_Delegate.h.
#define MYGUI_C_METHOD_DELEGATE MYGUI_COMBINE(CMethodDelegate, MYGUI_SUFFIX) |
Definition at line 34 of file MyGUI_Delegate.h.
#define MYGUI_C_METHOD_DELEGATE MYGUI_COMBINE(CMethodDelegate, MYGUI_SUFFIX) |
Definition at line 34 of file MyGUI_Delegate.h.
#define MYGUI_C_METHOD_DELEGATE MYGUI_COMBINE(CMethodDelegate, MYGUI_SUFFIX) |
Definition at line 34 of file MyGUI_Delegate.h.
#define MYGUI_C_METHOD_DELEGATE MYGUI_COMBINE(CMethodDelegate, MYGUI_SUFFIX) |
Definition at line 34 of file MyGUI_Delegate.h.
#define MYGUI_C_METHOD_DELEGATE MYGUI_COMBINE(CMethodDelegate, MYGUI_SUFFIX) |
Definition at line 34 of file MyGUI_Delegate.h.
#define MYGUI_C_MULTI_DELEGATE MYGUI_COMBINE(CMultiDelegate, MYGUI_SUFFIX) |
Definition at line 37 of file MyGUI_Delegate.h.
#define MYGUI_C_MULTI_DELEGATE MYGUI_COMBINE(CMultiDelegate, MYGUI_SUFFIX) |
Definition at line 37 of file MyGUI_Delegate.h.
#define MYGUI_C_MULTI_DELEGATE MYGUI_COMBINE(CMultiDelegate, MYGUI_SUFFIX) |
Definition at line 37 of file MyGUI_Delegate.h.
#define MYGUI_C_MULTI_DELEGATE MYGUI_COMBINE(CMultiDelegate, MYGUI_SUFFIX) |
Definition at line 37 of file MyGUI_Delegate.h.
#define MYGUI_C_MULTI_DELEGATE MYGUI_COMBINE(CMultiDelegate, MYGUI_SUFFIX) |
Definition at line 37 of file MyGUI_Delegate.h.
#define MYGUI_C_MULTI_DELEGATE MYGUI_COMBINE(CMultiDelegate, MYGUI_SUFFIX) |
Definition at line 37 of file MyGUI_Delegate.h.
#define MYGUI_C_STATIC_DELEGATE MYGUI_COMBINE(CStaticDelegate, MYGUI_SUFFIX) |
Definition at line 33 of file MyGUI_Delegate.h.
#define MYGUI_C_STATIC_DELEGATE MYGUI_COMBINE(CStaticDelegate, MYGUI_SUFFIX) |
Definition at line 33 of file MyGUI_Delegate.h.
#define MYGUI_C_STATIC_DELEGATE MYGUI_COMBINE(CStaticDelegate, MYGUI_SUFFIX) |
Definition at line 33 of file MyGUI_Delegate.h.
#define MYGUI_C_STATIC_DELEGATE MYGUI_COMBINE(CStaticDelegate, MYGUI_SUFFIX) |
Definition at line 33 of file MyGUI_Delegate.h.
#define MYGUI_C_STATIC_DELEGATE MYGUI_COMBINE(CStaticDelegate, MYGUI_SUFFIX) |
Definition at line 33 of file MyGUI_Delegate.h.
#define MYGUI_C_STATIC_DELEGATE MYGUI_COMBINE(CStaticDelegate, MYGUI_SUFFIX) |
Definition at line 33 of file MyGUI_Delegate.h.
#define MYGUI_COMBINE | ( | a, | |||
b | ) | MYGUI_COMBINE1(a, b) |
Definition at line 28 of file MyGUI_Delegate.h.
#define MYGUI_COMBINE | ( | a, | |||
b | ) | MYGUI_COMBINE1(a, b) |
Definition at line 28 of file MyGUI_Delegate.h.
#define MYGUI_COMBINE | ( | a, | |||
b | ) | MYGUI_COMBINE1(a, b) |
Definition at line 28 of file MyGUI_Delegate.h.
#define MYGUI_COMBINE | ( | a, | |||
b | ) | MYGUI_COMBINE1(a, b) |
Definition at line 28 of file MyGUI_Delegate.h.
#define MYGUI_COMBINE | ( | a, | |||
b | ) | MYGUI_COMBINE1(a, b) |
Definition at line 28 of file MyGUI_Delegate.h.
#define MYGUI_COMBINE | ( | a, | |||
b | ) | MYGUI_COMBINE1(a, b) |
Definition at line 28 of file MyGUI_Delegate.h.
#define MYGUI_COMBINE1 | ( | a, | |||
b | ) | a##b |
Definition at line 29 of file MyGUI_Delegate.h.
#define MYGUI_COMBINE1 | ( | a, | |||
b | ) | a##b |
Definition at line 29 of file MyGUI_Delegate.h.
#define MYGUI_COMBINE1 | ( | a, | |||
b | ) | a##b |
Definition at line 29 of file MyGUI_Delegate.h.
#define MYGUI_COMBINE1 | ( | a, | |||
b | ) | a##b |
Definition at line 29 of file MyGUI_Delegate.h.
#define MYGUI_COMBINE1 | ( | a, | |||
b | ) | a##b |
Definition at line 29 of file MyGUI_Delegate.h.
#define MYGUI_COMBINE1 | ( | a, | |||
b | ) | a##b |
Definition at line 29 of file MyGUI_Delegate.h.
#define MYGUI_I_DELEGATE MYGUI_COMBINE(IDelegate, MYGUI_SUFFIX) |
Definition at line 31 of file MyGUI_Delegate.h.
#define MYGUI_I_DELEGATE MYGUI_COMBINE(IDelegate, MYGUI_SUFFIX) |
Definition at line 31 of file MyGUI_Delegate.h.
#define MYGUI_I_DELEGATE MYGUI_COMBINE(IDelegate, MYGUI_SUFFIX) |
Definition at line 31 of file MyGUI_Delegate.h.
#define MYGUI_I_DELEGATE MYGUI_COMBINE(IDelegate, MYGUI_SUFFIX) |
Definition at line 31 of file MyGUI_Delegate.h.
#define MYGUI_I_DELEGATE MYGUI_COMBINE(IDelegate, MYGUI_SUFFIX) |
Definition at line 31 of file MyGUI_Delegate.h.
#define MYGUI_I_DELEGATE MYGUI_COMBINE(IDelegate, MYGUI_SUFFIX) |
Definition at line 31 of file MyGUI_Delegate.h.
#define MYGUI_PARAMS TP1 p1, TP2 p2, TP3 p3, TP4 p4, TP5 p5 |
Definition at line 128 of file MyGUI_Delegate.h.
#define MYGUI_PARAMS TP1 p1, TP2 p2, TP3 p3, TP4 p4 |
Definition at line 128 of file MyGUI_Delegate.h.
#define MYGUI_PARAMS TP1 p1, TP2 p2, TP3 p3 |
Definition at line 128 of file MyGUI_Delegate.h.
#define MYGUI_PARAMS TP1 p1, TP2 p2 |
Definition at line 128 of file MyGUI_Delegate.h.
#define MYGUI_PARAMS TP1 p1 |
Definition at line 128 of file MyGUI_Delegate.h.
#define MYGUI_PARAMS |
Definition at line 128 of file MyGUI_Delegate.h.
#define MYGUI_SUFFIX 5 |
Definition at line 122 of file MyGUI_Delegate.h.
#define MYGUI_SUFFIX 4 |
Definition at line 122 of file MyGUI_Delegate.h.
#define MYGUI_SUFFIX 3 |
Definition at line 122 of file MyGUI_Delegate.h.
#define MYGUI_SUFFIX 2 |
Definition at line 122 of file MyGUI_Delegate.h.
#define MYGUI_SUFFIX 1 |
Definition at line 122 of file MyGUI_Delegate.h.
#define MYGUI_SUFFIX 0 |
Definition at line 122 of file MyGUI_Delegate.h.
#define MYGUI_T_TEMPLATE_ARGS <T, TP1, TP2, TP3, TP4, TP5> |
Definition at line 127 of file MyGUI_Delegate.h.
#define MYGUI_T_TEMPLATE_ARGS <T, TP1, TP2, TP3, TP4> |
Definition at line 127 of file MyGUI_Delegate.h.
#define MYGUI_T_TEMPLATE_ARGS <T, TP1, TP2, TP3> |
Definition at line 127 of file MyGUI_Delegate.h.
#define MYGUI_T_TEMPLATE_ARGS <T, TP1, TP2> |
Definition at line 127 of file MyGUI_Delegate.h.
#define MYGUI_T_TEMPLATE_ARGS <T, TP1> |
Definition at line 127 of file MyGUI_Delegate.h.
#define MYGUI_T_TEMPLATE_ARGS <T> |
Definition at line 127 of file MyGUI_Delegate.h.
#define MYGUI_T_TEMPLATE_PARAMS <typename T, typename TP1, typename TP2, typename TP3, typename TP4, typename TP5> |
Definition at line 126 of file MyGUI_Delegate.h.
#define MYGUI_T_TEMPLATE_PARAMS <typename T, typename TP1, typename TP2, typename TP3, typename TP4> |
Definition at line 126 of file MyGUI_Delegate.h.
#define MYGUI_T_TEMPLATE_PARAMS <typename T, typename TP1, typename TP2, typename TP3> |
Definition at line 126 of file MyGUI_Delegate.h.
#define MYGUI_T_TEMPLATE_PARAMS <typename T, typename TP1, typename TP2> |
Definition at line 126 of file MyGUI_Delegate.h.
#define MYGUI_T_TEMPLATE_PARAMS <typename T, typename TP1> |
Definition at line 126 of file MyGUI_Delegate.h.
#define MYGUI_T_TEMPLATE_PARAMS <typename T> |
Definition at line 126 of file MyGUI_Delegate.h.
#define MYGUI_TEMPLATE template |
Definition at line 123 of file MyGUI_Delegate.h.
#define MYGUI_TEMPLATE template |
Definition at line 123 of file MyGUI_Delegate.h.
#define MYGUI_TEMPLATE template |
Definition at line 123 of file MyGUI_Delegate.h.
#define MYGUI_TEMPLATE template |
Definition at line 123 of file MyGUI_Delegate.h.
#define MYGUI_TEMPLATE template |
Definition at line 123 of file MyGUI_Delegate.h.
#define MYGUI_TEMPLATE |
Definition at line 123 of file MyGUI_Delegate.h.
#define MYGUI_TEMPLATE_ARGS <TP1, TP2, TP3, TP4, TP5> |
Definition at line 125 of file MyGUI_Delegate.h.
#define MYGUI_TEMPLATE_ARGS <TP1, TP2, TP3, TP4> |
Definition at line 125 of file MyGUI_Delegate.h.
#define MYGUI_TEMPLATE_ARGS <TP1, TP2, TP3> |
Definition at line 125 of file MyGUI_Delegate.h.
#define MYGUI_TEMPLATE_ARGS <TP1, TP2> |
Definition at line 125 of file MyGUI_Delegate.h.
#define MYGUI_TEMPLATE_ARGS <TP1> |
Definition at line 125 of file MyGUI_Delegate.h.
#define MYGUI_TEMPLATE_ARGS |
Definition at line 125 of file MyGUI_Delegate.h.
#define MYGUI_TEMPLATE_PARAMS <typename TP1, typename TP2, typename TP3, typename TP4, typename TP5> |
Definition at line 124 of file MyGUI_Delegate.h.
#define MYGUI_TEMPLATE_PARAMS <typename TP1, typename TP2, typename TP3, typename TP4> |
Definition at line 124 of file MyGUI_Delegate.h.
#define MYGUI_TEMPLATE_PARAMS <typename TP1, typename TP2, typename TP3> |
Definition at line 124 of file MyGUI_Delegate.h.
#define MYGUI_TEMPLATE_PARAMS <typename TP1, typename TP2> |
Definition at line 124 of file MyGUI_Delegate.h.
#define MYGUI_TEMPLATE_PARAMS <typename TP1> |
Definition at line 124 of file MyGUI_Delegate.h.
#define MYGUI_TEMPLATE_PARAMS |
Definition at line 124 of file MyGUI_Delegate.h.
#define MYGUI_TYPENAME typename |
Definition at line 130 of file MyGUI_Delegate.h.
#define MYGUI_TYPENAME typename |
Definition at line 130 of file MyGUI_Delegate.h.
#define MYGUI_TYPENAME typename |
Definition at line 130 of file MyGUI_Delegate.h.
#define MYGUI_TYPENAME typename |
Definition at line 130 of file MyGUI_Delegate.h.
#define MYGUI_TYPENAME typename |
Definition at line 130 of file MyGUI_Delegate.h.
#define MYGUI_TYPENAME |
Definition at line 130 of file MyGUI_Delegate.h.