|
LeviLamina
|
Classes | |
| struct | ViewEntry |
Public Member Functions | |
| ViewsCoordinator & | operator= (ViewsCoordinator const &) |
| ViewsCoordinator (ViewsCoordinator const &) | |
| virtual ::Bedrock::NonOwnerPointer<::OreUI::IView > | get (::OreUI::ViewId viewId) const |
| virtual void | discard (::OreUI::ViewId viewId) |
| MCAPI ::std::unique_ptr<::OreUI::ViewInputHandler > | _createInputHandler (::cohtml::View &gamefaceView, ::std::unique_ptr<::OreUI::TextInputHandler > textInputHandler, ::IClientInstance &clientInstance) const |
| MCAPI::OreUI::ViewId | _createView (::OreUI::Detail::ViewContextFactory &contextFactory, ::IClientInstance &clientInstance, ::std::string const &url, ::std::unique_ptr<::OreUI::IFacetRegistry > facets) |
| MCAPI void | _destroyView (::OreUI::ViewId viewId) |
| MCAPI ::std::vector<::OreUI::ViewId > | _getViewIds () |
| MCAPI ::std::optional< int > | calculateCaretPositionAfterMovement (::TextBoxCaretMovement movement) |
| MCAPI void | clearUnusedCachedViews (::SubClientId subClientId) |
| MCAPI::OreUI::ViewId | createView (::OreUI::Detail::ViewContextFactory &contextFactory, ::std::string const &viewPath, ::std::unique_ptr<::OreUI::IFacetRegistry > facets, ::IClientInstance &clientInstance, ::OreUI::ViewCacheMode viewCacheMode) |
| MCAPI ::std::unique_ptr<::IGamefaceTextInputProxy > | getTextInputProxy () |
| MCAPI void | onKeyboardDismissed () |
| MCAPI void | setTextBoxState (::TextBoxStateChange const &stateChange) |
| MCAPI void | update (double time) |
| MCAPI ::Bedrock::NonOwnerPointer<::OreUI::IView > | $get (::OreUI::ViewId viewId) const |
| MCAPI void | $discard (::OreUI::ViewId viewId) |
| MCFOLD void * | $ctor () |
| MCFOLD void * | $ctor (::Bedrock::EnableNonOwnerReferences const &) |
| MCFOLD void | $dtor () |
Static Public Member Functions | |
| static MCAPI void ** | $vftable () |
Public Attributes | |
| ::ll::TypedStorage< 8, 8, ::cohtml::System * > | mSystem |
| ::ll::TypedStorage< 8, 8, ::cohtml::SystemRenderer * > | mSystemRenderer |
| ::ll::TypedStorage< 8, 8, ::cohtml::ITimeZoneProvider * > | mTimeZoneProvider |
| ::ll::TypedStorage< 8, 8, ::OreUI::LayoutScheduler & > | mLayoutScheduler |
| ::ll::TypedStorage< 8, 8, ::OreUI::FramesToPaintQueue & > | mFramesToPaint |
| ::ll::TypedStorage< 8, 24, ::std::vector<::OreUI::ViewsCoordinator::ViewEntry > > | mViews |
| ::ll::TypedStorage< 8, 96, ::OreUI::ViewsCacheRegistry > | mViewsCacheRegistry |
| ::ll::TypedStorage< 8, 8, ::OreUI::DebugData & > | mDebugData |
| ::std::shared_ptr<::Bedrock::EnableNonOwnerReferences::ControlBlock > | mControlBlock |
|
virtual |
Implements OreUI::IViewProvider.
|
virtual |
Implements OreUI::IViewProvider.
|
static |