2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-12-31 14:01:59 +00:00

TODO: more changes for next ABI update

This commit is contained in:
Jay Berkenbilt 2021-02-07 07:51:15 -05:00
parent e076c9bf08
commit efdd46da51

7
TODO
View File

@ -90,6 +90,13 @@ Comments appear in the code prefixed by "ABI"
QPDFNumberTreeObjectHelper constructors, NNTreeImpl can switch to
having a QPDF reference and assume that the reference is always
valid.
* Use `= delete` and `= default` for constructors and destructors
where possible
* Consider having setters return Class& where possible to allow for
use of fluent interfaces
* Consider having addArrayItem, replaceKey, etc. return the new value
so you can say
auto oh = dict.replaceKey("/Key", QPDFObjectHandle::newSomething());
Page splitting/merging
======================