#include <implot_support.h>
Public Member Functions | |
| PlotGuard (const PlotConfig &config) | |
| ~PlotGuard () | |
| bool | IsOpen () const |
| operator bool () const | |
Private Attributes | |
| bool | should_end_ = false |
Definition at line 49 of file implot_support.h.
|
explicit |
Definition at line 123 of file implot_support.cc.
References yaze::gui::plotting::EnsureImPlotContext(), yaze::gui::plotting::PlotConfig::flags, yaze::gui::plotting::PlotConfig::id, should_end_, yaze::gui::plotting::PlotConfig::size, yaze::gui::plotting::PlotConfig::x_axis_flags, yaze::gui::plotting::PlotConfig::x_label, yaze::gui::plotting::PlotConfig::y_axis_flags, and yaze::gui::plotting::PlotConfig::y_label.

| yaze::gui::plotting::PlotGuard::~PlotGuard | ( | ) |
Definition at line 133 of file implot_support.cc.
References should_end_.
|
inline |
Definition at line 54 of file implot_support.h.
References should_end_.
Referenced by operator bool().
|
inlineexplicit |
Definition at line 55 of file implot_support.h.
References IsOpen().

|
private |
Definition at line 58 of file implot_support.h.
Referenced by IsOpen(), PlotGuard(), and ~PlotGuard().