LeviLamina
Loading...
Searching...
No Matches
SliderSetting.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 cereal { struct ReflectionCtx; }
11// clang-format on
12
13namespace SharedTypes::v3_0_0::PackManifestDefinition {
14
15struct SliderSetting {
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<1, 1, ::SharedTypes::v3_0_0::PackManifestDefinition::SettingType> mType;
20 ::ll::TypedStorage<8, 32, ::std::string> mName;
21 ::ll::TypedStorage<8, 32, ::std::string> mText;
22 ::ll::TypedStorage<4, 4, float> mMin;
23 ::ll::TypedStorage<4, 4, float> mMax;
24 ::ll::TypedStorage<4, 4, float> mStep;
25 ::ll::TypedStorage<4, 4, float> mDefault;
26 // NOLINTEND
27
28public:
29 // prevent constructor by default
30 SliderSetting(SliderSetting const&);
31 SliderSetting();
32
33public:
34 // member functions
35 // NOLINTBEGIN
36 MCAPI ::SharedTypes::v3_0_0::PackManifestDefinition::SliderSetting&
38
39 MCAPI ::SharedTypes::v3_0_0::PackManifestDefinition::SliderSetting&
41
42 MCAPI bool operator==(::SharedTypes::v3_0_0::PackManifestDefinition::SliderSetting const&) const;
43
44 MCAPI ~SliderSetting();
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 // destructor thunk
61 // NOLINTBEGIN
62 MCFOLD void $dtor();
63 // NOLINTEND
64};
65
66} // namespace SharedTypes::v3_0_0::PackManifestDefinition
Definition ReflectionCtx.h:11
Definition ctx.h:5