aboutsummaryrefslogtreecommitdiffstats
path: root/include/qpdf/QPDFJob.hh
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-01-26 23:02:30 +0100
committerJay Berkenbilt <ejb@ql.org>2022-01-30 19:11:03 +0100
commit03f3369f35b2303166e8d36547c8a0aba6626c1b (patch)
tree276920c5224c984f114036c816e7f86d84c09a4e /include/qpdf/QPDFJob.hh
parent9013b7ca919c13b03488056dff55ffbf5215f008 (diff)
downloadqpdf-03f3369f35b2303166e8d36547c8a0aba6626c1b.tar.zst
QPDFJob: use manually named end functions for Config classes
Use named functions rather than just end() for clarity.
Diffstat (limited to 'include/qpdf/QPDFJob.hh')
-rw-r--r--include/qpdf/QPDFJob.hh10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/qpdf/QPDFJob.hh b/include/qpdf/QPDFJob.hh
index 274a19f6..99199b89 100644
--- a/include/qpdf/QPDFJob.hh
+++ b/include/qpdf/QPDFJob.hh
@@ -154,6 +154,8 @@ class QPDFJob
friend class Config;
public:
QPDF_DLL
+ Config& endAddAttachment();
+ QPDF_DLL
AttConfig& path(char const* parameter);
# include <qpdf/auto_job_c_att.hh>
@@ -172,6 +174,8 @@ class QPDFJob
friend class Config;
public:
QPDF_DLL
+ Config& endCopyAttachmentsFrom();
+ QPDF_DLL
CopyAttConfig& path(char const* parameter);
# include <qpdf/auto_job_c_copy_att.hh>
@@ -190,6 +194,8 @@ class QPDFJob
friend class Config;
public:
QPDF_DLL
+ Config& endPages();
+ QPDF_DLL
PagesConfig& pageSpec(std::string const& filename,
std::string const& range,
char const* password = nullptr);
@@ -209,6 +215,8 @@ class QPDFJob
friend class Config;
public:
QPDF_DLL
+ Config& endUnderlayOverlay();
+ QPDF_DLL
UOConfig& path(char const* parameter);
# include <qpdf/auto_job_c_uo.hh>
@@ -226,6 +234,8 @@ class QPDFJob
friend class Config;
public:
QPDF_DLL
+ Config& endEncrypt();
+ QPDF_DLL
EncConfig& path(char const* parameter);
# include <qpdf/auto_job_c_enc.hh>