|
| virtual ::std::unique_ptr<::UIComponent > | clone (::UIControl &cloneOwner) const |
| virtual void | reset () |
|
MCAPI::FocusContainerComponent * | _getParentFocusContainer () |
|
MCAPI void | addRecentFocusControl (::std::weak_ptr<::UIControl > weakControl) |
|
MCAPI::std::string | getFocusNavigationModeName (::ui::CardinalDirection dir) const |
|
MCAPI ::std::shared_ptr<::UIControl > | getLastFocusedControl () |
|
MCAPI::std::string | getLastFocusedControlName () const |
|
MCAPI void | initialize () |
|
MCAPI bool | isAncestorFocusContainer (::std::shared_ptr<::UIControl const > focusContainerControl) const |
|
MCAPI void | loseFocus (::std::weak_ptr<::UIControl > lastControl) |
|
MCAPI void | removeInvalidSubFocusContainer () |
|
MCAPI void | setFocusNavigationModeOverride (::ui::CardinalDirection dir, ::std::string const &str) |
|
MCAPI void | setLastFocusedControl (::std::weak_ptr<::UIControl > control) |
|
MCAPI void | $dtor () |
|
MCAPI ::std::unique_ptr<::UIComponent > | $clone (::UIControl &cloneOwner) const |
|
MCAPI void | $reset () |
|
virtual::ComponentReceiveActionType | receive (::VisualTree &visualTree, ::ScreenInputContext &context, ::UIAnimationController &animationController, ::ScreenEvent const &screenEvent) |
|
virtual::ComponentReceiveActionType | receive (::ScreenEvent const &screenEvent) |
|
virtual void | onNotifyChildAdded () |
|
virtual void | onNotifyChildRemoved () |
|
virtual void | onRemoved () |
|
virtual void | onAdded () |
|
virtual void | onVisibilityChanged (bool visible) |
|
virtual void | onEnabledChanged (bool enabled) |
|
virtual bool | isRenderableComponent () const |
|
virtual bool | isCustomFrameUpdateComponent () const |
|
virtual bool | onLayoutChange () |
|
virtual void | reload (::UIComponent const &rhs) |
|
virtual::std::string const & | getTextToSpeechComponentValue () const |
|
MCFOLD::ComponentReceiveActionType | $receive (::VisualTree &visualTree, ::ScreenInputContext &context, ::UIAnimationController &animationController, ::ScreenEvent const &screenEvent) |
|
MCFOLD::ComponentReceiveActionType | $receive (::ScreenEvent const &screenEvent) |
|
MCFOLD void | $onNotifyChildAdded () |
|
MCFOLD void | $onNotifyChildRemoved () |
|
MCFOLD void | $onRemoved () |
|
MCFOLD void | $onAdded () |
|
MCFOLD void | $onVisibilityChanged (bool visible) |
|
MCFOLD void | $onEnabledChanged (bool enabled) |
|
MCFOLD bool | $isRenderableComponent () const |
|
MCFOLD bool | $isCustomFrameUpdateComponent () const |
|
MCFOLD bool | $onLayoutChange () |
|
MCFOLD void | $reload (::UIComponent const &rhs) |
|
MCFOLD::std::string const & | $getTextToSpeechComponentValue () const |
|
|
::ll::TypedStorage< 8, 32, ::RecentFocusVector > | mRecentFocusList |
|
::ll::TypedStorage< 8, 16, ::std::weak_ptr<::UIControl > > | mLastFocusedControl |
|
::ll::TypedStorage< 8, 64, ::std::unordered_map<::ui::CardinalDirection, ::FocusNavigationMode > > | mDirectionalFocusOverrides |
|
::ll::TypedStorage< 8, 64, ::std::unordered_map<::ui::CardinalDirection, ::std::vector<::FocusContainerCustomData > > > | mFocusContainerCustomOverrides |
|
::ll::TypedStorage< 8, 24, ::std::vector<::std::weak_ptr<::UIControl const > > > | mSubFocusContainers |
|
::ll::TypedStorage< 1, 1, bool > | mUseLastFocus |
|
::ll::TypedStorage< 1, 1, bool > | mWrappingAllowed |
|
::ll::TypedStorage< 8, 8, ::UIControl & > | mOwner |