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
7
struct
PDFOptions
;
8
struct
PDFError
;
9
// clang-format on
10
11
class
PDFWriter
:
public
::std::enable_shared_from_this<::PDFWriter> {
12
public
:
13
// virtual functions
14
// NOLINTBEGIN
15
virtual
void
exportImagesToAlbum(
::PDFOptions
, ::std::function<
void
(::std::optional<::PDFError>)>) = 0;
16
17
virtual
~PDFWriter
() =
default
;
18
// NOLINTEND
19
20
public
:
21
// virtual function thunks
22
// NOLINTBEGIN
23
24
// NOLINTEND
25
};
PDFWriter
Definition
PDFWriter.h:11
PDFError
Definition
PDFError.h:5
PDFOptions
Definition
PDFOptions.h:5
src
mc
deps
core
utility
PDFWriter.h
Generated on
for LeviLamina by
1.16.1