|
LeviLamina
|
This is the complete list of members for ScreenController, including all inherited members.
| $_doesScreenHaveExitBehavior() const (defined in ScreenController) | ScreenController | |
| $_isContainerScreen() const (defined in ScreenController) | ScreenController | |
| $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) (defined in ScreenController) | ScreenController | |
| $bind(::std::string const &bindingName, uint bindingNameHash, ::std::string const &bindingNameOverride, ::UIPropertyBag &bag) (defined in ScreenController) | ScreenController | |
| $canExit() (defined in ScreenController) | ScreenController | |
| $ctor(bool useTaskGroup) (defined in ScreenController) | ScreenController | |
| $dtor() (defined in ScreenController) | ScreenController | |
| $getAdditionalScreenInfo() const (defined in ScreenController) | ScreenController | |
| $getProxy() (defined in ScreenController) | ScreenController | |
| $getRoute() const (defined in ScreenController) | ScreenController | |
| $getSceneId() const (defined in ScreenController) | ScreenController | |
| $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 &) (defined in ScreenController) | ScreenController | |
| $onCreation() (defined in ScreenController) | ScreenController | |
| $onDelete() (defined in ScreenController) | ScreenController | |
| $onEntered() (defined in ScreenController) | ScreenController | |
| $onEntering() (defined in ScreenController) | ScreenController | |
| $onInit() (defined in ScreenController) | ScreenController | |
| $onLeave() (defined in ScreenController) | ScreenController | |
| $onOpen() (defined in ScreenController) | ScreenController | |
| $onReload() (defined in ScreenController) | ScreenController | |
| $onScreenPushedAbove() (defined in ScreenController) | ScreenController | |
| $onTerminate() (defined in ScreenController) | ScreenController | |
| $preFrameTick() (defined in ScreenController) | ScreenController | |
| $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) (defined in ScreenController) | ScreenController | |
| $setSuspendInput(bool) (defined in ScreenController) | ScreenController | |
| $setViewCommand(::ScreenViewCommand const &callback) (defined in ScreenController) | ScreenController | |
| $tick() (defined in ScreenController) | ScreenController | |
| $tryExit() (defined in ScreenController) | ScreenController | |
| $vftable() | ScreenController | static |
| _doesScreenHaveExitBehavior() const (defined in ScreenController) | ScreenController | virtual |
| _getNameId(::std::string const &name) const (defined in ScreenController) | ScreenController | |
| _handleButtonEvent(::ScreenEvent &screenEvent) (defined in ScreenController) | ScreenController | |
| _handleEvent(::ScreenEvent &screenEvent) (defined in ScreenController) | ScreenController | |
| _isContainerScreen() const (defined in ScreenController) | ScreenController | virtual |
| _registerSubController(::std::shared_ptr<::ScreenController > controller) (defined in ScreenController) | ScreenController | |
| 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 ScreenController) | ScreenController | virtual |
| bind(::std::string const &bindingName, uint bindingNameHash, ::std::string const &bindingNameOverride, ::UIPropertyBag &bag) (defined in ScreenController) | ScreenController | 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 |
| getAdditionalScreenInfo() const (defined in ScreenController) | ScreenController | |
| getProxy() (defined in ScreenController) | ScreenController | |
| getRoute() const (defined in ScreenController) | ScreenController | virtual |
| getSceneId() const (defined in ScreenController) | ScreenController | 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 &) (defined in ScreenController) | ScreenController | virtual |
| 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 | |
| mUnk3c1132 (defined in ScreenController) | ScreenController | |
| mUnk458aec (defined in ScreenController) | ScreenController | |
| mUnk575ccd (defined in ScreenController) | ScreenController | |
| mUnk5c1102 (defined in ScreenController) | ScreenController | |
| mUnk60893a (defined in ScreenController) | ScreenController | |
| mUnk658e75 (defined in ScreenController) | ScreenController | |
| mUnk82db40 (defined in ScreenController) | ScreenController | |
| mUnk8a2aa4 (defined in ScreenController) | ScreenController | |
| mUnk8a7418 (defined in ScreenController) | ScreenController | |
| mUnk955ba0 (defined in ScreenController) | ScreenController | |
| mUnk9c1f6f (defined in ScreenController) | ScreenController | |
| mUnka0b766 (defined in ScreenController) | ScreenController | |
| mUnka545bb (defined in ScreenController) | ScreenController | |
| mUnka9059e (defined in ScreenController) | ScreenController | |
| mUnkaa9757 (defined in ScreenController) | ScreenController | |
| 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 | |
| mUnke5c710 (defined in ScreenController) | ScreenController | |
| mUnkef27f7 (defined in ScreenController) | ScreenController | |
| mUnkf888ac (defined in ScreenController) | ScreenController | |
| onCreation() (defined in ScreenController) | ScreenController | virtual |
| onDelete() (defined in ScreenController) | ScreenController | virtual |
| onEntered() (defined in ScreenController) | ScreenController | virtual |
| onEntering() (defined in ScreenController) | ScreenController | virtual |
| onInit() (defined in ScreenController) | ScreenController | virtual |
| onLeave() (defined in ScreenController) | ScreenController | virtual |
| onOpen() (defined in ScreenController) | ScreenController | virtual |
| onReload() (defined in ScreenController) | ScreenController | virtual |
| onScreenPushedAbove() (defined in ScreenController) | ScreenController | virtual |
| onTerminate() (defined in ScreenController) | ScreenController | virtual |
| operator=(ScreenController const &) (defined in ScreenController) | ScreenController | |
| preFrameTick() (defined in ScreenController) | ScreenController | virtual |
| PreviousButtonStateRequirement enum name (defined in ScreenController) | ScreenController | |
| PreviousButtonStateRequirement enum name (defined in ScreenController) | ScreenController | |
| 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) (defined in ScreenController) | ScreenController | virtual |
| setSuspendInput(bool) (defined in ScreenController) | ScreenController | virtual |
| setViewCommand(::ScreenViewCommand const &callback) (defined in ScreenController) | ScreenController | virtual |
| SliderChangeType enum name (defined in ScreenController) | ScreenController | |
| SliderChangeType enum name (defined in ScreenController) | ScreenController | |
| tick() (defined in ScreenController) | ScreenController | virtual |
| tryExit() (defined in ScreenController) | ScreenController | |
| ~IScreenController()=default (defined in IScreenController) | IScreenController | virtual |
| ~ScreenController() (defined in ScreenController) | ScreenController | virtual |