![]() |
Notcurses 3.0.16
a blingful library for TUIs and character graphics
|
Namespaces | |
namespace | internal |
Data Structures | |
class | call_error |
class | Cell |
class | Direct |
struct | EvType |
class | FDPlane |
class | init_error |
class | invalid_argument |
class | invalid_state_error |
class | Menu |
class | MultiSelector |
struct | NCBox |
struct | NCKey |
struct | NCLogLevel |
class | NcReel |
class | NcTablet |
class | NotCurses |
class | Palette |
class | Pile |
class | Plane |
class | PlotBase |
class | PlotD |
class | PlotU |
class | Progbar |
class | Reader |
class | Root |
class | Selector |
class | Subproc |
class | Utilities |
class | Visual |
class | Widget |
Typedefs | |
using | Plot = PlotU |
Enumerations | |
enum class | CellStyle : uint32_t { None = 0 , Underline = NCSTYLE_UNDERLINE , Bold = NCSTYLE_BOLD , Italic = NCSTYLE_ITALIC , Struck = NCSTYLE_STRUCK , Undercurl = NCSTYLE_UNDERCURL } |
enum class | NCAlign { Left = NCALIGN_LEFT , Center = NCALIGN_CENTER , Right = NCALIGN_RIGHT } |
|
strong |
Enumerator | |
---|---|
None | |
Underline | |
Bold | |
Italic | |
Struck | |
Undercurl |
Definition at line 12 of file CellStyle.hh.
|
strong |
Enumerator | |
---|---|
Left | |
Center | |
Right |
Definition at line 8 of file NCAlign.hh.