LeviLamina
Loading...
Searching...
No Matches
TextObjectLocalizedText.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/textobject/ITextObject.h"
7
8// auto generated forward declare list
9// clang-format off
10struct ResolveData;
11namespace Json { class Value; }
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
19 // NOLINTEND
20
21public:
22 // prevent constructor by default
26
27public:
28 // virtual functions
29 // NOLINTBEGIN
30 // vIndex: 1
31 virtual ::std::string asString() const /*override*/;
32
33 // vIndex: 2
34 virtual ::Json::Value asJsonValue() const /*override*/;
35
36 // vIndex: 3
37 virtual ::Json::Value resolve(::ResolveData const& resolveData) const /*override*/;
38
39 // vIndex: 0
40 virtual ~TextObjectLocalizedText() /*override*/ = default;
41 // NOLINTEND
42
43public:
44 // destructor thunk
45 // NOLINTBEGIN
46
47 // NOLINTEND
48
49public:
50 // virtual function thunks
51 // NOLINTBEGIN
52 MCAPI ::std::string $asString() const;
53
54 MCAPI ::Json::Value $asJsonValue() const;
55
56 MCFOLD ::Json::Value $resolve(::ResolveData const& resolveData) const;
57 // NOLINTEND
58
59public:
60 // vftables
61 // NOLINTBEGIN
62 MCAPI static void** $vftable();
63 // NOLINTEND
64};
Definition ITextObject.h:11
Definition TextObjectLocalizedText.h:14
Definition ResolveData.h:5
Definition Alias.h:14