LeviLamina
Loading...
Searching...
No Matches
PDFWriter.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7struct PDFError;
8struct PDFOptions;
9// clang-format on
10
11class PDFWriter : public ::std::enable_shared_from_this<::PDFWriter> {
12public:
13 // virtual functions
14 // NOLINTBEGIN
15 // vIndex: 0
16 virtual void exportImagesToAlbum(::PDFOptions, ::std::function<void(::std::optional<::PDFError>)>) = 0;
17
18 // vIndex: 1
19 virtual ~PDFWriter() = default;
20 // NOLINTEND
21
22public:
23 // destructor thunk
24 // NOLINTBEGIN
25
26 // NOLINTEND
27
28public:
29 // virtual function thunks
30 // NOLINTBEGIN
31
32 // NOLINTEND
33};
Definition PDFWriter.h:11
Definition PDFError.h:5
Definition PDFOptions.h:5