3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/screens/controllers/MainMenuScreenController.h"
11namespace Json {
class Value; }
17 enum class Mode :
int {
25 ::ll::TypedStorage<4, 4, ::AddExternalServerScreenController::Mode> mMode;
26 ::ll::TypedStorage<1, 1, bool> mAreInputsAllValid;
27 ::ll::TypedStorage<8, 32, ::std::string> mServerName;
28 ::ll::TypedStorage<8, 32, ::std::string> mIpAddress;
29 ::ll::TypedStorage<4, 4, int> mPort;
30 ::ll::TypedStorage<4, 4, int> mExternalServerId;
35 AddExternalServerScreenController();
40 virtual ~AddExternalServerScreenController() ;
42 virtual void addStaticScreenVars(::Json::Value& globalVars) ;
44 virtual void onOpen() ;
50 MCAPI AddExternalServerScreenController(::std::shared_ptr<::MainMenuScreenModel> model,
int externalServerId);
52 MCAPI
void _registerBindings();
54 MCAPI
void _registerEventHandlers();
56 MCAPI
void _removeServer();
58 MCAPI
void _saveFormDataThen(::std::function<
void()> callback);
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