LeviLamina
Loading...
Searching...
No Matches
EDUPlayScreenController.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/SceneType.h"
8#include "mc/client/gui/screens/controllers/MainMenuScreenController.h"
9#include "mc/client/library/EduDeeplinkObserver.h"
10#include "mc/deps/core/threading/TaskGroup.h"
11
12// auto generated forward declare list
13// clang-format off
15class PlayScreenModel;
16// clang-format on
17
19public:
20 // member variables
21 // NOLINTBEGIN
22 ::ll::TypedStorage<8, 32, ::std::string> mJoincode;
23 ::ll::TypedStorage<8, 336, ::TaskGroup> mTaskGroup;
24 ::ll::TypedStorage<1, 1, bool> mWasDedicatedServerEnabled;
25 ::ll::TypedStorage<1, 1, bool> mPollingForDedicatedServerStatus;
26 ::ll::TypedStorage<8, 16, ::std::shared_ptr<::PlayScreenModel>> mPlayScreenModel;
27 ::ll::TypedStorage<8, 16, ::std::shared_ptr<::JoincodeEntryScreenController>> mJoincodeScreenController;
28 // NOLINTEND
29
30public:
31 // prevent constructor by default
32 EDUPlayScreenController();
33
34public:
35 // virtual functions
36 // NOLINTBEGIN
37 virtual ~EDUPlayScreenController() /*override*/;
38
39 virtual void onEntered() /*override*/;
40
41 virtual void onOpen() /*override*/;
42
43 virtual ::ui::DirtyFlag tick() /*override*/;
44
45 virtual ::ui::SceneType getSceneType() const /*override*/;
46
47 virtual bool onJoincodeReceived(::std::string const& encodedJoincode) /*override*/;
48 // NOLINTEND
49
50public:
51 // member functions
52 // NOLINTBEGIN
53 MCAPI EDUPlayScreenController(::std::shared_ptr<::PlayScreenModel> model, ::std::string encodedJoincode);
54
55 MCAPI void _registerEventHandlers();
56 // NOLINTEND
57
58public:
59 // constructor thunks
60 // NOLINTBEGIN
61 MCAPI void* $ctor(::std::shared_ptr<::PlayScreenModel> model, ::std::string encodedJoincode);
62 // NOLINTEND
63
64public:
65 // destructor thunk
66 // NOLINTBEGIN
67 MCAPI void $dtor();
68 // NOLINTEND
69
70public:
71 // virtual function thunks
72 // NOLINTBEGIN
73 MCAPI void $onEntered();
74
75 MCAPI void $onOpen();
76
77 MCAPI ::ui::DirtyFlag $tick();
78
79 MCFOLD ::ui::SceneType $getSceneType() const;
80
81 MCAPI bool $onJoincodeReceived(::std::string const& encodedJoincode);
82 // NOLINTEND
83
84public:
85 // vftables
86 // NOLINTBEGIN
88
89 MCNAPI static void** $vftableForScreenController();
90
91 MCNAPI static void** $vftable();
92 // NOLINTEND
93};
Definition EDUPlayScreenController.h:5
static MCAPI void ** $vftableForScreenController()
static MCAPI void ** $vftableForEnableNonOwnerReferences()
static MCAPI void ** $vftable()
Definition EduDeeplinkObserver.h:5
Definition JoincodeEntryScreenController.h:5
Definition MainMenuScreenController.h:5
Definition PlayScreenModel.h:5