struct ImPlotContext
Overview
#include <implot_internal.h> struct ImPlotContext { // fields ImPool<ImPlotPlot> Plots; ImPool<ImPlotSubplot> Subplots; ImPlotPlot* CurrentPlot; ImPlotSubplot* CurrentSubplot; ImPlotItemGroup* CurrentItems; ImPlotItem* CurrentItem; ImPlotItem* PreviousItem; ImPlotTicker CTicker; ImPlotAnnotationCollection Annotations; ImPlotTagCollection Tags; ImPlotStyle Style; ImVector<ImGuiColorMod> ColorModifiers; ImVector<ImGuiStyleMod> StyleModifiers; ImPlotColormapData ColormapData; ImVector<ImPlotColormap> ColormapModifiers; tm Tm; ImVector<double> TempDouble1; ImVector<double> TempDouble2; ImVector<int> TempInt1; int DigitalPlotItemCnt; int DigitalPlotOffset; ImPlotNextPlotData NextPlotData; ImPlotNextItemData NextItemData; ImPlotInputMap InputMap; bool OpenContextThisFrame; ImGuiTextBuffer MousePosStringBuilder; ImPlotItemGroup* SortItems; ImPool<ImPlotAlignmentData> AlignmentData; ImPlotAlignmentData* CurrentAlignmentH; ImPlotAlignmentData* CurrentAlignmentV; };