LeviLamina
Loading...
Searching...
No Matches
TemplateExportScreenController.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/gui/screens/controllers/MainMenuScreenController.h"
7#include "mc/common/GameVersion.h"
8
9// auto generated forward declare list
10// clang-format off
13// clang-format on
14
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<8, 16, ::std::weak_ptr<::IWorldSettingsStorage>> mWorldSettingsStorageInterface;
20 ::ll::TypedStorage<8, 32, ::std::string> mMinTemplateVersionString;
21 ::ll::TypedStorage<8, 56, ::GameVersion> mMinTemplateVersion;
22 // NOLINTEND
23
24public:
25 // prevent constructor by default
26 TemplateExportScreenController();
27
28public:
29 // virtual functions
30 // NOLINTBEGIN
31 virtual ~TemplateExportScreenController() /*override*/;
32 // NOLINTEND
33
34public:
35 // member functions
36 // NOLINTBEGIN
37 MCAPI explicit TemplateExportScreenController(::std::shared_ptr<::MainMenuScreenModel> model);
38
39 MCAPI void _exportTemplate();
40
41 MCAPI void _pickTemplateImage();
42
43 MCAPI void _pickTemplateLocalization();
44
45 MCAPI void _registerControllerCallbacks();
46
47 MCAPI void _saveTemplateVersion() const;
48
49 MCAPI void _validateTemplateVersion(::std::string const& optionValue);
50
51 MCAPI void setStorageInterface(::std::weak_ptr<::IWorldSettingsStorage> worldSettingsStorageInterface);
52 // NOLINTEND
53
54public:
55 // constructor thunks
56 // NOLINTBEGIN
57 MCAPI void* $ctor(::std::shared_ptr<::MainMenuScreenModel> model);
58 // NOLINTEND
59
60public:
61 // destructor thunk
62 // NOLINTBEGIN
63 MCAPI void $dtor();
64 // NOLINTEND
65
66public:
67 // vftables
68 // NOLINTBEGIN
69 MCNAPI static void** $vftableForScreenController();
70
72 // NOLINTEND
73};
Definition IWorldSettingsStorage.h:5
Definition MainMenuScreenController.h:5
Definition MainMenuScreenModel.h:5
Definition TemplateExportScreenController.h:5
static MCAPI void ** $vftableForScreenController()
static MCAPI void ** $vftableForEnableNonOwnerReferences()