openMSX
|
Public Member Functions | |
ExampleAppLog () | |
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 |
Definition at line 8768 of file imgui_demo.cc.
|
inline |
Definition at line 8775 of file imgui_demo.cc.
References AutoScroll, and Clear().
|
inline |
Definition at line 8788 of file imgui_demo.cc.
References Buf, and LineOffsets.
|
inline |
Definition at line 8781 of file imgui_demo.cc.
References Buf, and LineOffsets.
Referenced by Draw(), and ExampleAppLog().
|
inline |
Definition at line 8800 of file imgui_demo.cc.
References AutoScroll, Buf, Clear(), Filter, LineOffsets, and ImGui::TextUnformatted().
bool ExampleAppLog::AutoScroll |
Definition at line 8773 of file imgui_demo.cc.
Referenced by Draw(), and ExampleAppLog().
ImGuiTextBuffer ExampleAppLog::Buf |
Definition at line 8770 of file imgui_demo.cc.
ImGuiTextFilter ExampleAppLog::Filter |
Definition at line 8771 of file imgui_demo.cc.
Referenced by Draw().
ImVector<int> ExampleAppLog::LineOffsets |
Definition at line 8772 of file imgui_demo.cc.