3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/DirtyFlag.h"
7#include "mc/client/gui/screens/controllers/MinecraftScreenController.h"
8#include "mc/social/EduDedicatedServerDetails.h"
18 using OnConfirmPassword = ::std::function<void(::Social::EduDedicatedServerDetails
const&, ::std::string
const&)>;
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&)>>
35 EDUPasswordEntryScreenController();
40 virtual ~EDUPasswordEntryScreenController() ;
42 virtual ::ui::DirtyFlag tick() ;
48 MCAPI EDUPasswordEntryScreenController(
49 ::std::shared_ptr<::MinecraftScreenModel> model,
50 ::std::function<
void(::Social::EduDedicatedServerDetails
const&, ::std::string
const&)> onConfirmPassword
53 MCAPI
void _registerEventHandlers();
60 ::std::shared_ptr<::MinecraftScreenModel> model,
61 ::std::function<
void(::Social::EduDedicatedServerDetails
const&, ::std::string
const&)> onConfirmPassword
74 MCAPI ::ui::DirtyFlag $tick();
Definition EDUPasswordEntryScreenController.h:5
static MCAPI void ** $vftableForScreenController()
static MCAPI void ** $vftableForEnableNonOwnerReferences()
Definition MinecraftScreenController.h:5
Definition MinecraftScreenModel.h:5