|
LeviLamina
|
This is the complete list of members for MinecraftScreenController, including all inherited members.
| $_doesScreenHaveExitBehavior() const | MinecraftScreenController | |
| $_getButtonADescription() | MinecraftScreenController | |
| $_getButtonBDescription() | MinecraftScreenController | |
| $_getButtonKeyboardDescription() | MinecraftScreenController | |
| $_getButtonStartDescription() | MinecraftScreenController | |
| $_getButtonXDescription() | MinecraftScreenController | |
| $_getButtonYDescription() | MinecraftScreenController | |
| $_getGamepadHelperVisible() const | MinecraftScreenController | |
| $_getGestureControlEnabled() const | MinecraftScreenController | |
| $_getKeyboardHelperVisible() const | MinecraftScreenController | |
| $_getMixedHelperVisible() const | MinecraftScreenController | |
| $_getScreenName() const | MinecraftScreenController | |
| $_isContainerScreen() const (defined in ScreenController) | ScreenController | |
| $_isStillValid() const | MinecraftScreenController | |
| $addEventProperties(::std::unordered_map<::std::string, ::std::string > &) const (defined in ScreenController) | ScreenController | |
| $addStaticScreenVars(::Json::Value &globalVars) (defined in ScreenController) | ScreenController | |
| $bind(::std::string const &collectionName, uint collectionNameHash, int collectionIndex, ::std::string const &bindingName, uint bindingNameHash, ::std::string const &bindingNameOverride, ::UIPropertyBag &bag) | MinecraftScreenController | |
| $bind(::std::string const &bindingName, uint bindingNameHash, ::std::string const &bindingNameOverride, ::UIPropertyBag &bag) | MinecraftScreenController | |
| $canExit() (defined in ScreenController) | ScreenController | |
| $ctor(::std::shared_ptr<::MinecraftScreenModel > model, ::ScreenExitBehavior exitBehavior, bool usesErrorPopupInfo) | MinecraftScreenController | |
| $ctor(bool useTaskGroup) (defined in ScreenController) | ScreenController | |
| $ctor() (defined in Bedrock::EnableNonOwnerReferences) | Bedrock::EnableNonOwnerReferences | |
| $ctor(::Bedrock::EnableNonOwnerReferences const &) (defined in Bedrock::EnableNonOwnerReferences) | Bedrock::EnableNonOwnerReferences | |
| $dtor() | MinecraftScreenController | |
| $getAdditionalScreenInfo() const (defined in ScreenController) | ScreenController | |
| $getProxy() (defined in ScreenController) | ScreenController | |
| $getRoute() const (defined in ScreenController) | ScreenController | |
| $getSceneId() const | MinecraftScreenController | |
| $getSceneType() const (defined in ScreenController) | ScreenController | |
| $getScreenVersion() const (defined in ScreenController) | ScreenController | |
| $getTelemetryOverride() const (defined in ScreenController) | ScreenController | |
| $handleEvent(::ScreenEvent &screenEvent) (defined in ScreenController) | ScreenController | |
| $handleLicenseChanged() (defined in ScreenController) | ScreenController | |
| $leaveScreen(::std::string const &expectedScreenName) | MinecraftScreenController | |
| $onCreation() (defined in ScreenController) | ScreenController | |
| $onDelete() | MinecraftScreenController | |
| $onEntered() (defined in ScreenController) | ScreenController | |
| $onEntering() (defined in ScreenController) | ScreenController | |
| $onInit() | MinecraftScreenController | |
| $onLeave() (defined in ScreenController) | ScreenController | |
| $onOpen() | MinecraftScreenController | |
| $onReload() (defined in ScreenController) | ScreenController | |
| $onScreenPushedAbove() (defined in ScreenController) | ScreenController | |
| $onTerminate() (defined in ScreenController) | ScreenController | |
| $preFrameTick() (defined in ScreenController) | ScreenController | |
| $promptConnect(bool signInOnSuccess, ::std::function< void(::Social::UserPlatformConnectionResult)> signInCallback) | MinecraftScreenController | |
| $queueTitleNarration() (defined in ScreenController) | ScreenController | |
| $setAssociatedBlockPos(::BlockPos const &pos) (defined in ScreenController) | ScreenController | |
| $setAssociatedEntityUniqueID(::ActorUniqueID const unqiueID) (defined in ScreenController) | ScreenController | |
| $setScreenState(::std::vector<::std::pair<::std::string_view, ::std::string_view > > const &) (defined in ScreenController) | ScreenController | |
| $setSuspendDirectionalInput(bool suspendDirectionalInput) | MinecraftScreenController | |
| $setSuspendInput(bool suspendInput) | MinecraftScreenController | |
| $setViewCommand(::ScreenViewCommand const &callback) (defined in ScreenController) | ScreenController | |
| $showPickCustomSkinDialog(::std::function< void(::PickCustomSkinResult)> callback) | MinecraftScreenController | |
| $tick() | MinecraftScreenController | |
| $tryExit() | MinecraftScreenController | |
| ScreenController::$vftable() | ScreenController | static |
| Bedrock::EnableNonOwnerReferences::$vftable() | Bedrock::EnableNonOwnerReferences | static |
| $vftableForEnableNonOwnerReferences() | MinecraftScreenController | static |
| $vftableForScreenController() | MinecraftScreenController | static |
| _attemptAddFriends(::std::function< void()> callback) | MinecraftScreenController | |
| _attemptConnect(::std::function< void(::Social::UserPlatformConnectionResult)> callback) | MinecraftScreenController | |
| _attemptSignIn(::Social::IdentitySignInTrigger signInTrigger, ::std::string const &signInSource, ::std::function< void(::Social::MultiIdentitySigninResult)> callback) | MinecraftScreenController | |
| _attemptSigninOrSignup(::Social::IdentitySignInTrigger signInTrigger, ::std::string const &signInSource, ::std::function< void(::Social::MultiIdentitySigninResult)> signInCallback) | MinecraftScreenController | |
| _checkRealmCreatePermissions() | MinecraftScreenController | |
| _closeModalDialog() | MinecraftScreenController | |
| _displayCustomModalPopup(::ModalScreenData const &modalData, ::std::function< void(::ModalScreenButtonId)> callback) | MinecraftScreenController | |
| _displayJsonDefinedControlPopup(::UIPropertyBag const &popupBag, ::std::string const &factory, ::std::string const &ttsTitle, ::std::string const &ttsContent) | MinecraftScreenController | |
| _displayJsonDefinedControlPopup(::std::string const &controlId, ::std::string const &factory, ::std::string const &name, ::std::string const &ttsTitle, ::std::string const &ttsContent) | MinecraftScreenController | |
| _displayPrivilegesBlockedModalPopup(::std::string const &messageString, ::std::string const &closeButtonTitle, bool showOpenAccountSettingButton) | MinecraftScreenController | |
| _displaySignOutFailedModalPopup(::std::string const &error) | MinecraftScreenController | |
| _displayStandardModalPopup(::std::string const &title, ::std::string const &message, ::ModalScreenButtonMode buttonNumber, ::std::function< void(bool)> callback, ::std::string const &telemetryOverride) | MinecraftScreenController | |
| _doesScreenHaveExitBehavior() const (defined in MinecraftScreenController) | MinecraftScreenController | virtual |
| _gateRealmsWhenCrossPlatformIsDisabled(::std::function< void()> callback) | MinecraftScreenController | |
| _getButtonADescription() (defined in MinecraftScreenController) | MinecraftScreenController | |
| _getButtonBDescription() (defined in MinecraftScreenController) | MinecraftScreenController | |
| _getButtonKeyboardDescription() (defined in MinecraftScreenController) | MinecraftScreenController | |
| _getButtonStartDescription() (defined in MinecraftScreenController) | MinecraftScreenController | |
| _getButtonXDescription() (defined in MinecraftScreenController) | MinecraftScreenController | |
| _getButtonYDescription() (defined in MinecraftScreenController) | MinecraftScreenController | |
| _getGamepadHelperVisible() const (defined in MinecraftScreenController) | MinecraftScreenController | virtual |
| _getGestureControlEnabled() const (defined in MinecraftScreenController) | MinecraftScreenController | virtual |
| _getKeyboardHelperVisible() const (defined in MinecraftScreenController) | MinecraftScreenController | virtual |
| _getMixedHelperVisible() const (defined in MinecraftScreenController) | MinecraftScreenController | virtual |
| _getNameId(::std::string const &name) const (defined in ScreenController) | ScreenController | |
| _getScreenName() const (defined in MinecraftScreenController) | MinecraftScreenController | |
| _getStepSliderValue(::std::function< int()> getValue, ::std::string const &valueBindingName, bool continuousUpdate) | MinecraftScreenController | |
| _handleButtonEvent(::ScreenEvent &screenEvent) (defined in ScreenController) | ScreenController | |
| _handleEvent(::ScreenEvent &screenEvent) (defined in ScreenController) | ScreenController | |
| _handleSignIn(::Social::IdentitySignInTrigger signInTrigger, ::std::string const &signInSource, ::std::function< void(::Social::MultiIdentitySigninResult)> signInCallback) | MinecraftScreenController | |
| _handleSignInFailure(::Social::MultiIdentitySigninResult const &signInResult, ::std::function< void(::Social::MultiIdentitySigninResult)> callback, bool isAutoSignIn) | MinecraftScreenController | |
| _isApprovedLink(::std::string const &hyperlink) const | MinecraftScreenController | |
| _isContainerScreen() const (defined in ScreenController) | ScreenController | virtual |
| _isStillValid() const (defined in MinecraftScreenController) | MinecraftScreenController | virtual |
| _onAttemptSignInResult(::Social::MultiIdentitySigninResult const &result, ::std::function< void(::Social::MultiIdentitySigninResult)> callback) | MinecraftScreenController | |
| _onModalEventReceived(::ModalScreenButtonId modalResult, bool buttonClosesModal) | MinecraftScreenController | |
| _promptEduSwitchAccounts(bool showModal, ::std::string const &buttonName, ::LastClickedSource lastClickedSource) | MinecraftScreenController | |
| _registerEventHandlers() | MinecraftScreenController | |
| _registerSubController(::std::shared_ptr<::ScreenController > controller) (defined in ScreenController) | ScreenController | |
| _resolveSafeZoneVisibility(::SafeZoneBuffer buffer) const | MinecraftScreenController | |
| _retrieveBindingValueFromPropertyBag(::std::string const &bindingName, ::UIPropertyBag &propertyBag) const | MinecraftScreenController | |
| _showLiveMultiplayerModal() | MinecraftScreenController | |
| _showNoWifiModal() | MinecraftScreenController | |
| _tryNavigateToXblUpsellScreen() | MinecraftScreenController | |
| _tryShowSuspendWarningModal(::std::function< void()> onConfirm) | MinecraftScreenController | |
| addEventProperties(::std::unordered_map<::std::string, ::std::string > &) const (defined in ScreenController) | ScreenController | virtual |
| addStaticScreenVars(::Json::Value &globalVars) (defined in ScreenController) | ScreenController | virtual |
| bind(::std::string const &collectionName, uint collectionNameHash, int collectionIndex, ::std::string const &bindingName, uint bindingNameHash, ::std::string const &bindingNameOverride, ::UIPropertyBag &bag) (defined in MinecraftScreenController) | MinecraftScreenController | virtual |
| bind(::std::string const &bindingName, uint bindingNameHash, ::std::string const &bindingNameOverride, ::UIPropertyBag &bag) (defined in MinecraftScreenController) | MinecraftScreenController | virtual |
| bindBool(::StringHash const &bindingName, ::brstd::move_only_function< bool() const > callback, ::brstd::move_only_function< bool() const > condition) (defined in ScreenController) | ScreenController | |
| bindBoolForAnyCollection(::StringHash const &bindingName, ::brstd::move_only_function< bool(::std::string const &, int) const > callback, ::brstd::move_only_function< bool(::std::string const &, int) const > condition) (defined in ScreenController) | ScreenController | |
| bindBoolForCollection(::StringHash const &collectionName, ::StringHash const &bindingName, ::brstd::move_only_function< bool(int) const > callback, ::brstd::move_only_function< bool(int) const > condition) (defined in ScreenController) | ScreenController | |
| bindColor(::StringHash const &bindingName, ::brstd::move_only_function<::mce::Color() const > callback, ::brstd::move_only_function< bool() const > condition) (defined in ScreenController) | ScreenController | |
| bindColorForCollection(::StringHash const &collectionName, ::StringHash const &bindingName, ::brstd::move_only_function<::mce::Color(int) const > callback, ::brstd::move_only_function< bool(int) const > condition) (defined in ScreenController) | ScreenController | |
| bindColorWithPropertyBag(::StringHash const &bindingName, ::brstd::move_only_function<::mce::Color(::UIPropertyBag &) const > callback, ::brstd::move_only_function< bool() const > condition) (defined in ScreenController) | ScreenController | |
| bindDoubleForAnyCollection(::StringHash const &bindingName, ::brstd::move_only_function< double(::std::string const &, int) const > callback, ::brstd::move_only_function< bool(::std::string const &, int) const > condition) (defined in ScreenController) | ScreenController | |
| bindFloat(::StringHash const &bindingName, ::brstd::move_only_function< float() const > callback, ::brstd::move_only_function< bool() const > condition) (defined in ScreenController) | ScreenController | |
| bindFloatForAnyCollection(::StringHash const &bindingName, ::brstd::move_only_function< float(::std::string const &, int) const > callback, ::brstd::move_only_function< bool(::std::string const &, int) const > condition) (defined in ScreenController) | ScreenController | |
| bindFloatForCollection(::StringHash const &collectionName, ::StringHash const &bindingName, ::brstd::move_only_function< float(int) const > callback, ::brstd::move_only_function< bool(int) const > condition) (defined in ScreenController) | ScreenController | |
| bindForAnyCollection(::StringHash const &bindingName, ::brstd::move_only_function< void(int, ::std::string const &, ::UIPropertyBag &) const > callback, ::brstd::move_only_function< bool(::std::string const &, int) const > condition) (defined in ScreenController) | ScreenController | |
| bindForAnyCollection(::StringHash const &bindingName, ::brstd::move_only_function< void(::std::string const &, int, ::std::string const &, ::UIPropertyBag &) const > callback, ::brstd::move_only_function< bool(::std::string const &, int) const > condition) (defined in ScreenController) | ScreenController | |
| bindForCollection(::StringHash const &collectionName, ::StringHash const &bindingName, ::brstd::move_only_function< void(int, ::std::string const &, ::UIPropertyBag &) const > func) (defined in ScreenController) | ScreenController | |
| bindForGlobal(::StringHash const &bindingName, ::brstd::move_only_function< void(::std::string const &, ::UIPropertyBag &) const > func) (defined in ScreenController) | ScreenController | |
| bindForGlobalGridSize(::StringHash const &bindingName, ::brstd::move_only_function< void(::std::string const &, ::UIPropertyBag &) const > callback, ::brstd::move_only_function< bool() const > condition) (defined in ScreenController) | ScreenController | |
| bindGridSize(::StringHash const &bindingName, ::brstd::move_only_function<::glm::ivec2() const > callback, ::brstd::move_only_function< bool() const > condition) (defined in ScreenController) | ScreenController | |
| bindInt(::StringHash const &bindingName, ::brstd::move_only_function< int() const > callback, ::brstd::move_only_function< bool() const > condition) (defined in ScreenController) | ScreenController | |
| bindIntForAnyCollection(::StringHash const &bindingName, ::brstd::move_only_function< int(::std::string const &, int) const > callback, ::brstd::move_only_function< bool(::std::string const &, int) const > condition) (defined in ScreenController) | ScreenController | |
| bindIntForCollection(::StringHash const &collectionName, ::StringHash const &bindingName, ::brstd::move_only_function< int(int) const > callback, ::brstd::move_only_function< bool(int) const > condition) (defined in ScreenController) | ScreenController | |
| bindItemDataForAnyCollection(::StringHash const &bindingName, ::brstd::move_only_function<::ItemRendererData(::std::string const &, int) const > callback, ::brstd::move_only_function< bool(::std::string const &, int) const > condition) (defined in ScreenController) | ScreenController | |
| bindString(::StringHash const &bindingName, ::brstd::move_only_function<::std::string() const > callback, ::brstd::move_only_function< bool() const > condition) (defined in ScreenController) | ScreenController | |
| bindStringForAnyCollection(::StringHash const &bindingName, ::brstd::move_only_function<::std::string(::std::string const &, int) const > callback, ::brstd::move_only_function< bool(::std::string const &, int) const > condition) (defined in ScreenController) | ScreenController | |
| bindStringForCollection(::StringHash const &collectionName, ::StringHash const &bindingName, ::brstd::move_only_function<::std::string(int) const > callback, ::brstd::move_only_function< bool(int) const > condition) (defined in ScreenController) | ScreenController | |
| canExit() (defined in ScreenController) | ScreenController | virtual |
| defaultOptionFormat() | MinecraftScreenController | static |
| defaultProgressSliderOptionLabeller() | MinecraftScreenController | static |
| defaultUpdateSliderProgressMode() | MinecraftScreenController | static |
| displayJsonDefinedControlPopup(::std::string const &controlId, ::std::string const &factory, ::std::string const &name) | MinecraftScreenController | |
| EnableNonOwnerReferences() (defined in Bedrock::EnableNonOwnerReferences) | Bedrock::EnableNonOwnerReferences | |
| EnableNonOwnerReferences(::Bedrock::EnableNonOwnerReferences const &) (defined in Bedrock::EnableNonOwnerReferences) | Bedrock::EnableNonOwnerReferences | |
| exportPDF(::PDFOptions options, ::std::string const &defaultOutName, ::std::function< void(bool)> onComplete) | MinecraftScreenController | |
| exportWorld(::std::string const &levelId, ::std::string const &levelName, ::FileArchiver::ExportType type) | MinecraftScreenController | |
| gateOnPlatformSignInForStoreAccess(::std::function< void()> callback) | MinecraftScreenController | |
| getAdditionalScreenInfo() const (defined in ScreenController) | ScreenController | |
| getProfanityModalData() | MinecraftScreenController | static |
| getProxy() (defined in ScreenController) | ScreenController | |
| getRoute() const (defined in ScreenController) | ScreenController | virtual |
| getSceneId() const (defined in MinecraftScreenController) | MinecraftScreenController | virtual |
| getSceneType() const (defined in ScreenController) | ScreenController | |
| getScreenVersion() const (defined in ScreenController) | ScreenController | virtual |
| getTelemetryOverride() const (defined in ScreenController) | ScreenController | |
| handleEvent(::ScreenEvent &screenEvent) (defined in ScreenController) | ScreenController | virtual |
| handleGameEventNotification(::ui::GameEventNotification) (defined in ScreenController) | ScreenController | |
| handleLicenseChanged() (defined in ScreenController) | ScreenController | virtual |
| hasFinishedAsyncTasks() const (defined in ScreenController) | ScreenController | |
| leaveScreen(::std::string const &expectedScreenName) (defined in MinecraftScreenController) | MinecraftScreenController | virtual |
| mControlBlock (defined in Bedrock::EnableNonOwnerReferences) | Bedrock::EnableNonOwnerReferences | |
| MinecraftScreenController(MinecraftScreenController const &) (defined in MinecraftScreenController) | MinecraftScreenController | |
| MinecraftScreenController() (defined in MinecraftScreenController) | MinecraftScreenController | |
| MinecraftScreenController(::std::shared_ptr<::MinecraftScreenModel > model, ::ScreenExitBehavior exitBehavior, bool usesErrorPopupInfo) | MinecraftScreenController | |
| mSliderOptionID() | MinecraftScreenController | static |
| mSliderOptionTitle() | MinecraftScreenController | static |
| mUnk1669d5 (defined in ScreenController) | ScreenController | |
| mUnk1c1018 (defined in ScreenController) | ScreenController | |
| mUnk20b072 (defined in ScreenController) | ScreenController | |
| mUnk376fda (defined in ScreenController) | ScreenController | |
| mUnk38743d (defined in ScreenController) | ScreenController | |
| mUnk392f36 (defined in ScreenController) | ScreenController | |
| mUnk398789 (defined in MinecraftScreenController) | MinecraftScreenController | |
| mUnk3c1132 (defined in ScreenController) | ScreenController | |
| mUnk3fbbc6 (defined in MinecraftScreenController) | MinecraftScreenController | |
| mUnk458aec (defined in ScreenController) | ScreenController | |
| mUnk48d201 (defined in MinecraftScreenController) | MinecraftScreenController | |
| mUnk500617 (defined in MinecraftScreenController) | MinecraftScreenController | |
| mUnk575ccd (defined in ScreenController) | ScreenController | |
| mUnk597512 (defined in MinecraftScreenController) | MinecraftScreenController | |
| mUnk5c1102 (defined in ScreenController) | ScreenController | |
| mUnk60893a (defined in ScreenController) | ScreenController | |
| mUnk611fb7 (defined in MinecraftScreenController) | MinecraftScreenController | |
| mUnk658e75 (defined in ScreenController) | ScreenController | |
| mUnk6b49e5 (defined in MinecraftScreenController) | MinecraftScreenController | |
| mUnk74da16 (defined in MinecraftScreenController) | MinecraftScreenController | |
| mUnk82db40 (defined in ScreenController) | ScreenController | |
| mUnk88ae43 (defined in MinecraftScreenController) | MinecraftScreenController | |
| mUnk8a2aa4 (defined in ScreenController) | ScreenController | |
| mUnk8a7418 (defined in ScreenController) | ScreenController | |
| mUnk955ba0 (defined in ScreenController) | ScreenController | |
| mUnk9c1f6f (defined in ScreenController) | ScreenController | |
| mUnk9d8073 (defined in MinecraftScreenController) | MinecraftScreenController | |
| mUnka0b766 (defined in ScreenController) | ScreenController | |
| mUnka545bb (defined in ScreenController) | ScreenController | |
| mUnka9059e (defined in ScreenController) | ScreenController | |
| mUnkaa9757 (defined in ScreenController) | ScreenController | |
| mUnkba0362 (defined in MinecraftScreenController) | MinecraftScreenController | |
| mUnkc3d6bf (defined in ScreenController) | ScreenController | |
| mUnkcd76db (defined in ScreenController) | ScreenController | |
| mUnkd9ae2b (defined in ScreenController) | ScreenController | |
| mUnkdcae0f (defined in ScreenController) | ScreenController | |
| mUnkdd0f55 (defined in ScreenController) | ScreenController | |
| mUnke0c100 (defined in MinecraftScreenController) | MinecraftScreenController | |
| mUnke5c710 (defined in ScreenController) | ScreenController | |
| mUnked78bd (defined in MinecraftScreenController) | MinecraftScreenController | |
| mUnkef27f7 (defined in ScreenController) | ScreenController | |
| mUnkf888ac (defined in ScreenController) | ScreenController | |
| onCreation() (defined in ScreenController) | ScreenController | virtual |
| onDelete() (defined in MinecraftScreenController) | MinecraftScreenController | virtual |
| onEntered() (defined in ScreenController) | ScreenController | virtual |
| onEntering() (defined in ScreenController) | ScreenController | virtual |
| onInit() (defined in MinecraftScreenController) | MinecraftScreenController | virtual |
| onLeave() (defined in ScreenController) | ScreenController | virtual |
| onOpen() (defined in MinecraftScreenController) | MinecraftScreenController | virtual |
| onReload() (defined in ScreenController) | ScreenController | virtual |
| onScreenPushedAbove() (defined in ScreenController) | ScreenController | virtual |
| onTerminate() (defined in ScreenController) | ScreenController | virtual |
| operator=(MinecraftScreenController const &) (defined in MinecraftScreenController) | MinecraftScreenController | |
| operator=(ScreenController const &) (defined in ScreenController) | ScreenController | |
| operator=(EnableNonOwnerReferences const &)=default (defined in Bedrock::EnableNonOwnerReferences) | Bedrock::EnableNonOwnerReferences | |
| packItemInstance(::ItemInstance const &item) | MinecraftScreenController | static |
| preFrameTick() (defined in ScreenController) | ScreenController | virtual |
| PreviousButtonStateRequirement enum name (defined in ScreenController) | ScreenController | |
| PreviousButtonStateRequirement enum name (defined in ScreenController) | ScreenController | |
| promptConnect(bool signInOnSuccess, ::std::function< void(::Social::UserPlatformConnectionResult)> signInCallback) (defined in MinecraftScreenController) | MinecraftScreenController | |
| promptSignIn(::Social::IdentitySignInTrigger signInTrigger, ::std::string const &signInSource, ::std::function< void(::Social::MultiIdentitySigninResult)> signInCallback) | MinecraftScreenController | |
| queueAsyncTask(::brstd::move_only_function<::TaskResult()> &&task, ::std::function< void()> &&callback) (defined in ScreenController) | ScreenController | |
| queueTitleNarration() (defined in ScreenController) | ScreenController | virtual |
| registerAnimationEventHandler(uint eventId, ::brstd::move_only_function<::ui::ViewRequest() const > callback) (defined in ScreenController) | ScreenController | |
| registerButtonEventHandler(uint buttonId, ::ButtonState currentState, ::ButtonState previousState, ::brstd::move_only_function<::ui::ViewRequest(::UIPropertyBag *) const > callback) (defined in ScreenController) | ScreenController | |
| registerButtonEventHandler(uint buttonId, ::ButtonState currentState, ::ScreenController::PreviousButtonStateRequirement previousStateRequirement, ::brstd::move_only_function<::ui::ViewRequest(::UIPropertyBag *) const > callback) (defined in ScreenController) | ScreenController | |
| registerButtonInteractedHandler(uint buttonId, ::brstd::move_only_function<::ui::ViewRequest(::UIPropertyBag *) const > callback) (defined in ScreenController) | ScreenController | |
| registerButtonPressedHandler(uint buttonId, ::brstd::move_only_function<::ui::ViewRequest(::UIPropertyBag *) const > callback) (defined in ScreenController) | ScreenController | |
| registerButtonReleasedHandler(uint buttonId, ::brstd::move_only_function<::ui::ViewRequest(::UIPropertyBag *) const > callback) (defined in ScreenController) | ScreenController | |
| registerClippedCollectionEventHandler(::StringHash const &collectionName, ::brstd::move_only_function<::ui::ViewRequest(int, int, ::UIPropertyBag &) const > callback) (defined in ScreenController) | ScreenController | |
| registerClipStateChangeEventHandler(uint eventId, ::brstd::move_only_function<::ui::ViewRequest(bool, ::UIPropertyBag &) const > callback) (defined in ScreenController) | ScreenController | |
| registerCustomRendererEventHandler(uint eventId, ::brstd::move_only_function<::ui::ViewRequest() const > callback) (defined in ScreenController) | ScreenController | |
| registerFocusMovedEventHandler(::brstd::move_only_function<::ui::ViewRequest(::FocusMoveScreenEventData &) const > callback) (defined in ScreenController) | ScreenController | |
| registerInputModechangedEventHandler(::brstd::move_only_function<::ui::ViewRequest(::InputModeChangeScreenEventData &) const > callback) (defined in ScreenController) | ScreenController | |
| registerPointerHeldEventHandler(::brstd::move_only_function<::ui::ViewRequest(::PointerHeldScreenEventData &) const > callback) (defined in ScreenController) | ScreenController | |
| registerSliderChangedEventHandler(uint buttonId, ::brstd::move_only_function<::ui::ViewRequest(int, float) const > callback) (defined in ScreenController) | ScreenController | |
| registerSliderFinishedEventHandler(uint buttonId, ::brstd::move_only_function<::ui::ViewRequest(int, float) const > callback) (defined in ScreenController) | ScreenController | |
| registerSliderNotFinishedEventHandler(uint buttonId, ::brstd::move_only_function<::ui::ViewRequest(int, float) const > callback) (defined in ScreenController) | ScreenController | |
| registerTextEditChangedEventHandler(uint buttonId, ::brstd::move_only_function<::ui::ViewRequest(::TextEditScreenEventData &, int) const > callback) (defined in ScreenController) | ScreenController | |
| registerTextEditFinishedEventHandler(uint buttonId, ::brstd::move_only_function<::ui::ViewRequest(::TextEditScreenEventData &, int) const > callback) (defined in ScreenController) | ScreenController | |
| registerTextEditSelectedStateChangeEventHandler(uint buttonId, ::brstd::move_only_function<::ui::ViewRequest(::TextEditSelectedStateChangeEventData &) const > callback) (defined in ScreenController) | ScreenController | |
| registerTextEventHandler(::brstd::move_only_function<::ui::ViewRequest(::TextEditScreenEventData &, int) const > callback) (defined in ScreenController) | ScreenController | |
| registerToggleChangeEventHandler(uint buttonId, ::brstd::move_only_function<::ui::ViewRequest(::ToggleChangeEventData &) const > callback) (defined in ScreenController) | ScreenController | |
| ScreenController(ScreenController const &) (defined in ScreenController) | ScreenController | |
| ScreenController() (defined in ScreenController) | ScreenController | |
| ScreenController(bool useTaskGroup) (defined in ScreenController) | ScreenController | explicit |
| setAssociatedBlockPos(::BlockPos const &pos) (defined in ScreenController) | ScreenController | virtual |
| setAssociatedEntityUniqueID(::ActorUniqueID const unqiueID) (defined in ScreenController) | ScreenController | virtual |
| setControlFactoryCreateCallback(::std::function< void(::std::string const &, ::UIPropertyBag const &)> callback) (defined in ScreenController) | ScreenController | |
| setControlFactoryDestroyAllCallback(::std::function< void(::std::string const &)> callback) (defined in ScreenController) | ScreenController | |
| setControlFactoryDestroyCallback(::std::function< void(::std::string const &, ::std::string const &)> callback) (defined in ScreenController) | ScreenController | |
| setScreenState(::std::vector<::std::pair<::std::string_view, ::std::string_view > > const &) (defined in ScreenController) | ScreenController | virtual |
| setSuspendDirectionalInput(bool suspendDirectionalInput) (defined in MinecraftScreenController) | MinecraftScreenController | virtual |
| setSuspendInput(bool suspendInput) (defined in MinecraftScreenController) | MinecraftScreenController | virtual |
| setUpCallbacksForCollectionDropdownOption(::std::string const &collectionName, int const &collectionSize, ::std::string const &dropdownName, ::std::string const &dropdownToggleLabelBindingName, ::std::unordered_map<::std::string, int > const &nameValuePairs, ::std::unordered_map< int, ::std::string > const &valueLabelPairs, ::std::string const &enabledBindingName, ::std::function< bool(int)> isEnabled, ::std::function< int(int)> getValue, ::std::function< void(int, int)> setValue) | MinecraftScreenController | |
| setUpCallbacksForDropdownOption(::OptionID optionID, ::std::string const &dropdownName, ::std::unordered_map<::std::string, int > const &nameValuePairs, ::std::unordered_map< int, ::std::string > const &valueLabelPairs) | MinecraftScreenController | |
| setUpCallbacksForDropdownOption(::std::string const &dropdownName, ::std::string const &dropdownToggleLabelBindingName, ::std::unordered_map<::std::string, int > const &nameValuePairs, ::std::unordered_map< int, ::std::string > const &nameLabelPairs, ::std::function< int()> getValue, ::std::function< void(int)> setValue) | MinecraftScreenController | |
| setUpCallbacksForDropdownOption(::std::string const &dropdownName, ::std::string const &dropdownToggleLabelBindingName, ::std::unordered_map<::std::string, int > const &nameValuePairs, ::std::unordered_map< int, ::std::string > const &valueLabelPairs, ::std::string const &enabledBindingName, ::std::function< bool()> isEnabled, ::std::function< int()> getValue, ::std::function< void(int)> setValue) | MinecraftScreenController | |
| setUpCallbacksForFloatOption(::OptionID optionID, ::std::string const &sliderName, ::std::string const &optionFormat, ::std::function<::std::string(::std::string const &, float, bool)> valueLabeller, ::UpdateSliderProgressMode updateProgressMode) | MinecraftScreenController | |
| setUpCallbacksForFloatOption(::OptionID optionID, ::std::string const &sliderName, ::std::string const &valueBindingName, ::std::string const &enabledBindingName, ::std::string const &labelBindingName, ::std::string const &ttsBindingName, ::std::string const &optionFormat, ::std::function<::std::string(::std::string const &, float, bool)> valueLabeller, ::UpdateSliderProgressMode updateProgressMode) | MinecraftScreenController | |
| setUpCallbacksForFloatOption(::std::string const &sliderName, ::std::string const &valueBindingName, ::std::string const &enabledBindingName, ::std::string const &labelBindingName, ::std::string const &ttsBindingName, ::std::function<::std::string()> getOptionName, ::std::function< bool()> isEnabled, ::std::function< float()> getValue, ::std::function< void(float)> setValue, ::std::function< float()> getMin, ::std::function< float()> getMax, ::std::string const &optionFormat, ::std::function<::std::string(::std::string const &, float, bool)> valueLabeller, ::UpdateSliderProgressMode updateProgressMode) | MinecraftScreenController | |
| setUpCallbacksForNestedButtonInCollection(::std::string const &nestedBaseButtonId, ::std::string const &nestedControlEnabledBinding, ::std::string firstControlName, ::std::function< int(::UIPropertyBag &)> indexSelectionFunc, ::std::function< bool(::UIPropertyBag &, int)> visibilityFunction, ::std::vector< uint > ignoredControls) | MinecraftScreenController | |
| setUpCallbacksForStackPanelGrid(::std::string const &gridCollectionPrefix, ::std::function< int()> widthCallback, ::std::function< int()> heightCallback, ::std::function< int()> itemCountCallback) | MinecraftScreenController | |
| setUpCallbacksForStepOption(::OptionID optionID, ::std::string const &sliderName, ::std::function<::std::string(int)> valueLabeller, bool continuousUpdate) | MinecraftScreenController | |
| setUpCallbacksForStepOption(::OptionID optionID, ::std::string const &sliderName, ::std::string const &valueBindingName, ::std::string const &enabledBindingName, ::std::string const &stepsBindingName, ::std::string const &labelBindingName, ::std::string const &ttsBindingName, ::std::function<::std::string(int)> valueLabeller, bool continuousUpdate) | MinecraftScreenController | |
| setUpCallbacksForStepOption(::std::string const &sliderName, ::std::string const &valueBindingName, ::std::string const &enabledBindingName, ::std::string const &stepsBindingName, ::std::string const &labelBindingName, ::std::string const &ttsBindingName, ::std::function<::std::string()> getOptionName, ::std::function< bool()> isEnabled, ::std::function<::std::vector< int >()> getValues, ::std::function< int()> getValue, ::std::function< void(int)> setValue, ::std::function<::std::string(int)> valueLabeller, bool continuousUpdate, ::OptionID sliderOptionID) | MinecraftScreenController | |
| setViewCommand(::ScreenViewCommand const &callback) (defined in ScreenController) | ScreenController | virtual |
| showPickCustomSkinDialog(::std::function< void(::PickCustomSkinResult)> callback) (defined in MinecraftScreenController) | MinecraftScreenController | virtual |
| showPickFileDialog(::std::shared_ptr<::FilePickerSettings > settings) | MinecraftScreenController | |
| showRemoteStorageErrorModal(::Core::Path const &storageDirectory) | MinecraftScreenController | |
| showSignIn() | MinecraftScreenController | |
| SliderChangeType enum name (defined in ScreenController) | ScreenController | |
| SliderChangeType enum name (defined in ScreenController) | ScreenController | |
| tick() (defined in MinecraftScreenController) | MinecraftScreenController | virtual |
| tryExit() (defined in MinecraftScreenController) | MinecraftScreenController | |
| ~EnableNonOwnerReferences() (defined in Bedrock::EnableNonOwnerReferences) | Bedrock::EnableNonOwnerReferences | virtual |
| ~IScreenController()=default (defined in IScreenController) | IScreenController | virtual |
| ~MinecraftScreenController() (defined in MinecraftScreenController) | MinecraftScreenController | virtual |
| ~ScreenController() (defined in ScreenController) | ScreenController | virtual |