![]() |
nomlib
|
Interface for a nom::UIContext event processing loop. More...
#include <IUIEventHandler.hpp>
Public Types | |
| typedef IUIEventHandler | self_type |
| typedef self_type * | raw_ptr |
Public Member Functions | |
| IUIEventHandler () | |
| Default constructor. | |
| virtual | ~IUIEventHandler () |
| Destructor. | |
| virtual void | process_event (const Event &)=0 |
| Injection of libRocket's event loop. | |
Interface for a nom::UIContext event processing loop.
Definition at line 40 of file IUIEventHandler.hpp.
| typedef self_type* nom::IUIEventHandler::raw_ptr |
Definition at line 44 of file IUIEventHandler.hpp.
| typedef IUIEventHandler nom::IUIEventHandler::self_type |
Definition at line 43 of file IUIEventHandler.hpp.
|
inline |
Default constructor.
Definition at line 47 of file IUIEventHandler.hpp.
|
inlinevirtual |
Destructor.
Definition at line 50 of file IUIEventHandler.hpp.
|
pure virtual |
Injection of libRocket's event loop.
Implemented in nom::UIContextEventHandler.