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

Classes

struct  ButtonInteractionInfo

Public Types

enum class  SelectionWheelIterateDir : uchar { Left = 0 , Right = 1 }
enum class  SelectionWheelIterateDir : uchar { Left = 0 , Right = 1 }
using HoverSliceType = uint64

Public Member Functions

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 SelectionWheelComponent (::UIControl &owner)
MCAPI void _broadcastNewHoverSliceButtonEvent (::ScreenInputContext &context, ::SelectionWheelComponent::ButtonInteractionInfo const &buttonInteractionInfo)
MCAPI uint64 _computeHoverSliceDeflection (::PointerMoveScreenEventData const &moveData)
MCAPI void _updateControlVisibility ()
MCAPI void addStateControl (::std::shared_ptr<::UIControl > control)
MCAPI void * $ctor (::UIControl &owner)
MCAPI void $dtor ()
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 $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

Static Public Member Functions

static MCAPI void ** $vftable ()

Public Attributes

::ll::TypedStorage< 8, 16, ::std::weak_ptr<::UIControl > > mWeakScreenControl
::ll::TypedStorage< 8, 24, ::std::vector<::std::weak_ptr<::UIControl > > > mStateControls
::ll::TypedStorage< 1, 1, bool > mConsumeEvents
::ll::TypedStorage< 8, 8, uint64 > mSliceCount
::ll::TypedStorage< 8, 8, uint64 > mHoverSlice
::ll::TypedStorage< 8, 8, uint64 > mLastValidHoverSlice
::ll::TypedStorage< 4, 4, float > mInnerRadius
::ll::TypedStorage< 4, 4, float > mOuterRadius
::ll::TypedStorage< 4, 4, uint > mAnalogButtonNameId
::ll::TypedStorage< 4, 4, uint > mSelectButtonNameId
::ll::TypedStorage< 4, 4, uint > mHoverButtonNameId
::ll::TypedStorage< 4, 4, uint > mIterateLeftNameId
::ll::TypedStorage< 4, 4, uint > mIterateRightNameId
::ll::TypedStorage< 8, 24, ::std::vector< uint > > mSelectSlotNameIds
::ll::TypedStorage< 4, 4, ::InputMode > mInputMode
::ll::TypedStorage< 8, 8, ::UIControl & > mOwner

Member Function Documentation

◆ clone()

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

Implements UIComponent.

◆ reset()

virtual void SelectionWheelComponent::reset ( )
virtual

Implements UIComponent.

◆ reload()

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

Reimplemented from UIComponent.

◆ onVisibilityChanged()

virtual void SelectionWheelComponent::onVisibilityChanged ( bool visible)
virtual

Reimplemented from UIComponent.

◆ onEnabledChanged()

virtual void SelectionWheelComponent::onEnabledChanged ( bool enabled)
virtual

Reimplemented from UIComponent.

◆ $vftable()

MCAPI void ** SelectionWheelComponent::$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: