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
57 MCAPI void _registerSubControllers();
58 // NOLINTEND
59
60public:
61 // constructor thunks
62 // NOLINTBEGIN
63 MCAPI void* $ctor(::std::shared_ptr<::PlayScreenModel> model, ::std::string encodedJoincode);
64 // NOLINTEND
65
66public:
67 // destructor thunk
68 // NOLINTBEGIN
69 MCAPI void $dtor();
70 // NOLINTEND
71
72public:
73 // virtual function thunks
74 // NOLINTBEGIN
75 MCAPI void $onEntered();
76
77 MCAPI void $onOpen();
78
79 MCAPI ::ui::DirtyFlag $tick();
80
81 MCFOLD ::ui::SceneType $getSceneType() const;
82
83 MCAPI bool $onJoincodeReceived(::std::string const& encodedJoincode);
84 // NOLINTEND
85
86public:
87 // vftables
88 // NOLINTBEGIN
90
91 MCNAPI static void** $vftableForScreenController();
92
93 MCNAPI static void** $vftable();
94 // NOLINTEND
95};
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