|
| NotCurses (FILE *fp=nullptr) |
|
| NotCurses (const notcurses_options &nc_opts, FILE *fp=nullptr) |
|
| NotCurses (const NotCurses &other)=delete |
|
| NotCurses (NotCurses &&other)=delete |
|
| ~NotCurses () |
|
| operator notcurses * () noexcept |
|
| operator notcurses const * () const noexcept |
|
bool | stop () |
|
bool | can_sextant () const noexcept |
|
bool | can_octant () const noexcept |
|
bool | can_utf8 () const noexcept |
|
bool | can_fade () const noexcept |
|
bool | can_open_images () const noexcept |
|
bool | can_open_videos () const noexcept |
|
bool | can_change_color () const noexcept |
|
bool | can_truecolor () const noexcept |
|
int | cursor_enable (int y, int x) const NOEXCEPT_MAYBE |
|
int | cursor_disable () const NOEXCEPT_MAYBE |
|
void | get_stats (ncstats *stats) const noexcept |
|
void | reset_stats (ncstats *stats) const |
|
bool | use (const Palette *p) const |
|
bool | use (const Palette &p) const NOEXCEPT_MAYBE |
|
bool | render () const NOEXCEPT_MAYBE |
|
void | get_term_dim (unsigned *rows, unsigned *cols) const noexcept |
|
void | get_term_dim (unsigned &rows, unsigned &cols) const noexcept |
|
bool | refresh (unsigned *rows, unsigned *cols) const NOEXCEPT_MAYBE |
|
bool | refresh (unsigned &rows, unsigned &cols) const NOEXCEPT_MAYBE |
|
unsigned | get_palette_size () const noexcept |
|
bool | mouse_enable (unsigned eventmask) const NOEXCEPT_MAYBE |
|
bool | mouse_disable () const NOEXCEPT_MAYBE |
|
CellStyle | get_supported_styles () const noexcept |
|
uint32_t | get (const timespec *ts, ncinput *ni=nullptr) const noexcept |
|
uint32_t | get (bool blocking=false, ncinput *ni=nullptr) const noexcept |
|
char * | get_at (int yoff, int xoff, uint16_t *attr, uint64_t *channels) const noexcept |
|
int | get_inputready_fd () const noexcept |
|
void | drop_planes () const noexcept |
|
void | debug (FILE *debugfp) const noexcept |
|
bool | align (int availcols, ncalign_e align, int cols) const NOEXCEPT_MAYBE |
|
bool | linesigs_enable () const NOEXCEPT_MAYBE |
|
bool | linesigs_disable () const NOEXCEPT_MAYBE |
|
ncstats * | stats_alloc () const noexcept |
|
ncblitter_e | get_media_defblitter (ncscale_e scale) noexcept |
|
Plane * | get_stdplane () noexcept |
|
Plane * | get_stdplane (unsigned *y, unsigned *x) |
|
Plane * | get_stdplane (unsigned &y, unsigned &x) noexcept |
|
Plane * | get_top () noexcept |
|
Plane * | get_bottom () noexcept |
|
notcurses * | get_notcurses () const |
|
NotCurses * | get_notcurses_cpp () const |
|
Definition at line 21 of file NotCurses.hh.