LeviLamina
Loading...
Searching...
No Matches
TextObjectRoot.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
23 TextObjectRoot& operator=(TextObjectRoot const&);
26
27public:
28 // virtual functions
29 // NOLINTBEGIN
30 // vIndex: 0
31 virtual ~TextObjectRoot() /*override*/;
32
33 // vIndex: 3
34 virtual ::Json::Value resolve(::ResolveData const& resolveData) const /*override*/;
35
36 // vIndex: 1
37 virtual ::std::string asString() const /*override*/;
38
39 // vIndex: 2
40 virtual ::Json::Value asJsonValue() const /*override*/;
41 // NOLINTEND
42
43public:
44 // member functions
45 // NOLINTBEGIN
46 MCAPI ::std::vector<::std::string> asStringVector() const;
47
48 MCAPI ::TextObjectRoot& operator=(::TextObjectRoot&&);
49 // NOLINTEND
50
51public:
52 // destructor thunk
53 // NOLINTBEGIN
54 MCFOLD void $dtor();
55 // NOLINTEND
56
57public:
58 // virtual function thunks
59 // NOLINTBEGIN
60 MCAPI ::Json::Value $resolve(::ResolveData const& resolveData) const;
61
62 MCAPI ::std::string $asString() const;
63
64 MCAPI ::Json::Value $asJsonValue() const;
65 // NOLINTEND
66
67public:
68 // vftables
69 // NOLINTBEGIN
70 MCAPI static void** $vftable();
71 // NOLINTEND
72};
Definition ITextObject.h:11
Definition TextObjectRoot.h:14
Definition ResolveData.h:5
Definition Alias.h:14