LeviLamina
Loading...
Searching...
No Matches
TextObjectSelector.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 TextObjectSelector& operator=(TextObjectSelector const&);
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 ~TextObjectSelector() /*override*/ = default;
41 // NOLINTEND
42
43public:
44 // static variables
45 // NOLINTBEGIN
46 MCAPI static ::std::string const& RAW_TEXT_SELECTOR_KEY();
47
48 MCAPI static ::std::string const& RAW_TEXT_SELECTOR_STAR();
49 // NOLINTEND
50
51public:
52 // destructor thunk
53 // NOLINTBEGIN
54
55 // NOLINTEND
56
57public:
58 // virtual function thunks
59 // NOLINTBEGIN
60 MCFOLD ::std::string $asString() const;
61
62 MCAPI ::Json::Value $asJsonValue() const;
63
64 MCAPI ::Json::Value $resolve(::ResolveData const& resolveData) const;
65 // NOLINTEND
66
67public:
68 // vftables
69 // NOLINTBEGIN
70 MCAPI static void** $vftable();
71 // NOLINTEND
72};
Definition ITextObject.h:11
Definition TextObjectSelector.h:14
Definition ResolveData.h:5
Definition Alias.h:14