LeviLamina
Loading...
Searching...
No Matches
EDUPasswordEntryScreenController.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/MinecraftScreenController.h"
8#include "mc/social/EduDedicatedServerDetails.h"
9
10// auto generated forward declare list
11// clang-format off
13// clang-format on
14
16public:
17 // EDUPasswordEntryScreenController inner types define
18 using OnConfirmPassword = ::std::function<void(::Social::EduDedicatedServerDetails const&, ::std::string const&)>;
19
20public:
21 // member variables
22 // NOLINTBEGIN
23 ::ll::TypedStorage<4, 4, int> mPrevCaretPosition;
24 ::ll::TypedStorage<8, 32, ::std::string> mPassword;
25 ::ll::TypedStorage<8, 32, ::std::string> mDisplayedPassword;
26 ::ll::TypedStorage<1, 1, bool> mHidePassword;
27 ::ll::TypedStorage<1, 1, bool> mShowPasswordTooltip;
28 ::ll::TypedStorage<8, 88, ::Social::EduDedicatedServerDetails> mServerDetails;
29 ::ll::TypedStorage<8, 64, ::std::function<void(::Social::EduDedicatedServerDetails const&, ::std::string const&)>>
30 mOnConfirmPassword;
31 // NOLINTEND
32
33public:
34 // prevent constructor by default
35 EDUPasswordEntryScreenController();
36
37public:
38 // virtual functions
39 // NOLINTBEGIN
40 virtual ~EDUPasswordEntryScreenController() /*override*/;
41
42 virtual ::ui::DirtyFlag tick() /*override*/;
43 // NOLINTEND
44
45public:
46 // member functions
47 // NOLINTBEGIN
48 MCAPI EDUPasswordEntryScreenController(
49 ::std::shared_ptr<::MinecraftScreenModel> model,
50 ::std::function<void(::Social::EduDedicatedServerDetails const&, ::std::string const&)> onConfirmPassword
51 );
52
53 MCAPI void _registerEventHandlers();
54 // NOLINTEND
55
56public:
57 // constructor thunks
58 // NOLINTBEGIN
59 MCAPI void* $ctor(
60 ::std::shared_ptr<::MinecraftScreenModel> model,
61 ::std::function<void(::Social::EduDedicatedServerDetails const&, ::std::string const&)> onConfirmPassword
62 );
63 // NOLINTEND
64
65public:
66 // destructor thunk
67 // NOLINTBEGIN
68 MCAPI void $dtor();
69 // NOLINTEND
70
71public:
72 // virtual function thunks
73 // NOLINTBEGIN
74 MCAPI ::ui::DirtyFlag $tick();
75 // NOLINTEND
76
77public:
78 // vftables
79 // NOLINTBEGIN
81
82 MCNAPI static void** $vftableForScreenController();
83 // NOLINTEND
84};
Definition EDUPasswordEntryScreenController.h:5
static MCAPI void ** $vftableForScreenController()
static MCAPI void ** $vftableForEnableNonOwnerReferences()
Definition MinecraftScreenController.h:5
Definition MinecraftScreenModel.h:5