LeviLamina
Loading...
Searching...
No Matches
TextStyle.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/store/servicecomponent/utility/StyleData.h"
7
8// auto generated forward declare list
9// clang-format off
11class Offer;
12namespace Json { class Value; }
13// clang-format on
14
15struct TextStyle : public ::StyleData {
16public:
17 // member variables
18 // NOLINTBEGIN
22 // NOLINTEND
23
24public:
25 // prevent constructor by default
26 TextStyle& operator=(TextStyle const&);
27 TextStyle(TextStyle const&);
28 TextStyle();
29
30public:
31 // virtual functions
32 // NOLINTBEGIN
33 // vIndex: 0
34 virtual ~TextStyle() /*override*/ = default;
35
36 // vIndex: 1
37 virtual void parse(::Json::Value const&) /*override*/;
38
39 // vIndex: 3
40 virtual void parse(::Json::Value const&, ::Offer&);
41
42 // vIndex: 2
43 virtual void parse(::Json::Value const&, ::std::shared_ptr<::MainMenuScreenModel>);
44 // NOLINTEND
45
46public:
47 // destructor thunk
48 // NOLINTBEGIN
49
50 // NOLINTEND
51
52public:
53 // virtual function thunks
54 // NOLINTBEGIN
55
56 // NOLINTEND
57};
Definition Value.h:16
Definition MainMenuScreenModel.h:21
Definition Offer.h:5
Definition StyleData.h:10
Definition TextStyle.h:15
Definition Alias.h:14