Sleeping Wombat GUI
0.100
swGUI
|
#include "swCommonLib/Common/TypesDefinitions.h"
#include "swCommonLib/Common/RTTR.h"
#include "EventProxy.h"
#include "EventHandlers.h"
#include "IEventArgs.h"
#include "RegisteredEvent.h"
#include <mutex>
#include <set>
#include <string>
Go to the source code of this file.
Classes | |
class | sw::gui::EventsSystem |
Events management. More... | |
Namespaces | |
sw | |
sw::gui | |
Typedefs | |
template<typename ArgumentType > | |
using | sw::gui::EventHandlerPointer = void(UIElement::*)(UIElement *, ArgumentType *) |