LeviLamina
Loading...
Searching...
No Matches
ScreenController Member List

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()ScreenControllerstatic
_doesScreenHaveExitBehavior() const (defined in ScreenController)ScreenControllervirtual
_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)ScreenControllervirtual
_registerSubController(::std::shared_ptr<::ScreenController > controller) (defined in ScreenController)ScreenController
addEventProperties(::std::unordered_map<::std::string, ::std::string > &) const (defined in ScreenController)ScreenControllervirtual
addStaticScreenVars(::Json::Value &globalVars) (defined in ScreenController)ScreenControllervirtual
bind(::std::string const &collectionName, uint collectionNameHash, int collectionIndex, ::std::string const &bindingName, uint bindingNameHash, ::std::string const &bindingNameOverride, ::UIPropertyBag &bag) (defined in ScreenController)ScreenControllervirtual
bind(::std::string const &bindingName, uint bindingNameHash, ::std::string const &bindingNameOverride, ::UIPropertyBag &bag) (defined in ScreenController)ScreenControllervirtual
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)ScreenControllervirtual
getAdditionalScreenInfo() const (defined in ScreenController)ScreenController
getProxy() (defined in ScreenController)ScreenController
getRoute() const (defined in ScreenController)ScreenControllervirtual
getSceneId() const (defined in ScreenController)ScreenControllervirtual
getSceneType() const (defined in ScreenController)ScreenController
getScreenVersion() const (defined in ScreenController)ScreenControllervirtual
getTelemetryOverride() const (defined in ScreenController)ScreenController
handleEvent(::ScreenEvent &screenEvent) (defined in ScreenController)ScreenControllervirtual
handleGameEventNotification(::ui::GameEventNotification) (defined in ScreenController)ScreenController
handleLicenseChanged() (defined in ScreenController)ScreenControllervirtual
hasFinishedAsyncTasks() const (defined in ScreenController)ScreenController
leaveScreen(::std::string const &) (defined in ScreenController)ScreenControllervirtual
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)ScreenControllervirtual
onDelete() (defined in ScreenController)ScreenControllervirtual
onEntered() (defined in ScreenController)ScreenControllervirtual
onEntering() (defined in ScreenController)ScreenControllervirtual
onInit() (defined in ScreenController)ScreenControllervirtual
onLeave() (defined in ScreenController)ScreenControllervirtual
onOpen() (defined in ScreenController)ScreenControllervirtual
onReload() (defined in ScreenController)ScreenControllervirtual
onScreenPushedAbove() (defined in ScreenController)ScreenControllervirtual
onTerminate() (defined in ScreenController)ScreenControllervirtual
operator=(ScreenController const &) (defined in ScreenController)ScreenController
preFrameTick() (defined in ScreenController)ScreenControllervirtual
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)ScreenControllervirtual
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)ScreenControllerexplicit
setAssociatedBlockPos(::BlockPos const &pos) (defined in ScreenController)ScreenControllervirtual
setAssociatedEntityUniqueID(::ActorUniqueID const unqiueID) (defined in ScreenController)ScreenControllervirtual
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)ScreenControllervirtual
setSuspendDirectionalInput(bool) (defined in ScreenController)ScreenControllervirtual
setSuspendInput(bool) (defined in ScreenController)ScreenControllervirtual
setViewCommand(::ScreenViewCommand const &callback) (defined in ScreenController)ScreenControllervirtual
SliderChangeType enum name (defined in ScreenController)ScreenController
SliderChangeType enum name (defined in ScreenController)ScreenController
tick() (defined in ScreenController)ScreenControllervirtual
tryExit() (defined in ScreenController)ScreenController
~IScreenController()=default (defined in IScreenController)IScreenControllervirtual
~ScreenController() (defined in ScreenController)ScreenControllervirtual