LeviLamina
Loading...
Searching...
No Matches
TextToSpeechContainerComponent.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/client/gui/controls/UIComponent.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
UIControl
;
11
// clang-format on
12
13
class
TextToSpeechContainerComponent
:
public
::UIComponent
{
14
public
:
15
// member variables
16
// NOLINTBEGIN
17
::ll::TypedStorage<8, 32, ::std::string> mSectionHeader;
18
// NOLINTEND
19
20
public
:
21
// virtual functions
22
// NOLINTBEGIN
23
virtual
~TextToSpeechContainerComponent()
/*override*/
=
default
;
24
25
virtual ::std::unique_ptr<::UIComponent> clone(::UIControl& cloneOwner)
const
/*override*/
;
26
27
virtual
void
reset()
/*override*/
;
28
// NOLINTEND
29
30
public
:
31
// virtual function thunks
32
// NOLINTBEGIN
33
MCFOLD ::std::unique_ptr<::UIComponent> $clone(::UIControl& cloneOwner)
const
;
34
35
MCFOLD
void
$reset();
36
// NOLINTEND
37
38
public
:
39
// vftables
40
// NOLINTBEGIN
41
MCNAPI
static
void
**
$vftable
();
42
// NOLINTEND
43
};
TextToSpeechContainerComponent
Definition
TextToSpeechContainerComponent.h:5
TextToSpeechContainerComponent::$vftable
static MCAPI void ** $vftable()
UIComponent
Definition
UIComponent.h:5
UIControl
Definition
UIControl.h:5
src-client
mc
client
gui
controls
TextToSpeechContainerComponent.h
Generated on
for LeviLamina by
1.16.1