![]() |
Notcurses 3.0.17
a blingful library for TUIs and character graphics
|
#include <Reel.hh>


Public Member Functions | |
| NcReel (Plane &plane, const ncreel_options *popts=nullptr) | |
| NcReel (Plane *plane, const ncreel_options *popts=nullptr) | |
| ~NcReel () | |
| operator ncreel * () const noexcept | |
| operator ncreel const * () const noexcept | |
| NcTablet * | add (NcTablet *after, NcTablet *before, tabletcb cb, void *opaque=nullptr) const |
| NcTablet * | add (NcTablet &after, NcTablet &before, tabletcb cb, void *opaque=nullptr) const noexcept |
| int | get_tabletcount () const noexcept |
| bool | del (NcTablet *t) const NOEXCEPT_MAYBE |
| bool | del (NcTablet &t) const NOEXCEPT_MAYBE |
| bool | redraw () const NOEXCEPT_MAYBE |
| NcTablet * | get_focused () const noexcept |
| NcTablet * | next () const noexcept |
| NcTablet * | prev () const noexcept |
| bool | offer_input (const struct ncinput *nci) const NOEXCEPT_MAYBE |
| Plane * | get_plane () const noexcept |
Public Member Functions inherited from Root | |
| notcurses * | get_notcurses () const |
| NotCurses * | get_notcurses_cpp () const |
Static Public Attributes | |
| static ncreel_options | default_options |
Friends | |
| class | Plane |
Additional Inherited Members | |
Protected Member Functions inherited from Widget | |
| 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 |
Protected Member Functions inherited from Root | |
| Root (NotCurses *ncinst) | |
| bool | is_notcurses_stopped () const 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) |
Static Protected Attributes inherited from Root | |
| static constexpr char | ncpp_invalid_state_message [] = "notcurses++ is in an invalid state (already stopped?)" |
|
inlineexplicit |
Definition at line 19 of file Reel.hh.
|
inlineexplicit |
Definition at line 27 of file Reel.hh.
|
inline |
Definition at line 38 of file Reel.hh.

|
inlinenoexcept |
Definition at line 64 of file Reel.hh.
|
inline |
Definition at line 55 of file Reel.hh.

|
inlinenoexcept |
|
noexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inline |
|
static |