![]() |
Notcurses 3.0.17
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 |
Public Member Functions inherited from Root | |
| 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 |
Protected Member Functions inherited from Root | |
| Root (NotCurses *ncinst) | |
| bool | is_notcurses_stopped () const noexcept |
Static Protected Member Functions | |
| static void | unmap_tablet (NcTablet *p) noexcept |
Static Protected Member Functions inherited from Root | |
| 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 Protected Attributes inherited from Root | |
| static constexpr char | ncpp_invalid_state_message [] = "notcurses++ is in an invalid state (already stopped?)" |
|
noexcept |
|
inlineprotectednoexcept |