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