3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/ViewRequest.h"
7#include "mc/client/gui/screens/controllers/MainMenuScreenController.h"
12namespace Json {
class Value; }
18 enum class Mode :
int {};
23 ::ll::TypedStorage<4, 4, ::AddExternalServerScreenController::Mode> mMode;
24 ::ll::TypedStorage<1, 1, bool> mAreInputsAllValid;
25 ::ll::TypedStorage<8, 32, ::std::string> mServerName;
26 ::ll::TypedStorage<8, 32, ::std::string> mIpAddress;
27 ::ll::TypedStorage<4, 4, int> mPort;
28 ::ll::TypedStorage<4, 4, int> mExternalServerId;
33 AddExternalServerScreenController();
38 virtual ~AddExternalServerScreenController() ;
40 virtual void addStaticScreenVars(::Json::Value& globalVars) ;
42 virtual void onOpen() ;
48 MCAPI AddExternalServerScreenController(::std::shared_ptr<::MainMenuScreenModel> model,
int externalServerId);
50 MCAPI
void _registerBindings();
52 MCAPI
void _registerEventHandlers();
54 MCAPI
void _removeServer();
56 MCAPI
void _saveFormDataThen(::std::function<
void()> callback);
58 MCAPI ::ui::ViewRequest _validateFormData();
64 MCAPI
void* $ctor(::std::shared_ptr<::MainMenuScreenModel> model,
int externalServerId);
76 MCAPI
void $addStaticScreenVars(::Json::Value& globalVars);
Definition AddExternalServerScreenController.h:5
static MCAPI void ** $vftableForEnableNonOwnerReferences()
static MCAPI void ** $vftableForScreenController()
Definition MainMenuScreenController.h:5
Definition MainMenuScreenModel.h:5