|
eduEngine 1.0
Course framework for DA376B
|
ImGui log widget Adapted from imgui_demo.cpp. More...
#include <Log.hpp>
Public Member Functions | |
| void | Clear () |
| void | AddLog (const char *fmt,...) IM_FMTARGS(2) |
| void | Draw (const char *title, bool *p_open=NULL) |
Public Attributes | |
| ImGuiTextBuffer | Buf |
| ImGuiTextFilter | Filter |
| ImVector< int > | LineOffsets |
| bool | AutoScroll |
| bool | ScrollToBottom |
ImGui log widget Adapted from imgui_demo.cpp.