|
| virtual ::std::unique_ptr<::UIComponent > | clone (::UIControl &cloneOwner) const |
| virtual void | reset () |
| virtual void | reload (::UIComponent const &rhs) |
|
virtual::ComponentReceiveActionType | receive (::VisualTree &screenEvent, ::ScreenInputContext &, ::UIAnimationController &, ::ScreenEvent const &) |
|
virtual::ComponentReceiveActionType | receive (::ScreenEvent const &screenEvent) |
| virtual void | onVisibilityChanged (bool visible) |
| virtual void | onEnabledChanged (bool enabled) |
|
MCAPI | ButtonComponent (::UIControl &owner) |
|
MCAPI void | _updateControlVisibility () |
|
MCFOLD ::std::weak_ptr<::UIControl > | getDefaultStateControl () const |
|
MCFOLD ::std::weak_ptr<::UIControl > | getHoverStateControl () const |
|
MCFOLD ::std::weak_ptr<::UIControl > | getLockedStateControl () const |
|
MCFOLD ::std::weak_ptr<::UIControl > | getPressedStateControl () const |
|
MCFOLD void | setConsumeEvents (bool consumeEvents) |
|
MCAPI void | setDefaultStateControl (::std::weak_ptr<::UIControl > control) |
|
MCAPI void | setHoverStateControl (::std::weak_ptr<::UIControl > control) |
|
MCAPI void | setLockedStateControl (::std::weak_ptr<::UIControl > control) |
|
MCAPI void | setPressedStateControl (::std::weak_ptr<::UIControl > control) |
|
MCAPI void * | $ctor (::UIControl &owner) |
|
MCAPI ::std::unique_ptr<::UIComponent > | $clone (::UIControl &cloneOwner) const |
|
MCAPI void | $reset () |
|
MCAPI void | $reload (::UIComponent const &rhs) |
|
MCAPI::ComponentReceiveActionType | $receive (::VisualTree &screenEvent, ::ScreenInputContext &, ::UIAnimationController &, ::ScreenEvent const &) |
|
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::UIControl const & | getOwner () const |
|
MCFOLD::UIControl & | getOwner () |
|
MCAPI bool | isLocked () 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 |