3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/DirtyFlag.h"
7#include "mc/client/gui/screens/controllers/MainMenuScreenController.h"
8#include "mc/deps/core/file/PathBuffer.h"
9#include "mc/deps/core/utility/pub_sub/Subscription.h"
15struct ServicesManager;
16namespace Json {
class Value; }
23 ::ll::TypedStorage<8, 16, ::std::shared_ptr<::GatheringConfig const>> mActiveGathering;
24 ::ll::TypedStorage<8, 8, ::std::chrono::steady_clock::time_point> mVenueConnectionTime;
25 ::ll::TypedStorage<8, 32, ::Core::PathBuffer<::std::string>> mQRCodeFilepath;
26 ::ll::TypedStorage<1, 1, bool> mAutoConnect;
27 ::ll::TypedStorage<8, 16, ::Bedrock::PubSub::Subscription> mDiscoverySubscription;
28 ::ll::TypedStorage<1, 1, bool> mUpdateRequired;
33 GatheringInfoScreenController();
38 virtual ~GatheringInfoScreenController() ;
40 virtual void addStaticScreenVars(::Json::Value& globalVars) ;
42 virtual ::ui::DirtyFlag tick() ;
48 MCAPI GatheringInfoScreenController(::std::shared_ptr<::MainMenuScreenModel> model,
bool autoConnect);
50 MCAPI
void _attemptToConnect();
52 MCAPI
void _createQRCode();
54 MCAPI
bool _hasValidGathering()
const;
56 MCAPI
bool _isChildAccount()
const;
58 MCAPI
bool _locKeyValid(::std::string
const& key)
const;
60 MCAPI
void _registerBindings();
62 MCAPI
bool _shouldShowQRCode()
const;
64 MCAPI
void _updateRequiredBuild(::ServicesManager* servicesManager);
70 MCAPI
void* $ctor(::std::shared_ptr<::MainMenuScreenModel> model,
bool autoConnect);
82 MCAPI
void $addStaticScreenVars(::Json::Value& globalVars);
84 MCAPI ::ui::DirtyFlag $tick();
Definition GatheringInfoScreenController.h:5
static MCAPI void ** $vftableForEnableNonOwnerReferences()
static MCAPI void ** $vftableForScreenController()
Definition MainMenuScreenController.h:5
Definition MainMenuScreenModel.h:5
Definition GatheringConfig.h:5