M&B: Bannerlord 1.2.7
The horns sound, the ravens gather.
Loading...
Searching...
No Matches
TaleWorlds.MountAndBlade.GauntletUI.Widgets.NavigatableListPanel Class Reference

Inherits TaleWorlds.GauntletUI.BaseTypes.ListPanel.

Inherited by TaleWorlds.MountAndBlade.GauntletUI.Widgets.Inventory.InventoryListPanel.

Public Member Functions

 NavigatableListPanel (UIContext context)
 
- Public Member Functions inherited from TaleWorlds.GauntletUI.BaseTypes.ListPanel
 ListPanel (UIContext context)
 
override int GetIndexForDrop (Vector2 draggedWidgetPosition)
 
override Vector2 GetDropGizmoPosition (Vector2 draggedWidgetPosition)
 
override void OnChildSelected (Widget widget)
 
- Public Member Functions inherited from TaleWorlds.GauntletUI.BaseTypes.Container
abstract Vector2 GetDropGizmoPosition (Vector2 draggedWidgetPosition)
 
abstract int GetIndexForDrop (Vector2 draggedWidgetPosition)
 
abstract void OnChildSelected (Widget widget)
 
ContainerItemDescription GetItemDescription (string id, int index)
 
void AddItemDescription (ContainerItemDescription itemDescription)
 
ScrollablePanel FindParentPanel ()
 
- Public Member Functions inherited from TaleWorlds.GauntletUI.BaseTypes.Widget
void ApplyActionOnAllChildren (Action< Widget > action)
 
 Widget (UIContext context)
 
GetComponent< T > ()
 
void AddComponent (WidgetComponent component)
 
void AddState (string stateName)
 
bool ContainsState (string stateName)
 
virtual void SetState (string stateName)
 
Widget FindChild (BindingPath path)
 
Widget FindChild (string singlePathNode)
 
Widget FindChild (WidgetSearchDelegate widgetSearchDelegate)
 
Widget FindChild (string id, bool includeAllChildren=false)
 
void RemoveAllChildren ()
 
virtual void UpdateAnimationPropertiesSubTask (float alphaFactor)
 
void Measure (Vector2 measureSpec)
 
bool CheckIsMyChildRecursive (Widget child)
 
void AddChild (Widget widget)
 
void AddChildAtIndex (Widget widget, int index)
 
void SwapChildren (Widget widget1, Widget widget2)
 
void RemoveChild (Widget widget)
 
virtual void OnBeforeRemovedChild (Widget widget)
 Called before binding is broken and child is removed Be careful not to invalidate datasource data in here!
 
bool HasChild (Widget widget)
 
virtual void UpdateBrushes (float dt)
 
int GetChildIndex (Widget child)
 
int GetVisibleChildIndex (Widget child)
 
int GetFilterChildIndex (Widget child, Func< Widget, bool > childrenFilter)
 
Widget GetChild (int i)
 
void Layout (float left, float bottom, float right, float top)
 
virtual void HandleInput (IReadOnlyList< int > lastKeysPressed)
 
bool IsPointInsideMeasuredArea (Vector2 p)
 
bool IsPointInsideGamepadCursorArea (Vector2 p)
 
void Hide ()
 
void Show ()
 
Vector2 GetLocalPoint (Vector2 globalPoint)
 Transforms a global point to local coordinates for this widget.
 
void SetSiblingIndex (int index, bool force=false)
 
int GetSiblingIndex ()
 
int GetVisibleSiblingIndex ()
 
void Render (TwoDimensionContext twoDimensionContext, TwoDimensionDrawContext drawContext)
 
bool IsRecursivelyVisible ()
 
override string ToString ()
 
void OnGamepadNavigationFocusGain ()
 

Protected Member Functions

override void OnLateUpdate (float dt)
 
override void OnConnectedToRoot ()
 
override void OnChildAdded (Widget child)
 
override void OnAfterChildRemoved (Widget child)
 
override void OnDisconnectedFromRoot ()
 
override void OnGamepadNavigationIndexUpdated (int newIndex)
 
void RefreshChildNavigationIndices ()
 
- Protected Member Functions inherited from TaleWorlds.GauntletUI.BaseTypes.ListPanel
override void OnUpdate (float dt)
 
override bool OnPreviewDragHover ()
 
- Protected Member Functions inherited from TaleWorlds.GauntletUI.BaseTypes.Container
 Container (UIContext context)
 
override void OnChildAdded (Widget child)
 
override void OnChildRemoved (Widget child)
 
override void OnAfterChildRemoved (Widget child)
 
- Protected Member Functions inherited from TaleWorlds.GauntletUI.BaseTypes.Widget
void SetMeasureAndLayoutDirty ()
 
void SetMeasureDirty ()
 
void SetLayoutDirty ()
 
virtual void OnUpdate (float dt)
 
virtual void OnParallelUpdate (float dt)
 
virtual void OnLateUpdate (float dt)
 
virtual void RefreshState ()
 
virtual void OnChildAdded (Widget child)
 
virtual void OnChildRemoved (Widget child)
 
virtual void OnAfterChildRemoved (Widget child)
 
virtual void OnRender (TwoDimensionContext twoDimensionContext, TwoDimensionDrawContext drawContext)
 
void EventFired (string eventName, params object[] args)
 
virtual void OnDisconnectedFromRoot ()
 
virtual void OnConnectedToRoot ()
 
virtual void OnGamepadNavigationIndexUpdated (int newIndex)
 
virtual bool OnPreviewMousePressed ()
 
virtual bool OnPreviewMouseReleased ()
 
virtual bool OnPreviewMouseAlternatePressed ()
 
virtual bool OnPreviewMouseAlternateReleased ()
 
virtual bool OnPreviewDragBegin ()
 
virtual bool OnPreviewDragEnd ()
 
virtual bool OnPreviewDrop ()
 
virtual bool OnPreviewMouseScroll ()
 
virtual bool OnPreviewRightStickMovement ()
 
virtual bool OnPreviewMouseMove ()
 
virtual bool OnPreviewDragHover ()
 
- Protected Member Functions inherited from TaleWorlds.GauntletUI.PropertyOwnerObject
void OnPropertyChanged< T > (T value, [CallerMemberName]string propertyName=null)
 
void OnPropertyChanged (int value, [CallerMemberName] string propertyName=null)
 
void OnPropertyChanged (float value, [CallerMemberName] string propertyName=null)
 
void OnPropertyChanged (bool value, [CallerMemberName] string propertyName=null)
 
void OnPropertyChanged (Vec2 value, [CallerMemberName] string propertyName=null)
 
void OnPropertyChanged (Vector2 value, [CallerMemberName] string propertyName=null)
 
void OnPropertyChanged (double value, [CallerMemberName] string propertyName=null)
 
void OnPropertyChanged (uint value, [CallerMemberName] string propertyName=null)
 
void OnPropertyChanged (Color value, [CallerMemberName] string propertyName=null)
 

Properties

ScrollablePanel ParentPanel [get, set]
 
int AutoScrollXOffset [get, set]
 
int AutoScrollYOffset [get, set]
 
int MinIndex [get, set]
 
int MaxIndex [get, set]
 
int StepSize [get, set]
 
bool UseSelfIndexForMinimum [get, set]
 
Widget EmptyNavigationWidget [get, set]
 
- Properties inherited from TaleWorlds.GauntletUI.BaseTypes.ListPanel
StackLayout StackLayout [get]
 
override Predicate< WidgetAcceptDropPredicate [get, set]
 
override bool IsDragHovering [get]
 
bool ResetSelectedOnLosingFocus [get, set]
 
- Properties inherited from TaleWorlds.GauntletUI.BaseTypes.Container
ContainerItemDescription DefaultItemDescription [get]
 
abstract Predicate< WidgetAcceptDropPredicate [get, set]
 
int IntValue [get, set]
 
abstract bool IsDragHovering [get]
 
int DragHoverInsertionIndex [get, set]
 
- Properties inherited from TaleWorlds.GauntletUI.BaseTypes.Widget
float ColorFactor = 1f [get, set]
 
float AlphaFactor = 1f [get, set]
 
float ValueFactor [get, set]
 
float SaturationFactor [get, set]
 
float ExtendLeft [get, set]
 
float ExtendRight [get, set]
 
float ExtendTop [get, set]
 
float ExtendBottom [get, set]
 
bool VerticalFlip [get, set]
 
bool HorizontalFlip [get, set]
 
bool FrictionEnabled [get, set]
 Enables gamepad cursor friction while hovering over this widget.
 
Color Color [get, set]
 
string Id [get, set]
 
Vector2 LocalPosition [get]
 
Vector2 GlobalPosition [get]
 
bool DoNotUseCustomScaleAndChildren [get, set]
 
bool DoNotUseCustomScale [get, set]
 
float _scaleToUse [get]
 
float _inverseScaleToUse [get]
 
Vector2 Size [get]
 
float SuggestedWidth [get, set]
 
float SuggestedHeight [get, set]
 
float ScaledSuggestedWidth [get, set]
 
float ScaledSuggestedHeight [get, set]
 
bool TweenPosition [get, set]
 
string HoveredCursorState [get, set]
 
bool AlternateClickEventHasSpecialEvent [get, set]
 
Vector2 PosOffset [get, set]
 
Vector2 ScaledPositionOffset [get]
 
float PositionXOffset [get, set]
 
float PositionYOffset [get, set]
 
float ScaledPositionXOffset [get, set]
 
float ScaledPositionYOffset [get, set]
 
Widget ParentWidget [get, set]
 
EventManager EventManager [get]
 
IGamepadNavigationContext GamepadNavigationContext [get]
 
UIContext Context [get]
 
Vector2 MeasuredSize [get]
 
float MarginTop [get, set]
 
float MarginLeft [get, set]
 
float MarginBottom [get, set]
 
float MarginRight [get, set]
 
float ScaledMarginTop [get]
 
float ScaledMarginLeft [get]
 
float ScaledMarginBottom [get]
 
float ScaledMarginRight [get]
 
VerticalAlignment VerticalAlignment [get, set]
 
HorizontalAlignment HorizontalAlignment [get, set]
 
float Left [get]
 
float Top [get]
 
float Right [get]
 
float Bottom [get]
 
int ChildCount [get]
 
bool ForcePixelPerfectRenderPlacement [get, set]
 
bool UseGlobalTimeForAnimation [get, set]
 
SizePolicy WidthSizePolicy [get, set]
 
SizePolicy HeightSizePolicy [get, set]
 
bool AcceptDrag [get, set]
 
bool AcceptDrop [get, set]
 
bool HideOnDrag = true [get, set]
 
Widget DragWidget [get, set]
 
bool ClipContents [get, set]
 
bool ClipHorizontalContent [get, set]
 
bool ClipVerticalContent [get, set]
 
bool CircularClipEnabled [get, set]
 
float CircularClipRadius [get, set]
 
bool IsCircularClipRadiusHalfOfWidth [get, set]
 
bool IsCircularClipRadiusHalfOfHeight [get, set]
 
float CircularClipSmoothingRadius [get, set]
 
float CircularClipXOffset [get, set]
 
float CircularClipYOffset [get, set]
 
bool RenderLate [get, set]
 
bool DoNotRenderIfNotFullyInsideScissor [get, set]
 
bool FixedWidth [get]
 
bool FixedHeight [get]
 
bool IsHovered [get]
 
bool IsDisabled [get, set]
 
bool IsFocusable [get, set]
 
bool IsFocused [get]
 
bool IsEnabled [get, set]
 
bool RestartAnimationFirstFrame [get, set]
 
bool DoNotPassEventsToChildren [get, set]
 
bool DoNotAcceptEvents [get, set]
 
bool CanAcceptEvents [get, set]
 
bool IsPressed [get]
 
bool IsHidden [get, set]
 
bool IsVisible [get, set]
 
Sprite Sprite [get, set]
 
VisualDefinition VisualDefinition [get, set]
 
string CurrentState = "" [get, protected set]
 
bool UpdateChildrenStates [get, set]
 
object Tag [get, set]
 
ILayout LayoutImp [get, protected set]
 
bool DropEventHandledManually [get, set]
 
IEnumerable< WidgetAllChildrenAndThis [get]
 
IEnumerable< WidgetAllChildren [get]
 
List< WidgetChildren [get]
 
IEnumerable< WidgetParents [get]
 
float MaxWidth [get, set]
 
float MaxHeight [get, set]
 
float MinWidth [get, set]
 
float MinHeight [get, set]
 
float ScaledMaxWidth [get]
 
float ScaledMaxHeight [get]
 
float ScaledMinWidth [get]
 
float ScaledMinHeight [get]
 
bool DisableRender [get, set]
 
Action< Widget, string, object[]> EventFire
 
float ExtendCursorAreaTop [get, set]
 
float ExtendCursorAreaRight [get, set]
 
float ExtendCursorAreaBottom [get, set]
 
float ExtendCursorAreaLeft [get, set]
 
float CursorAreaXOffset [get, set]
 
float CursorAreaYOffset [get, set]
 
bool AcceptNavigation [get, set]
 
bool DoNotAcceptNavigation [get, set]
 
bool IsUsingNavigation [get, set]
 
bool UseSiblingIndexForNavigation [get, set]
 
int GamepadNavigationIndex [get, set]
 
GamepadNavigationTypes UsedNavigationMovements [get, set]
 

Additional Inherited Members

- Public Attributes inherited from TaleWorlds.GauntletUI.BaseTypes.Container
List< Action< Widget > > SelectEventHandlers = new List<Action<Widget>>()
 
List< Action< Widget, Widget > > ItemAddEventHandlers = new List<Action<Widget, Widget>>()
 
List< Action< Widget, Widget > > ItemRemoveEventHandlers = new List<Action<Widget, Widget>>()
 
List< Action< Widget > > ItemAfterRemoveEventHandlers = new List<Action<Widget>>()
 
bool ShowSelection
 
- Public Attributes inherited from TaleWorlds.GauntletUI.BaseTypes.Widget
Func< Widget, Widget, bool > AcceptDropHandler
 
Action< WidgetOnGamepadNavigationFocusGained
 
- Protected Attributes inherited from TaleWorlds.GauntletUI.BaseTypes.Widget
Vector2 _cachedGlobalPosition
 
bool _calculateSizeFirstFrame = true
 
float _stateTimer
 
VisualState _startVisualState
 
VisualStateAnimationState _currentVisualStateAnimationState
 
int _seed
 
- Events inherited from TaleWorlds.GauntletUI.BaseTypes.Widget
Action< WidgetOnVisibilityChanged
 
- Events inherited from TaleWorlds.GauntletUI.PropertyOwnerObject
Action< PropertyOwnerObject, string, object > PropertyChanged
 
Action< PropertyOwnerObject, string, bool > boolPropertyChanged
 
Action< PropertyOwnerObject, string, int > intPropertyChanged
 
Action< PropertyOwnerObject, string, float > floatPropertyChanged
 
Action< PropertyOwnerObject, string, Vec2Vec2PropertyChanged
 
Action< PropertyOwnerObject, string, Vector2 > Vector2PropertyChanged
 
Action< PropertyOwnerObject, string, double > doublePropertyChanged
 
Action< PropertyOwnerObject, string, uint > uintPropertyChanged
 
Action< PropertyOwnerObject, string, ColorColorPropertyChanged
 

Constructor & Destructor Documentation

◆ NavigatableListPanel()

TaleWorlds.MountAndBlade.GauntletUI.Widgets.NavigatableListPanel.NavigatableListPanel ( UIContext  context)

Member Function Documentation

◆ OnLateUpdate()

override void TaleWorlds.MountAndBlade.GauntletUI.Widgets.NavigatableListPanel.OnLateUpdate ( float  dt)
protectedvirtual

◆ OnConnectedToRoot()

override void TaleWorlds.MountAndBlade.GauntletUI.Widgets.NavigatableListPanel.OnConnectedToRoot ( )
protectedvirtual

◆ OnChildAdded()

override void TaleWorlds.MountAndBlade.GauntletUI.Widgets.NavigatableListPanel.OnChildAdded ( Widget  child)
protectedvirtual

◆ OnAfterChildRemoved()

override void TaleWorlds.MountAndBlade.GauntletUI.Widgets.NavigatableListPanel.OnAfterChildRemoved ( Widget  child)
protectedvirtual

◆ OnDisconnectedFromRoot()

override void TaleWorlds.MountAndBlade.GauntletUI.Widgets.NavigatableListPanel.OnDisconnectedFromRoot ( )
protectedvirtual

◆ OnGamepadNavigationIndexUpdated()

override void TaleWorlds.MountAndBlade.GauntletUI.Widgets.NavigatableListPanel.OnGamepadNavigationIndexUpdated ( int  newIndex)
protectedvirtual

◆ RefreshChildNavigationIndices()

void TaleWorlds.MountAndBlade.GauntletUI.Widgets.NavigatableListPanel.RefreshChildNavigationIndices ( )
protected

Property Documentation

◆ ParentPanel

ScrollablePanel TaleWorlds.MountAndBlade.GauntletUI.Widgets.NavigatableListPanel.ParentPanel
getset

◆ AutoScrollXOffset

int TaleWorlds.MountAndBlade.GauntletUI.Widgets.NavigatableListPanel.AutoScrollXOffset
getset

◆ AutoScrollYOffset

int TaleWorlds.MountAndBlade.GauntletUI.Widgets.NavigatableListPanel.AutoScrollYOffset
getset

◆ MinIndex

int TaleWorlds.MountAndBlade.GauntletUI.Widgets.NavigatableListPanel.MinIndex
getset

◆ MaxIndex

int TaleWorlds.MountAndBlade.GauntletUI.Widgets.NavigatableListPanel.MaxIndex
getset

◆ StepSize

int TaleWorlds.MountAndBlade.GauntletUI.Widgets.NavigatableListPanel.StepSize
getset

◆ UseSelfIndexForMinimum

bool TaleWorlds.MountAndBlade.GauntletUI.Widgets.NavigatableListPanel.UseSelfIndexForMinimum
getset

◆ EmptyNavigationWidget

Widget TaleWorlds.MountAndBlade.GauntletUI.Widgets.NavigatableListPanel.EmptyNavigationWidget
getset