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
10
struct
ResolveData
;
11
namespace
Json {
class
Value
; }
12
// clang-format on
13
14
class
TextObjectRoot :
public
::ITextObject
{
15
public
:
16
// member variables
17
// NOLINTBEGIN
18
::ll::UntypedStorage<8, 24>
mUnk59ae9c;
19
// NOLINTEND
20
21
public
:
22
// prevent constructor by default
23
TextObjectRoot& operator=(TextObjectRoot
const
&);
24
TextObjectRoot(TextObjectRoot
const
&);
25
TextObjectRoot();
26
27
public
:
28
// virtual functions
29
// NOLINTBEGIN
30
virtual
~TextObjectRoot()
/*override*/
;
31
32
virtual ::Json::Value resolve(
::ResolveData
const
& resolveData)
const
/*override*/
;
33
34
virtual ::std::string asString()
const
/*override*/
;
35
36
virtual ::Json::Value asJsonValue()
const
/*override*/
;
37
// NOLINTEND
38
39
public
:
40
// destructor thunk
41
// NOLINTBEGIN
42
MCNAPI
void
$dtor
();
43
// NOLINTEND
44
45
public
:
46
// virtual function thunks
47
// NOLINTBEGIN
48
MCNAPI ::Json::Value
$resolve
(
::ResolveData
const
& resolveData)
const
;
49
50
MCNAPI ::std::string
$asString
()
const
;
51
52
MCNAPI ::Json::Value
$asJsonValue
()
const
;
53
54
55
// NOLINTEND
56
57
public
:
58
// vftables
59
// NOLINTBEGIN
60
MCNAPI
static
void
**
$vftable
();
61
// NOLINTEND
62
};
ITextObject
Definition
ITextObject.h:11
Json::Value
Definition
Value.h:16
TextObjectRoot::$dtor
MCAPI void $dtor()
TextObjectRoot::$asString
MCAPI::std::string $asString() const
TextObjectRoot::$resolve
MCAPI::Json::Value $resolve(::ResolveData const &resolveData) const
TextObjectRoot::$vftable
static MCAPI void ** $vftable()
TextObjectRoot::$asJsonValue
MCAPI::Json::Value $asJsonValue() const
ResolveData
Definition
ResolveData.h:5
ll::UntypedStorage
Definition
Alias.h:14
src
mc
textobject
TextObjectRoot.h
Generated on
for LeviLamina by
1.16.1