LeviLamina
Loading...
Searching...
No Matches
DropdownSetting.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/shared_types/v3_0_0/pack_manifest/SettingType.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace SharedTypes::v3_0_0::PackManifestDefinition { struct DropdownOption; }
11namespace cereal { struct ReflectionCtx; }
12// clang-format on
13
14namespace SharedTypes::v3_0_0::PackManifestDefinition {
15
16struct DropdownSetting {
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<1, 1, ::SharedTypes::v3_0_0::PackManifestDefinition::SettingType> mType;
21 ::ll::TypedStorage<8, 32, ::std::string> mName;
22 ::ll::TypedStorage<8, 32, ::std::string> mText;
23 ::ll::TypedStorage<8, 24, ::std::vector<::SharedTypes::v3_0_0::PackManifestDefinition::DropdownOption>> mOptions;
24 ::ll::TypedStorage<8, 32, ::std::string> mDefault;
25 // NOLINTEND
26
27public:
28 // prevent constructor by default
29 DropdownSetting(DropdownSetting const&);
30 DropdownSetting();
31
32public:
33 // member functions
34 // NOLINTBEGIN
35 MCAPI ::SharedTypes::v3_0_0::PackManifestDefinition::DropdownSetting&
37
38 MCAPI ::SharedTypes::v3_0_0::PackManifestDefinition::DropdownSetting&
40
42
43 MCAPI ~DropdownSetting();
44 // NOLINTEND
45
46public:
47 // static functions
48 // NOLINTBEGIN
49 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
50 // NOLINTEND
51
52public:
53 // static variables
54 // NOLINTBEGIN
55 MCAPI static ::std::string_view const& TYPE_NAME();
56 // NOLINTEND
57
58public:
59 // destructor thunk
60 // NOLINTBEGIN
61 MCAPI void $dtor();
62 // NOLINTEND
63};
64
65} // namespace SharedTypes::v3_0_0::PackManifestDefinition
Definition ReflectionCtx.h:11
Definition ctx.h:5