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 &screenEvent, ::ScreenInputContext &, ::UIAnimationController &, ::ScreenEvent const &)
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 _removeHoverTextColor ()
MCAPI void _setHoverTextColor ()
MCAPI void _showPlaceHolderControl ()
MCAPI bool _textFitsInControl (::std::string const &text) const
MCAPI bool canBeDeselected () const
MCAPI void deselectControl ()
MCAPI bool getAlwaysListening () const
MCAPI float getCaretHeightOffset () const
MCAPI int getCollectionIndex () const
MCAPI bool getEnabledNewline () const
MCAPI::FontHandle getFontHandle () const
MCAPI::UIPropertyBag * getLabelPropertyBag () const
MCFOLD int getMaxLength () const
MCAPI::RectangleArea getMinTextArea () const
MCAPI::std::string getText () const
MCAPI::RectangleArea getTextArea () const
MCAPI uint getTextEditComponentId () const
MCAPI void handleFocusGained ()
MCAPI void handleFocusLost ()
MCAPI void handleFocusSet (bool focused)
MCAPI::TextCharEventResult handleTextCharEvent (::VisualTree &visualTree, ::std::string const &inputUtf8)
MCAPI bool isNumbersOnly () const
MCAPI void registerPropertyChangedNotifications ()
MCAPI void selectControl ()
MCAPI void setCanBeDeselected (bool deselected)
MCAPI void setText (::std::string const &text)
MCAPI bool trySetText (::std::string text)
MCAPI void updateCaretBlink (float dt)
MCAPI void * $ctor (::UIControl &owner)
MCAPI void $dtor ()
MCAPI ::std::unique_ptr<::UIComponent > $clone (::UIControl &cloneOwner) const
MCAPI void $reload (::UIComponent const &rhs)
MCAPI void $reset ()
MCAPI::ComponentReceiveActionType $receive (::VisualTree &screenEvent, ::ScreenInputContext &, ::UIAnimationController &, ::ScreenEvent const &)
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::UIControl const & getOwner () const
MCFOLD::UIControl & getOwner ()
MCAPI bool isLocked () const
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 ()

Static Public Member Functions

static MCAPI void ** $vftable ()

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.

◆ $vftable()

MCAPI void ** TextEditComponent::$vftable ( )
static
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

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