yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::gui::plotting::PlotConfig Struct Reference

#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
 

Detailed Description

Definition at line 25 of file implot_support.h.

Member Data Documentation

◆ id

◆ x_label

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().

◆ y_label

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().

◆ size

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().

◆ flags

ImPlotFlags yaze::gui::plotting::PlotConfig::flags = ImPlotFlags_NoLegend

Definition at line 30 of file implot_support.h.

Referenced by yaze::gui::plotting::PlotGuard::PlotGuard().

◆ x_axis_flags

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().

◆ y_axis_flags

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().


The documentation for this struct was generated from the following file: