#include <implot_support.h>
Public Member Functions | |
| PlotStyleScope (const Theme &theme, const PlotStyleConfig &config={}) | |
| ~PlotStyleScope () | |
Private Attributes | |
| ImPlotStyle | previous_style_ {} |
Definition at line 39 of file implot_support.h.
| yaze::gui::plotting::PlotStyleScope::PlotStyleScope | ( | const Theme & | theme, |
| const PlotStyleConfig & | config = {} ) |
Definition at line 113 of file implot_support.cc.
References yaze::gui::plotting::EnsureImPlotContext(), and previous_style_.

| yaze::gui::plotting::PlotStyleScope::~PlotStyleScope | ( | ) |
Definition at line 121 of file implot_support.cc.
References previous_style_.
|
private |
Definition at line 46 of file implot_support.h.
Referenced by PlotStyleScope(), and ~PlotStyleScope().