LeviLamina
Loading...
Searching...
No Matches
StoreVisualStyle.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
9namespace Json { class Value; }
10// clang-format on
11
13public:
14 // StoreVisualStyle inner types declare
15 // clang-format off
16 struct StyleInfo;
17 // clang-format on
18
19 // StoreVisualStyle inner types define
20 struct StyleInfo {
21 public:
22 // member variables
23 // NOLINTBEGIN
26 // NOLINTEND
27
28 public:
29 // prevent constructor by default
30 StyleInfo& operator=(StyleInfo const&);
31 StyleInfo(StyleInfo const&);
32 StyleInfo();
33 };
34
35public:
36 // member variables
37 // NOLINTBEGIN
48 // NOLINTEND
49
50public:
51 // prevent constructor by default
52 StoreVisualStyle& operator=(StoreVisualStyle const&);
55
56public:
57 // virtual functions
58 // NOLINTBEGIN
59 // vIndex: 0
60 virtual ~StoreVisualStyle() = default;
61 // NOLINTEND
62
63public:
64 // destructor thunk
65 // NOLINTBEGIN
66
67 // NOLINTEND
68};
Definition MainMenuScreenModel.h:21
Definition StoreUIComponent.h:19
Definition StoreVisualStyle.h:12
Definition StoreVisualStyle.h:20
Definition Alias.h:14