|
| virtual ::std::unique_ptr<::UIComponent > | clone (::UIControl &cloneOwner) const |
| virtual void | reload (::UIComponent const &rhs) |
| virtual void | reset () |
|
virtual::ComponentReceiveActionType | receive (::VisualTree &visualTree, ::ScreenInputContext &context, ::UIAnimationController &animationController, ::ScreenEvent const &screenEvent) |
| virtual void | onVisibilityChanged (bool visible) |
|
virtual::std::string const & | getTextToSpeechComponentValue () const |
|
MCAPI | TextEditComponent (::UIControl &owner) |
|
MCAPI void | _click (float x, float y) const |
|
MCAPI void | _hidePlaceHolderControl () |
|
MCAPI void | _showPlaceHolderControl () |
|
MCAPI bool | _textFitsInControl (::std::string const &text) const |
|
MCAPI void | deselectControl () |
|
MCAPI::RectangleArea | getMinTextArea () const |
|
MCAPI::std::string | getText () const |
|
MCAPI::RectangleArea | getTextArea () const |
|
MCAPI void | handleFocusSet (bool focused) |
|
MCAPI::TextCharEventResult | handleTextCharEvent (::VisualTree &visualTree, ::std::string const &inputUtf8) |
|
MCAPI void | registerPropertyChangedNotifications () |
|
MCAPI void | selectControl () |
|
MCAPI void | setText (::std::string const &text) |
|
MCAPI bool | trySetText (::std::string text) |
|
MCAPI void * | $ctor (::UIControl &owner) |
|
MCAPI ::std::unique_ptr<::UIComponent > | $clone (::UIControl &cloneOwner) const |
|
MCAPI void | $reload (::UIComponent const &rhs) |
|
MCAPI void | $reset () |
|
MCAPI::ComponentReceiveActionType | $receive (::VisualTree &visualTree, ::ScreenInputContext &context, ::UIAnimationController &animationController, ::ScreenEvent const &screenEvent) |
|
MCAPI void | $onVisibilityChanged (bool visible) |
|
MCAPI::std::string const & | $getTextToSpeechComponentValue () const |
|
virtual::ComponentReceiveActionType | receive (::ScreenEvent const &screenEvent) |
|
virtual void | onNotifyChildAdded () |
|
virtual void | onNotifyChildRemoved () |
|
virtual void | onRemoved () |
|
virtual void | onAdded () |
|
virtual void | onEnabledChanged (bool) |
|
virtual bool | isRenderableComponent () const |
|
virtual bool | isCustomFrameUpdateComponent () const |
|
virtual bool | onLayoutChange () |
|
MCFOLD void | $dtor () |
|
MCFOLD::ComponentReceiveActionType | $receive (::ScreenEvent const &screenEvent) |
|
MCFOLD void | $onNotifyChildAdded () |
|
MCFOLD void | $onNotifyChildRemoved () |
|
MCFOLD void | $onRemoved () |
|
MCFOLD void | $onAdded () |
|
MCFOLD void | $onEnabledChanged (bool) |
|
MCFOLD bool | $isRenderableComponent () const |
|
MCFOLD bool | $isCustomFrameUpdateComponent () const |
|
MCFOLD bool | $onLayoutChange () |
|
|
::ll::TypedStorage< 4, 4, uint > | mMaxLength |
|
::ll::TypedStorage< 1, 1, bool > | mConstrainToRect |
|
::ll::TypedStorage< 1, 1, bool > | mEnabledNewline |
|
::ll::TypedStorage< 4, 4, ::TextType > | mTextType |
|
::ll::TypedStorage< 8, 80, ::FontHandle > | mFontHandle |
|
::ll::TypedStorage< 4, 16, ::mce::Color > | mPlaceHolderHoverColor |
|
::ll::TypedStorage< 4, 16, ::mce::Color > | mPlaceHolderDefaultColor |
|
::ll::TypedStorage< 1, 1, bool > | mHover |
|
::ll::TypedStorage< 8, 16, ::std::weak_ptr<::UIControl > > | mVirtualKeyboardBufferControl |
|
::ll::TypedStorage< 8, 16, ::std::weak_ptr<::UIControl > > | mLabelControl |
|
::ll::TypedStorage< 8, 16, ::std::weak_ptr<::UIControl > > | mPlaceHolderControl |
|
::ll::TypedStorage< 8, 32, ::std::string > | mGridCollectionName |
|
::ll::TypedStorage< 4, 4, uint > | mTextEditComponentId |
|
::ll::TypedStorage< 1, 1, bool > | mCanBeDeselected |
|
::ll::TypedStorage< 1, 1, bool > | mSelected |
|
::ll::TypedStorage< 1, 1, bool > | mFocused |
|
::ll::TypedStorage< 1, 1, bool > | mAlwaysListening |
|
::ll::TypedStorage< 8, 8, ::UIControl & > | mOwner |