|
using | EventHandler = plDelegate<void(Rml::Event&)> |
|
|
| plRmlUiContext (const Rml::String &sName) |
|
plResult | LoadDocumentFromResource (const plRmlUiResourceHandle &hResource) |
|
plResult | LoadDocumentFromString (const plStringView &sContent) |
|
void | UnloadDocument () |
|
plResult | ReloadDocumentFromResource (const plRmlUiResourceHandle &hResource) |
|
void | ShowDocument () |
|
void | HideDocument () |
|
void | UpdateInput (const plVec2 &vMousePos) |
|
bool | WantsInput () const |
|
void | SetOffset (const plVec2I32 &vOffset) |
|
void | SetSize (const plVec2U32 &vSize) |
|
void | SetDpiScale (float fScale) |
|
void | RegisterEventHandler (const char *szIdentifier, EventHandler handler) |
|
void | DeregisterEventHandler (const char *szIdentifier) |
|
|
class | plRmlUi |
|
class | plRmlUiInternal::EventListener |
|
The documentation for this class was generated from the following files:
- Code/EnginePlugins/RmlUiPlugin/RmlUiContext.h
- Code/EnginePlugins/RmlUiPlugin/Implementation/RmlUiContext.cpp