|
| virtual ::std::unique_ptr<::UIComponent > | clone (::UIControl &cloneOwner) const |
| virtual void | reset () |
|
virtual::ComponentReceiveActionType | receive (::VisualTree &screenEvent, ::ScreenInputContext &, ::UIAnimationController &, ::ScreenEvent const &) |
|
virtual::ComponentReceiveActionType | receive (::ScreenEvent const &screenEvent) |
|
MCAPI | FocusComponent (::UIControl &owner) |
|
MCAPI void | _captureFocusPoint () |
|
MCAPI bool | checkFocusChangeOverride (::ui::CardinalDirection dir, ::std::string const &checkName) const |
|
MCFOLD int | getDefaultFocusPrecedence () const |
|
MCAPI bool | getFocusEnabled () const |
|
MCFOLD::std::string const & | getFocusIdentifier () const |
|
MCAPI bool | getFocusMagnetEnabled () const |
|
MCAPI bool | getFocusWrapEnabled () const |
|
MCAPI bool | getResetOnFocusLost () const |
|
MCAPI bool | hasFocusChangeOverride (::ui::CardinalDirection dir) const |
|
MCFOLD void | initialize (::FocusManager &manager) |
|
MCAPI void | registerNewLookupMapEntry (::std::string const &focusID, ::std::unordered_map<::ui::CardinalDirection, ::std::string > const &mapping) |
|
MCFOLD void | setDefaultFocusPrecedence (int precedence) |
|
MCAPI void | setFocusChangeOverride (::ui::CardinalDirection dir, ::std::string const &str) |
|
MCAPI void | setFocusEnabled (bool focusEnabled) |
|
MCAPI void | setFocusIdentifier (::std::string const &str) |
|
MCAPI void | setFocusMagnetEnabled (bool focusMagnetEnabled) |
|
MCAPI void | setFocusWrapEnabled (bool focusWrapEnabled) |
|
MCAPI void | setResetOnFocusLost (bool resetOnFocusLost) |
|
MCAPI void * | $ctor (::UIControl &owner) |
|
MCAPI void | $dtor () |
|
MCAPI ::std::unique_ptr<::UIComponent > | $clone (::UIControl &cloneOwner) const |
|
MCAPI void | $reset () |
|
MCAPI::ComponentReceiveActionType | $receive (::VisualTree &screenEvent, ::ScreenInputContext &, ::UIAnimationController &, ::ScreenEvent const &) |
|
MCAPI::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::UIControl const & | getOwner () const |
|
MCFOLD::UIControl & | getOwner () |
|
MCAPI bool | isLocked () const |
|
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, 8, ::FocusManager * > | mFocusManager |
|
::ll::TypedStorage< 4, 4, int > | mDefaultFocusPrecedence |
|
::ll::TypedStorage< 4, 8, ::glm::vec2 > | mCapturedFocusPoint |
|
::ll::TypedStorage< 8, 32, ::std::string > | mFocusIdentifier |
|
::ll::TypedStorage< 8, 64, ::std::unordered_map<::ui::CardinalDirection, ::std::string > > | mDirectionalFocusOverrides |
|
::ll::TypedStorage< 8, 64, ::std::unordered_map<::std::string, ::std::unordered_map<::ui::CardinalDirection, ::std::string > > > | mNamedMappingLookupData |
|
bool | mFocusEnabled: 1 |
|
bool | mFocusWrapEnabled: 1 |
|
bool | mFocusPointCaptured: 1 |
|
bool | mFocusMagnetEnabled: 1 |
|
bool | mResetOnFocusLost: 1 |
|
::ll::TypedStorage< 8, 8, ::UIControl & > | mOwner |