notcurses/include/ncpp
Nick Black 0084dbaa6d
qrcode generalization #699 (#713)
Add convenience function ncplane_home(). Add an ncblitter_e param
to ncplane_qrcode(), and split int maxversion into value-result
int* ymax and int* xmax. Write the actual sizes of the resulting
visual into these parameters. Update the qrcode demo. Add the
qrcode PoC. Update demos to ncplane_home(), where possible.

ncplane_qrcode() now takes an ncblitter_e and two value-result int*s
in the place of a single value int. The final size of the displayed qrcode
is written to *ymax and *xmax. If the code can't fit within the specified
dimensions, an error is returned. Standard rules for pluggable blitters
apply regarding fallback etc. #699
2020-06-13 22:24:50 -04:00
..
internal Add C++ bindings 2020-01-22 06:47:43 -05:00
_exceptions.hh [C++] Optionally enable throwing exceptions on errors 2020-04-15 12:10:14 -04: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 [C++] Allow multiple instances of NotCurses 2020-05-26 04:34:31 -04:00
CellStyle.hh Prep for serious rusting #101 (#354) 2020-02-18 12:36:16 -05:00
Direct.hh [C++] Allow multiple instances of NotCurses 2020-05-26 04:34:31 -04:00
FDPlane.hh [C++] Allow multiple instances of NotCurses 2020-05-26 04:34:31 -04:00
Menu.hh [C++] Allow multiple instances of NotCurses 2020-05-26 04:34:31 -04:00
MultiSelector.hh [C++] Allow multiple instances of NotCurses 2020-05-26 04:34:31 -04:00
NCAlign.hh Prep for serious rusting #101 (#354) 2020-02-18 12:36:16 -05:00
NCBox.hh Prep for serious rusting #101 (#354) 2020-02-18 12:36:16 -05:00
NCKey.hh [C++] API sync 2020-02-27 11:48:36 -05:00
NCLogLevel.hh Prep for serious rusting #101 (#354) 2020-02-18 12:36:16 -05:00
ncpp.hh Add C++ bindings 2020-01-22 06:47:43 -05:00
NotCurses.hh [C++] Allow multiple instances of NotCurses 2020-05-26 04:34:31 -04:00
Palette256.hh [C++] Allow multiple instances of NotCurses 2020-05-26 04:34:31 -04:00
Plane.hh qrcode generalization #699 (#713) 2020-06-13 22:24:50 -04:00
Plot.hh [C++] Allow multiple instances of NotCurses 2020-05-26 04:34:31 -04:00
Reader.hh [C++] Allow multiple instances of NotCurses 2020-05-26 04:34:31 -04:00
Reel.hh [C++] Allow multiple instances of NotCurses 2020-05-26 04:34:31 -04:00
Root.hh [C++] Allow multiple instances of NotCurses 2020-05-26 04:34:31 -04:00
Selector.hh [C++] Allow multiple instances of NotCurses 2020-05-26 04:34:31 -04:00
Subproc.hh [C++] Allow multiple instances of NotCurses 2020-05-26 04:34:31 -04:00
Tablet.hh [C++] Allow multiple instances of NotCurses 2020-05-26 04:34:31 -04:00
TabletCallback.hh Add C++ bindings 2020-01-22 06:47:43 -05:00
Utilities.hh [C++] Allow multiple instances of NotCurses 2020-05-26 04:34:31 -04:00
Visual.hh [C++] API sync 2020-06-07 20:22:13 -04:00