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


Public Member Functions | |
| FDPlane (Plane *plane, int fd, ncfdplane_callback cbfxn=nullptr, ncfdplane_done_cb donecbfxn=nullptr) | |
| FDPlane (Plane *plane, int fd, ncfdplane_options *opts=nullptr, ncfdplane_callback cbfxn=nullptr, ncfdplane_done_cb donecbfxn=nullptr) | |
| FDPlane (Plane &plane, int fd, ncfdplane_callback cbfxn=nullptr, ncfdplane_done_cb donecbfxn=nullptr) | |
| FDPlane (Plane &plane, int fd, ncfdplane_options *opts=nullptr, ncfdplane_callback cbfxn=nullptr, ncfdplane_done_cb donecbfxn=nullptr) | |
| ~FDPlane () | |
| Plane * | get_plane () const noexcept |
Public Member Functions inherited from Root | |
| notcurses * | get_notcurses () const |
| NotCurses * | get_notcurses_cpp () const |
Static Public Attributes | |
| static ncfdplane_options | default_options |
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?)" |
Definition at line 12 of file FDPlane.hh.
|
inlineexplicit |
Definition at line 18 of file FDPlane.hh.
|
inlineexplicit |
Definition at line 22 of file FDPlane.hh.
|
inlineexplicit |
Definition at line 30 of file FDPlane.hh.
|
inlineexplicit |
Definition at line 34 of file FDPlane.hh.
|
inline |
Definition at line 42 of file FDPlane.hh.

|
inlinenoexcept |
Definition at line 50 of file FDPlane.hh.

|
static |
Definition at line 15 of file FDPlane.hh.