notcurses/include/ncpp
Marek Habersack e429724287 [C++] API sync + some (breaking) changes
Added:

 * Plane: gradient (`ncplane_gradient`)
 * Plane: gradient_sized (`ncplane_gradient_sized`)
 * NotCurses: drop_planes (`ncplane_drop_planes`)
 * NcReel: constructor which takes `Plane&`
 * Visual: constructors which take `Plane const*`, `Plane&` and `Plane const&`)
 * ncpp_build: a nonsensical "demo" which exists purely to test whether
   the C++ builds and does absolutely nothing interesting.

Broke:
 * All exceptions throw temporary objects instead of allocated
   instances. Less typing in `catch` :P (and more conventional)
2020-02-18 12:30:13 -05:00
..
internal Add C++ bindings 2020-01-22 06:47:43 -05:00
_exceptions.hh Add C++ bindings 2020-01-22 06:47:43 -05:00
_flag_enum_operator_helpers.hh Add C++ bindings 2020-01-22 06:47:43 -05:00
_helpers.hh Add C++ bindings 2020-01-22 06:47:43 -05:00
Cell.hh high-contrast text, simple linear average model #181 2020-02-07 09:19:08 -05:00
CellStyle.hh s/CELL_STYLE/NCSTYLE/ throughout 2020-02-02 05:13:40 -05:00
Direct.hh [C++] API sync + some (breaking) changes 2020-02-18 12:30:13 -05:00
Menu.hh [C++] API sync + some (breaking) changes 2020-02-18 12:30:13 -05:00
NCAlign.hh Add C++ bindings 2020-01-22 06:47:43 -05:00
NCBox.hh Add C++ bindings 2020-01-22 06:47:43 -05:00
NCKey.hh Add C++ bindings 2020-01-22 06:47:43 -05:00
NCLogLevel.hh Add C++ bindings 2020-01-22 06:47:43 -05:00
ncpp.hh Add C++ bindings 2020-01-22 06:47:43 -05:00
NCScale.hh Add C++ bindings 2020-01-22 06:47:43 -05:00
NotCurses.hh [C++] API sync + some (breaking) changes 2020-02-18 12:30:13 -05:00
Palette256.hh [C++] API sync + some (breaking) changes 2020-02-18 12:30:13 -05:00
Plane.hh [C++] API sync + some (breaking) changes 2020-02-18 12:30:13 -05:00
Reel.hh [C++] API sync + some (breaking) changes 2020-02-18 12:30:13 -05:00
Root.hh Add C++ bindings 2020-01-22 06:47:43 -05:00
Selector.hh [C++] API sync + some (breaking) changes 2020-02-18 12:30:13 -05:00
Tablet.hh [C++] API sync + some (breaking) changes 2020-02-18 12:30:13 -05:00
TabletCallback.hh Add C++ bindings 2020-01-22 06:47:43 -05:00
Visual.hh [C++] API sync + some (breaking) changes 2020-02-18 12:30:13 -05:00