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