LeviLamina
Loading...
Searching...
No Matches
PhotoManager.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/utility/NonOwnerPointer.h"
7#include "mc/deps/core/utility/pub_sub/Connector.h"
8#include "mc/world/level/IPhotoManagerConnector.h"
9
10// auto generated forward declare list
11// clang-format off
12class Actor;
13class AppPlatform;
14class LevelStorage;
16namespace cg { class ImageBuffer; }
17// clang-format on
18
20public:
21 // member variables
22 // NOLINTBEGIN
28 // NOLINTEND
29
30public:
31 // prevent constructor by default
32 PhotoManager& operator=(PhotoManager const&);
35
36public:
37 // virtual functions
38 // NOLINTBEGIN
39 // vIndex: 1
40 virtual ~PhotoManager() = default;
41
42 // vIndex: 0
43 virtual ::Bedrock::PubSub::Connector<
45 getPictureTakenConnector() /*override*/;
46 // NOLINTEND
47
48public:
49 // member functions
50 // NOLINTBEGIN
51 MCAPI PhotoManager(::Bedrock::NonOwnerPointer<::LevelStorage> levelStorage, bool isClientSide);
52
53 MCAPI void createPhotoStorage();
54
55 MCAPI void createScreenshotsFolder(::std::string const& levelId, ::AppPlatform& appPlatform);
56 // NOLINTEND
57
58public:
59 // constructor thunks
60 // NOLINTBEGIN
61 MCAPI void* $ctor(::Bedrock::NonOwnerPointer<::LevelStorage> levelStorage, bool isClientSide);
62 // NOLINTEND
63
64public:
65 // destructor thunk
66 // NOLINTBEGIN
67
68 // NOLINTEND
69
70public:
71 // virtual function thunks
72 // NOLINTBEGIN
73 MCAPI ::Bedrock::PubSub::Connector<
75 $getPictureTakenConnector();
76 // NOLINTEND
77
78public:
79 // vftables
80 // NOLINTBEGIN
81 MCAPI static void** $vftable();
82 // NOLINTEND
83};
Definition Actor.h:104
Definition AppPlatform.h:49
Definition NonOwnerPointer.h:9
Definition IPhotoManagerConnector.h:15
Definition LevelStorage.h:24
Definition PhotoManager.h:19
Definition ImageBuffer.h:12
Definition ScreenshotOptions.h:5
Definition Alias.h:14