LeviLamina
Loading...
Searching...
No Matches
RealmsInviteLinkSettingsScreenController.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/gui/DirtyFlag.h"
7#include "mc/client/gui/screens/controllers/SettingsScreenControllerBase.h"
8
10public:
11 // RealmsInviteLinkSettingsScreenController inner types define
12 enum class ExpirationDuration : int {
13 Unset = 0,
14 Never = 1,
15 HalfHour = 2,
16 Hour = 3,
17 QuarterDay = 4,
18 HalfDay = 5,
19 Day = 6,
20 Week = 7,
21 };
22
23public:
24 // member variables
25 // NOLINTBEGIN
32 // NOLINTEND
33
34public:
35 // prevent constructor by default
39
40public:
41 // virtual functions
42 // NOLINTBEGIN
43 // vIndex: 0
44 virtual ~RealmsInviteLinkSettingsScreenController() /*override*/ = default;
45
46 // vIndex: 2
47 virtual ::ui::DirtyFlag tick() /*override*/;
48
49 // vIndex: 39
50 virtual bool _doesScreenHaveExitBehavior() const /*override*/;
51 // NOLINTEND
52
53public:
54 // destructor thunk
55 // NOLINTBEGIN
56
57 // NOLINTEND
58
59public:
60 // virtual function thunks
61 // NOLINTBEGIN
62
63 // NOLINTEND
64};
Definition RealmsInviteLinkSettingsScreenController.h:9
Definition SettingsScreenControllerBase.h:13
Definition Alias.h:14