LeviLamina
Loading...
Searching...
No Matches
ScreenshotOptions.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/util/ScreenshotPostProcessFilter.h"
7#include "mc/deps/core/file/PathBuffer.h"
8
10public:
11 // member variables
12 // NOLINTBEGIN
13 ::ll::TypedStorage<1, 1, bool> mCropToRatio;
14 ::ll::TypedStorage<4, 4, int> mWidthRatio;
15 ::ll::TypedStorage<4, 4, int> mHeightRatio;
16 ::ll::TypedStorage<4, 4, uint> mMaxWidth;
17 ::ll::TypedStorage<4, 4, uint> mMaxHeight;
18 ::ll::TypedStorage<1, 1, bool> mRestrictScreenshotSize;
19 ::ll::TypedStorage<1, 1, bool> mApplySquareFrame;
20 ::ll::TypedStorage<8, 32, ::Core::PathBuffer<::std::string>> mRequestedFileName;
21 ::ll::TypedStorage<8, 32, ::Core::PathBuffer<::std::string>> mRequestedFilePath;
22 ::ll::TypedStorage<8, 32, ::Core::PathBuffer<::std::string>> mRequestedExtension;
23 ::ll::TypedStorage<1, 1, bool> mReplaceImage;
24 ::ll::TypedStorage<1, 1, bool> mUseScreenshotsFolder;
25 ::ll::TypedStorage<1, 1, bool> mHideUI;
26 ::ll::TypedStorage<1, 1, bool> mLogRequest;
27 ::ll::TypedStorage<1, 1, bool> mWriteScreenshotToFile;
28 ::ll::TypedStorage<1, 1, bool> mIsSavegameScreenshot;
29 ::ll::TypedStorage<8, 32, ::Core::PathBuffer<::std::string>> mOutFileName;
30 ::ll::TypedStorage<8, 32, ::Core::PathBuffer<::std::string>> mOutFileDir;
31 ::ll::TypedStorage<8, 32, ::Core::PathBuffer<::std::string>> mOutExtension;
32 ::ll::TypedStorage<4, 4, ::ScreenshotPostProcessFilter> mPostProcessFilter;
33 ::ll::TypedStorage<8, 32, ::Core::PathBuffer<::std::string>> mScreenshotBorderResourcePath;
34 // NOLINTEND
35
36public:
37 // member functions
38 // NOLINTBEGIN
39#ifdef LL_PLAT_C
40 MCAPI ScreenshotOptions();
41
43
45
46 MCAPI ::ScreenshotOptions& operator=(::ScreenshotOptions&&);
47
48 MCAPI ::ScreenshotOptions& operator=(::ScreenshotOptions const&);
49
50 MCAPI ~ScreenshotOptions();
51#endif
52 // NOLINTEND
53
54public:
55 // constructor thunks
56 // NOLINTBEGIN
57#ifdef LL_PLAT_C
58 MCAPI void* $ctor();
59
60 MCAPI void* $ctor(::ScreenshotOptions&&);
61
62 MCAPI void* $ctor(::ScreenshotOptions const&);
63#endif
64 // NOLINTEND
65
66public:
67 // destructor thunk
68 // NOLINTBEGIN
69#ifdef LL_PLAT_C
70 MCAPI void $dtor();
71#endif
72 // NOLINTEND
73};
Definition ScreenshotOptions.h:9