|
MyGUI 3.4.3
|
#include "MyGUI_Prerequest.h"#include "MyGUI_TextBox.h"#include "MyGUI_EventPair.h"#include "MyGUI_ControllerFadeAlpha.h"Go to the source code of this file.
Data Structures | |
| class | MyGUI::Window |
| widget description should be here. More... | |
Namespaces | |
| namespace | MyGUI |
Typedefs | |
| using | MyGUI::EventHandle_WidgetString = EventPairConvertStringView< delegates::MultiDelegate< Widget *, const std::string & >, delegates::MultiDelegate< Widget *, std::string_view > > |
| using | MyGUI::EventHandle_WindowPtrCStringRef = EventPairConvertStringView< delegates::MultiDelegate< Window *, const std::string & >, delegates::MultiDelegate< Window *, std::string_view > > |
| using | MyGUI::EventHandle_WindowPtr = delegates::MultiDelegate< Window * > |