LeviLamina
Loading...
Searching...
No Matches
TextEditComponent Class Reference
Inheritance diagram for TextEditComponent:

Public Member Functions

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 _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 updateCaretBlink (float dt)
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 enabled)
virtual bool isRenderableComponent () const
virtual bool isCustomFrameUpdateComponent () const
virtual bool onLayoutChange ()
MCFOLD::ComponentReceiveActionType $receive (::ScreenEvent const &screenEvent)
MCFOLD void $onNotifyChildAdded ()
MCFOLD void $onNotifyChildRemoved ()
MCFOLD void $onRemoved ()
MCFOLD void $onAdded ()
MCFOLD void $onEnabledChanged (bool enabled)
MCFOLD bool $isRenderableComponent () const
MCFOLD bool $isCustomFrameUpdateComponent () const
MCFOLD bool $onLayoutChange ()

Public Attributes

::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, ::FontHandlemFontHandle
::ll::TypedStorage< 4, 16, ::mce::ColormPlaceHolderHoverColor
::ll::TypedStorage< 4, 16, ::mce::ColormPlaceHolderDefaultColor
::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

Member Function Documentation

◆ clone()

virtual ::std::unique_ptr<::UIComponent > TextEditComponent::clone ( ::UIControl & cloneOwner) const
virtual

Implements UIComponent.

◆ reload()

virtual void TextEditComponent::reload ( ::UIComponent const & rhs)
virtual

Reimplemented from UIComponent.

◆ reset()

virtual void TextEditComponent::reset ( )
virtual

Implements UIComponent.

◆ onVisibilityChanged()

virtual void TextEditComponent::onVisibilityChanged ( bool visible)
virtual

Reimplemented from UIComponent.


The documentation for this class was generated from the following files: