![]() |
Prusa Slicer 2.6.0
|
#include <src/imgui/imgui.h>
Collaboration diagram for ImGuiTextBuffer:Public Member Functions | |
| ImGuiTextBuffer () | |
| char | operator[] (int i) const |
| const char * | begin () const |
| const char * | end () const |
| int | size () const |
| bool | empty () const |
| void | clear () |
| void | reserve (int capacity) |
| const char * | c_str () const |
| IMGUI_API void | append (const char *str, const char *str_end=NULL) |
| IMGUI_API void | appendf (const char *fmt,...) IM_FMTARGS(2) |
| IMGUI_API void | appendfv (const char *fmt, va_list args) IM_FMTLIST(2) |
Public Attributes | |
| ImVector< char > | Buf |
Static Public Attributes | |
| static IMGUI_API char | EmptyString [1] = { 0 } |
|
inline |
Referenced by ImGui::TabItemEx(), TableSettingsHandler_WriteAll(), ImGui::TableSetupColumn(), and WindowSettingsHandler_WriteAll().
Here is the caller graph for this function:Referenced by TableSettingsHandler_WriteAll(), and WindowSettingsHandler_WriteAll().
Here is the caller graph for this function:References ImFormatStringV(), and va_copy.
Referenced by ExampleAppLog::AddLog(), and LogTextV().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
References ImVector< T >::Data, and ImVector< T >::front().
Referenced by ExampleAppLog::Draw(), and ImGui::LogFinish().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
References ImVector< T >::Data.
Referenced by LogTextV(), ImGui::SaveIniSettingsToMemory(), and ImGui::ShowMetricsWindow().
Here is the caller graph for this function:
|
inline |
References ImVector< T >::clear().
Referenced by ExampleAppLog::Clear(), ImGui::ClearIniSettings(), ImGui::LogFinish(), ImGui::Shutdown(), and ImGui::TableGcCompactTransientBuffers().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
References ImVector< T >::Size.
Referenced by ImGui::LogBegin(), and ImGui::LogFinish().
Here is the caller graph for this function:
|
inline |
References ImVector< T >::back(), and ImVector< T >::Data.
Referenced by ExampleAppLog::Draw().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
|
inline |
References ImVector< T >::reserve().
Referenced by TableSettingsHandler_WriteAll(), and WindowSettingsHandler_WriteAll().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
References ImVector< T >::Size.
Referenced by ExampleAppLog::AddLog(), LogTextV(), ImGui::SaveIniSettingsToMemory(), ImGui::ShowMetricsWindow(), ImGui::TabItemEx(), TableSettingsHandler_WriteAll(), ImGui::TableSetupColumn(), and WindowSettingsHandler_WriteAll().
Here is the caller graph for this function:| ImVector<char> ImGuiTextBuffer::Buf |
|
static |