#include <implot_support.h>
Public Attributes | |
| std::string | id |
| const char * | x_label = nullptr |
| const char * | y_label = nullptr |
| ImVec2 | size = ImVec2(0, 0) |
| ImPlotFlags | flags = ImPlotFlags_NoLegend |
| ImPlotAxisFlags | x_axis_flags = ImPlotAxisFlags_AutoFit |
| ImPlotAxisFlags | y_axis_flags = ImPlotAxisFlags_AutoFit |
Definition at line 25 of file implot_support.h.
| std::string yaze::gui::plotting::PlotConfig::id |
Definition at line 26 of file implot_support.h.
Referenced by yaze::gui::PaletteEditorWidget::DrawPaletteAnalysis(), yaze::gui::plotting::PlotGuard::PlotGuard(), yaze::emu::ui::RenderPerformanceMonitor(), and yaze::gui::PaletteEditorWidget::ShowColorAnalysis().
| const char* yaze::gui::plotting::PlotConfig::x_label = nullptr |
Definition at line 27 of file implot_support.h.
Referenced by yaze::gui::plotting::PlotGuard::PlotGuard().
| const char* yaze::gui::plotting::PlotConfig::y_label = nullptr |
Definition at line 28 of file implot_support.h.
Referenced by yaze::gui::plotting::PlotGuard::PlotGuard().
| ImVec2 yaze::gui::plotting::PlotConfig::size = ImVec2(0, 0) |
Definition at line 29 of file implot_support.h.
Referenced by yaze::gui::plotting::PlotGuard::PlotGuard().
| ImPlotFlags yaze::gui::plotting::PlotConfig::flags = ImPlotFlags_NoLegend |
Definition at line 30 of file implot_support.h.
Referenced by yaze::gui::plotting::PlotGuard::PlotGuard().
| ImPlotAxisFlags yaze::gui::plotting::PlotConfig::x_axis_flags = ImPlotAxisFlags_AutoFit |
Definition at line 31 of file implot_support.h.
Referenced by yaze::gui::plotting::PlotGuard::PlotGuard().
| ImPlotAxisFlags yaze::gui::plotting::PlotConfig::y_axis_flags = ImPlotAxisFlags_AutoFit |
Definition at line 32 of file implot_support.h.
Referenced by yaze::gui::plotting::PlotGuard::PlotGuard().