|
SceneStack & | operator= (SceneStack const &) |
|
| SceneStack (SceneStack const &) |
|
virtual void | registerSceneChangeCallback (void *, ::std::function< void(::AbstractScene &)>) |
|
virtual void | unregisterSceneChangeCallback (void *) |
|
virtual void | registerPrePushSceneCallback (void *, ::std::function< void(::AbstractScene &)>) |
|
virtual void | unregisterPrePushSceneCallback (void *) |
|
virtual void | registerPushSceneCallback (void *, ::std::function< void(::std::shared_ptr<::AbstractScene >, ::std::optional<::OreUI::RouteAction >)>) |
|
virtual void | unregisterPushSceneCallback (void *) |
|
virtual void | registerPrePopSceneCallback (void *, ::std::function< void(::AbstractScene *)>) |
|
virtual void | unregisterPrePopSceneCallback (void *) |
|
virtual void | registerPopSceneCallback (void *, ::std::function< void(::std::shared_ptr<::AbstractScene >, bool, ::std::optional<::OreUI::RouteAction >)>) |
|
virtual void | unregisterPopSceneCallback (void *) |
|
virtual void | pushScreenWithRouteAction (::std::shared_ptr<::AbstractScene >, ::OreUI::RouteAction const &) |
|
virtual void | popScreenWithRouteAction (::OreUI::RouteAction const &) |
|
virtual void | pushScreen (::std::shared_ptr<::AbstractScene >, bool) |
|
virtual void | schedulePopScreen (int) |
|
virtual void | schedulePopScreenWithExpectedNames (::std::vector<::std::string > const &) |
|
virtual void | flushStack (bool, bool, bool) |
|
virtual bool | isEmpty () const |
|
virtual::AbstractScene * | getTopScene () |
|
virtual::AbstractScene const * | getTopScene () const |
|
virtual ::std::shared_ptr<::AbstractScene > | getTopSceneShared () const |
|
virtual void | setBufferTextCharEvents (bool) |
|
MCFOLD void | $dtor () |
|
|
::ll::UntypedStorage< 8, 24 > | mUnkbcc16d |
|
::ll::UntypedStorage< 8, 8 > | mUnk8dcffd |
|
::ll::UntypedStorage< 8, 24 > | mUnkf386a2 |
|
::ll::UntypedStorage< 8, 24 > | mUnkd84588 |
|
::ll::UntypedStorage< 8, 24 > | mUnk5ef523 |
|
::ll::UntypedStorage< 8, 8 > | mUnke994ec |
|
::ll::UntypedStorage< 4, 4 > | mUnk9854ed |
|
::ll::UntypedStorage< 4, 4 > | mUnk3800f4 |
|
::ll::UntypedStorage< 4, 4 > | mUnkfcb498 |
|
::ll::UntypedStorage< 1, 1 > | mUnkc25e9a |
|
::ll::UntypedStorage< 8, 32 > | mUnkcaf8cd |
|
::ll::UntypedStorage< 1, 1 > | mUnkb4d8b3 |
|
::ll::UntypedStorage< 1, 1 > | mUnk45d57c |
|
::ll::UntypedStorage< 1, 1 > | mUnk7bf459 |
|
::ll::UntypedStorage< 1, 1 > | mUnka069f8 |
|
::ll::UntypedStorage< 1, 1 > | mUnka018e9 |
|
::ll::UntypedStorage< 8, 24 > | mUnka540cc |
|
::ll::UntypedStorage< 8, 16 > | mUnkbfd4de |
|
::ll::UntypedStorage< 8, 16 > | mUnkbe9235 |
|
::ll::UntypedStorage< 8, 128 > | mUnkaa7945 |
|
::ll::UntypedStorage< 8, 24 > | mUnk4bcf76 |
|
::ll::UntypedStorage< 8, 24 > | mUnka620e8 |
|
::ll::UntypedStorage< 8, 24 > | mUnkda929e |
|
::ll::UntypedStorage< 8, 24 > | mUnke77ba7 |
|
::ll::UntypedStorage< 8, 24 > | mUnkef2ee6 |
|
::ll::UntypedStorage< 8, 8 > | mUnk440c04 |
|
::ll::UntypedStorage< 8, 24 > | mUnk355c2d |
|
::std::shared_ptr<::Bedrock::EnableNonOwnerReferences::ControlBlock > | mControlBlock |
|
◆ registerSceneChangeCallback()
virtual void SceneStack::registerSceneChangeCallback |
( |
void * | , |
|
|
::std::function< void(::AbstractScene &)> | ) |
|
virtual |
◆ unregisterSceneChangeCallback()
virtual void SceneStack::unregisterSceneChangeCallback |
( |
void * | | ) |
|
|
virtual |
◆ registerPrePushSceneCallback()
virtual void SceneStack::registerPrePushSceneCallback |
( |
void * | , |
|
|
::std::function< void(::AbstractScene &)> | ) |
|
virtual |
◆ unregisterPrePushSceneCallback()
virtual void SceneStack::unregisterPrePushSceneCallback |
( |
void * | | ) |
|
|
virtual |
◆ registerPushSceneCallback()
◆ unregisterPushSceneCallback()
virtual void SceneStack::unregisterPushSceneCallback |
( |
void * | | ) |
|
|
virtual |
◆ registerPrePopSceneCallback()
virtual void SceneStack::registerPrePopSceneCallback |
( |
void * | , |
|
|
::std::function< void(::AbstractScene *)> | ) |
|
virtual |
◆ unregisterPrePopSceneCallback()
virtual void SceneStack::unregisterPrePopSceneCallback |
( |
void * | | ) |
|
|
virtual |
◆ registerPopSceneCallback()
◆ unregisterPopSceneCallback()
virtual void SceneStack::unregisterPopSceneCallback |
( |
void * | | ) |
|
|
virtual |
◆ pushScreenWithRouteAction()
◆ popScreenWithRouteAction()
◆ pushScreen()
virtual void SceneStack::pushScreen |
( |
::std::shared_ptr<::AbstractScene > | , |
|
|
bool | ) |
|
virtual |
◆ schedulePopScreen()
virtual void SceneStack::schedulePopScreen |
( |
int | | ) |
|
|
virtual |
◆ schedulePopScreenWithExpectedNames()
virtual void SceneStack::schedulePopScreenWithExpectedNames |
( |
::std::vector<::std::string > const & | | ) |
|
|
virtual |
◆ flushStack()
virtual void SceneStack::flushStack |
( |
bool | , |
|
|
bool | , |
|
|
bool | ) |
|
virtual |
◆ isEmpty()
virtual bool SceneStack::isEmpty |
( |
| ) |
const |
|
virtual |
◆ getTopScene() [1/2]
virtual::AbstractScene * SceneStack::getTopScene |
( |
| ) |
|
|
virtual |
◆ getTopScene() [2/2]
virtual::AbstractScene const * SceneStack::getTopScene |
( |
| ) |
const |
|
virtual |
◆ getTopSceneShared()
virtual ::std::shared_ptr<::AbstractScene > SceneStack::getTopSceneShared |
( |
| ) |
const |
|
virtual |
◆ setBufferTextCharEvents()
virtual void SceneStack::setBufferTextCharEvents |
( |
bool | | ) |
|
|
virtual |
◆ $vftable()
static MCAPI void ** Bedrock::EnableNonOwnerReferences::$vftable |
( |
| ) |
|
|
staticinherited |
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
The documentation for this class was generated from the following file: