LeviLamina
Loading...
Searching...
No Matches
IShowcasedScreenshots.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/file/PathBuffer.h"
7#include "mc/deps/core/threading/IAsyncResult.h"
8
9namespace Screenshots {
10
12public:
13 // member variables
14 // NOLINTBEGIN
22 // NOLINTEND
23
24public:
25 // prevent constructor by default
29
30public:
31 // virtual functions
32 // NOLINTBEGIN
33 // vIndex: 0
34 virtual ~IShowcasedScreenshots() = default;
35
36 // vIndex: 1
37 virtual ::std::shared_ptr<::Bedrock::Threading::IAsyncResult<bool>> loadGallery() = 0;
38
39 // vIndex: 2
40 virtual ::std::shared_ptr<::Bedrock::Threading::IAsyncResult<bool>> loadCount() = 0;
41
42 // vIndex: 3
43 virtual ::std::shared_ptr<::Bedrock::Threading::IAsyncResult<bool>>
44 loadShowcasedScreenshot(::std::string const&) = 0;
45
46 // vIndex: 4
47 virtual ::std::shared_ptr<::Bedrock::Threading::IAsyncResult<bool>> loadFeaturedScreenshot() = 0;
48
49 // vIndex: 5
50 virtual ::std::shared_ptr<::Bedrock::Threading::IAsyncResult<::std::string>>
51 addScreenshotToShowcase(int64, bool, ::Core::PathBuffer<::std::string> const&) = 0;
52
53 // vIndex: 6
54 virtual ::std::shared_ptr<::Bedrock::Threading::IAsyncResult<bool>>
55 removeShowcasedScreenshot(::std::string const&) = 0;
56
57 // vIndex: 7
58 virtual ::std::shared_ptr<::Bedrock::Threading::IAsyncResult<bool>> setFeaturedScreenshot(::std::string const&) = 0;
59
60 // vIndex: 8
61 virtual ::std::shared_ptr<::Bedrock::Threading::IAsyncResult<bool>> removeFeaturedScreenshot() = 0;
62 // NOLINTEND
63
64public:
65 // destructor thunk
66 // NOLINTBEGIN
67
68 // NOLINTEND
69
70public:
71 // virtual function thunks
72 // NOLINTBEGIN
73
74 // NOLINTEND
75};
76
77} // namespace Screenshots
Definition PathBuffer.h:8
Definition IShowcasedScreenshots.h:11
Definition Alias.h:14