![]() |
Prusa Slicer 2.6.0
|
#include <src/imgui/imgui_internal.h>
Inheritance diagram for ImChunkStream< T >:
Collaboration diagram for ImChunkStream< T >:Public Member Functions | |
| void | clear () |
| bool | empty () const |
| int | size () const |
| T * | alloc_chunk (size_t sz) |
| T * | begin () |
| T * | next_chunk (T *p) |
| int | chunk_size (const T *p) |
| T * | end () |
| int | offset_from_ptr (const T *p) |
| T * | ptr_from_offset (int off) |
| void | swap (ImChunkStream< T > &rhs) |
Public Attributes | |
| ImVector< char > | Buf |
|
inline |
References ImVector< T >::Data, IM_MEMALIGN, ImVector< T >::resize(), and ImVector< T >::Size.
Referenced by ImGui::CreateNewWindowSettings(), ImGui::TableGcCompactSettings(), and ImGui::TableSettingsCreate().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
References ImVector< T >::Data.
Referenced by ImGui::FindWindowSettings(), ImGui::ShowMetricsWindow(), ImGui::TableGcCompactSettings(), ImGui::TableSettingsFindByID(), TableSettingsHandler_WriteAll(), WindowSettingsHandler_ApplyAll(), and WindowSettingsHandler_WriteAll().
Here is the caller graph for this function:
|
inline |
|
inline |
References ImVector< T >::clear().
Referenced by ImGui::Shutdown(), TableSettingsHandler_ClearAll(), and WindowSettingsHandler_ClearAll().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
References ImVector< T >::Size.
Referenced by ImGui::UpdateSettings().
Here is the caller graph for this function:
|
inline |
References ImVector< T >::Data, and ImVector< T >::Size.
|
inline |
References IM_ASSERT.
Referenced by ImGui::FindWindowSettings(), ImGui::ShowMetricsWindow(), ImGui::TableGcCompactSettings(), ImGui::TableSettingsFindByID(), TableSettingsHandler_WriteAll(), WindowSettingsHandler_ApplyAll(), and WindowSettingsHandler_WriteAll().
Here is the caller graph for this function:
|
inline |
References ImVector< T >::Data, and IM_ASSERT.
Referenced by CreateNewWindow(), ImGui::TableLoadSettings(), ImGui::TableSaveSettings(), and WindowSettingsHandler_WriteAll().
Here is the caller graph for this function:
|
inline |
References ImVector< T >::Data, IM_ASSERT, and ImVector< T >::Size.
Referenced by ImGui::TableGetBoundSettings(), and WindowSettingsHandler_WriteAll().
Here is the caller graph for this function:
|
inline |
References ImVector< T >::Size.
Referenced by ImGui::ShowMetricsWindow(), and WindowSettingsHandler_WriteAll().
Here is the caller graph for this function:
|
inline |
References ImChunkStream< T >::Buf, and ImVector< T >::swap().
Referenced by ImGui::TableGcCompactSettings().
Here is the call graph for this function:
Here is the caller graph for this function:| ImVector<char> ImChunkStream< T >::Buf |
Referenced by ImChunkStream< T >::swap(), and ImGui::TableGcCompactSettings().