![]() |
Notcurses 3.0.13
a blingful library for TUIs and character graphics
|
#include <Tablet.hh>
Public Member Functions | |
template<typename T > | |
T * | get_userptr () const noexcept |
operator nctablet * () const noexcept | |
operator nctablet const * () const noexcept | |
Plane * | get_plane () const noexcept |
![]() | |
notcurses * | get_notcurses () const |
NotCurses * | get_notcurses_cpp () const |
Static Public Member Functions | |
static NcTablet * | map_tablet (nctablet *t, NotCurses *ncinst=nullptr) noexcept |
Protected Member Functions | |
NcTablet (nctablet *t, NotCurses *ncinst) | |
nctablet * | get_tablet () const noexcept |
![]() | |
Root (NotCurses *ncinst) | |
bool | is_notcurses_stopped () const noexcept |
Static Protected Member Functions | |
static void | unmap_tablet (NcTablet *p) 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) |
Friends | |
class | NcReel |
Additional Inherited Members | |
![]() | |
static constexpr char | ncpp_invalid_state_message [] = "notcurses++ is in an invalid state (already stopped?)" |
|
noexcept |
|
inlineprotectednoexcept |