![]() |
Notcurses 3.0.13
a blingful library for TUIs and character graphics
|
#include <Plot.hh>
Public Member Functions | |
PlotD (Plane *plane, const ncplot_options *opts=nullptr) | |
PlotD (Plane const *plane, const ncplot_options *opts=nullptr) | |
PlotD (Plane &plane, const ncplot_options *opts=nullptr) | |
PlotD (Plane const &plane, const ncplot_options *opts=nullptr) | |
Plane * | get_plane () const noexcept |
![]() | |
bool | add_sample (uint64_t x, double y) const NOEXCEPT_MAYBE |
bool | set_sample (uint64_t x, double y) const NOEXCEPT_MAYBE |
bool | sample (uint64_t x, double *y) const NOEXCEPT_MAYBE |
![]() | |
notcurses * | get_notcurses () const |
NotCurses * | get_notcurses_cpp () const |
Static Public Attributes | |
static ncplot_options | default_options |
Additional Inherited Members | |
![]() | |
PlotBase (Plane *plane, const ncplot_options *opts, double miny=0, double maxy=0) | |
~PlotBase () | |
ncdplot * | get_plot () const noexcept |
![]() | |
Widget (NotCurses *ncinst) | |
void | ensure_valid_plane (Plane *plane) const |
void | ensure_valid_plane (Plane &plane) const |
void | take_plane_ownership (Plane *plane) const |
void | take_plane_ownership (Plane &plane) const |
![]() | |
Root (NotCurses *ncinst) | |
bool | is_notcurses_stopped () const noexcept |
![]() | |
template<typename TRet = bool, typename TValue = int> | |
static TRet | error_guard (TValue ret, TValue error_value) |
template<typename TRet = bool, typename TValue = int> | |
static TRet | error_guard_cond (TValue ret, bool error_value) |
![]() | |
static constexpr char | ncpp_invalid_state_message [] = "notcurses++ is in an invalid state (already stopped?)" |
|
inlineexplicit |
Definition at line 146 of file Plot.hh.
|
inlineexplicit |
|
noexcept |
|
static |