SLProject
4.2.000
A platform independent 3D computer graphics framework for desktop OS, Android, iOS and online in web browsers
|
This is the complete list of members for ImGuiWrapper, including all inherited members.
_context | ImGuiWrapper | protected |
_mouseWheel | ImGuiWrapper | private |
_panScroll | ImGuiWrapper | protected |
_renderer | ImGuiWrapper | private |
_timeSec | ImGuiWrapper | private |
build(SLScene *s, SLSceneView *sv)=0 | ImGuiWrapper | pure virtual |
doNotDispatchKeyboard() override | ImGuiWrapper | virtual |
doNotDispatchMouse() override | ImGuiWrapper | virtual |
drawMouseCursor(bool doDraw) | SLUiInterface | inlinevirtual |
ImGuiWrapper(ImGuiContext *context, ImGuiRenderer *renderer) | ImGuiWrapper | |
init(const std::string &configPath) override | ImGuiWrapper | |
SLUiInterface::init(const string &configPath) | SLUiInterface | inlinevirtual |
onCharInput(SLuint c) override | ImGuiWrapper | virtual |
onClose() override | ImGuiWrapper | virtual |
onInitNewFrame(SLScene *s, SLSceneView *sv) override | ImGuiWrapper | virtual |
onKeyPress(SLKey key, SLKey mod) override | ImGuiWrapper | virtual |
onKeyRelease(SLKey key, SLKey mod) override | ImGuiWrapper | virtual |
onMouseDown(SLMouseButton button, SLint x, SLint y) override | ImGuiWrapper | virtual |
onMouseMove(SLint xPos, SLint yPos) override | ImGuiWrapper | virtual |
onMouseUp(SLMouseButton button, SLint x, SLint y) override | ImGuiWrapper | virtual |
onMouseWheel(SLfloat yoffset) override | ImGuiWrapper | virtual |
onPaint(const SLRecti &viewport) override | ImGuiWrapper | virtual |
onResize(SLint scrW, SLint scrH) override | ImGuiWrapper | |
SLUiInterface::onResize(const SLRecti &viewportRect) | SLUiInterface | inlinevirtual |
renderExtraFrame(SLScene *s, SLSceneView *sv, SLint mouseX, SLint mouseY) override | ImGuiWrapper | virtual |
~ImGuiWrapper() override | ImGuiWrapper | |
~SLUiInterface() | SLUiInterface | inlinevirtual |