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();
30
31public:
32 // member functions
33 // NOLINTBEGIN
35
36 MCAPI ::SharedTypes::v3_0_0::PackManifestDefinition::DropdownSetting&
38
39 MCAPI ::SharedTypes::v3_0_0::PackManifestDefinition::DropdownSetting&
41
42 MCAPI bool operator==(::SharedTypes::v3_0_0::PackManifestDefinition::DropdownSetting const& other) const;
43
44 MCAPI ~DropdownSetting();
45 // NOLINTEND
46
47public:
48 // static functions
49 // NOLINTBEGIN
50 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
51 // NOLINTEND
52
53public:
54 // static variables
55 // NOLINTBEGIN
56 MCAPI static ::std::string_view const& TYPE_NAME();
57 // NOLINTEND
58
59public:
60 // constructor thunks
61 // NOLINTBEGIN
63 // NOLINTEND
64
65public:
66 // destructor thunk
67 // NOLINTBEGIN
68 MCAPI void $dtor();
69 // NOLINTEND
70};
71
72} // namespace SharedTypes::v3_0_0::PackManifestDefinition
Definition ReflectionCtx.h:11
Definition ctx.h:5