![]() |
Notcurses 3.0.13
a blingful library for TUIs and character graphics
|
#include <Progbar.hh>
Public Member Functions | |
Progbar (Plane &n, const ncprogbar_options *opts) | |
~Progbar () | |
Plane * | get_plane () const noexcept |
void | set_progress (double p) const noexcept |
double | get_progress () const noexcept |
![]() | |
notcurses * | get_notcurses () const |
NotCurses * | get_notcurses_cpp () const |
Additional Inherited Members | |
![]() | |
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?)" |
Definition at line 12 of file Progbar.hh.
|
inline |
Definition at line 15 of file Progbar.hh.
|
inline |
Definition at line 28 of file Progbar.hh.
|
inlinenoexcept |
Definition at line 35 of file Progbar.hh.
|
inlinenoexcept |
Definition at line 45 of file Progbar.hh.