Urho3D::EventNameRegistrar Struct Reference

Register event names. More...

#include <Urho3D/Core/Object.h>

Static Public Member Functions

static StringHash RegisterEventName (const char *eventName)
 Register an event name for hash reverse mapping.
 
static const StringGetEventName (StringHash eventID)
 Return Event name or empty string if not found.
 
static HashMap< StringHash,
String > & 
GetEventNameMap ()
 Return Event name map.
 

Detailed Description

Register event names.


The documentation for this struct was generated from the following files:
  • Source/Urho3D/Core/Object.h
  • Source/Urho3D/Core/Object.cpp