|
| virtual ::std::unique_ptr<::UIComponent > | clone (::UIControl &cloneOwner) const |
| virtual void | reset () |
| virtual void | reload (::UIComponent const &rhs) |
|
virtual::ComponentReceiveActionType | receive (::VisualTree &visualTree, ::ScreenInputContext &context, ::UIAnimationController &animationController, ::ScreenEvent const &screenEvent) |
|
virtual::ComponentReceiveActionType | receive (::ScreenEvent const &screenEvent) |
| virtual void | onVisibilityChanged (bool visible) |
| virtual void | onEnabledChanged (bool enabled) |
|
MCAPI void | _updateControlVisibility () |
|
MCFOLD void | setVisible (::std::weak_ptr<::UIControl > const &control, bool visible) |
|
MCAPI ::std::unique_ptr<::UIComponent > | $clone (::UIControl &cloneOwner) const |
|
MCAPI void | $reset () |
|
MCAPI void | $reload (::UIComponent const &rhs) |
|
MCAPI::ComponentReceiveActionType | $receive (::VisualTree &visualTree, ::ScreenInputContext &context, ::UIAnimationController &animationController, ::ScreenEvent const &screenEvent) |
|
MCAPI::ComponentReceiveActionType | $receive (::ScreenEvent const &screenEvent) |
|
MCAPI void | $onVisibilityChanged (bool visible) |
|
MCAPI void | $onEnabledChanged (bool enabled) |
|
virtual void | onNotifyChildAdded () |
|
virtual void | onNotifyChildRemoved () |
|
virtual void | onRemoved () |
|
virtual void | onAdded () |
|
virtual bool | isRenderableComponent () const |
|
virtual bool | isCustomFrameUpdateComponent () const |
|
virtual bool | onLayoutChange () |
|
virtual::std::string const & | getTextToSpeechComponentValue () const |
|
MCFOLD void | $dtor () |
|
MCFOLD void | $onNotifyChildAdded () |
|
MCFOLD void | $onNotifyChildRemoved () |
|
MCFOLD void | $onRemoved () |
|
MCFOLD void | $onAdded () |
|
MCFOLD bool | $isRenderableComponent () const |
|
MCFOLD bool | $isCustomFrameUpdateComponent () const |
|
MCFOLD bool | $onLayoutChange () |
|
MCFOLD::std::string const & | $getTextToSpeechComponentValue () const |
|
|
::ll::TypedStorage< 8, 16, ::std::weak_ptr<::UIControl > > | mDefaultStateControl |
|
::ll::TypedStorage< 8, 16, ::std::weak_ptr<::UIControl > > | mHoverStateControl |
|
::ll::TypedStorage< 8, 16, ::std::weak_ptr<::UIControl > > | mPressedStateControl |
|
::ll::TypedStorage< 8, 16, ::std::weak_ptr<::UIControl > > | mLockedStateControl |
|
::ll::TypedStorage< 1, 1, bool > | mPressed |
|
::ll::TypedStorage< 1, 1, bool > | mHover |
|
::ll::TypedStorage< 1, 1, bool > | mConsumeEvents |
|
::ll::TypedStorage< 8, 8, ::UIControl & > | mOwner |