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

#include <implot_support.h>

Public Member Functions

 PlotGuard (const PlotConfig &config)
 
 ~PlotGuard ()
 
bool IsOpen () const
 
 operator bool () const
 

Private Attributes

bool should_end_ = false
 

Detailed Description

Definition at line 49 of file implot_support.h.

Constructor & Destructor Documentation

◆ PlotGuard()

◆ ~PlotGuard()

yaze::gui::plotting::PlotGuard::~PlotGuard ( )

Definition at line 133 of file implot_support.cc.

References should_end_.

Member Function Documentation

◆ IsOpen()

bool yaze::gui::plotting::PlotGuard::IsOpen ( ) const
inline

Definition at line 54 of file implot_support.h.

References should_end_.

Referenced by operator bool().

◆ operator bool()

yaze::gui::plotting::PlotGuard::operator bool ( ) const
inlineexplicit

Definition at line 55 of file implot_support.h.

References IsOpen().

Here is the call graph for this function:

Member Data Documentation

◆ should_end_

bool yaze::gui::plotting::PlotGuard::should_end_ = false
private

Definition at line 58 of file implot_support.h.

Referenced by IsOpen(), PlotGuard(), and ~PlotGuard().


The documentation for this class was generated from the following files: