vsgImGui
0.0.0
VulkanSceneGraph 3rd party data integration library
|
Public Member Functions | |
ImPlotTick & | AddTick (double value, bool major, int level, bool show_label, const char *label) |
ImPlotTick & | AddTick (double value, bool major, int level, bool show_label, ImPlotFormatter formatter, void *data) |
ImPlotTick & | AddTick (ImPlotTick tick) |
const char * | GetText (int idx) const |
const char * | GetText (const ImPlotTick &tick) |
void | OverrideSizeLate (const ImVec2 &size) |
void | Reset () |
int | TickCount () const |
Public Attributes | |
ImVector< ImPlotTick > | Ticks |
ImGuiTextBuffer | TextBuffer |
ImVec2 | MaxSize |
ImVec2 | LateSize |
int | Levels |