Candide.CandideUI.UserControls.RomanyItemsControl
Type JSONpublic class in Candide.CandideUI.UserControls
Type metadata
- Assembly
Romestead - Namespace
Candide.CandideUI.UserControls - Base type
Candide.CandideUI.Containers.CandidePanel - Hash
AECB9A7C080441528D7CF90B40BA827DC331873024E1804BFB81B89DA8C864C8
Relationships
Base type
Referenced by types
Fields
| Name | Visibility | Signature |
|---|---|---|
Grid# | public | public Candide.CandideUI.UserControls.RomanyItemsHolderGridScrollView Grid |
SearchTextInput# | public | public Candide.CandideUI.Input.CandideTextInputBox SearchTextInput |
_craftBtnPanel# | private | private Candide.CandideUI.Containers.CandideHorizontalStackPanel _craftBtnPanel |
_lastSearch# | private | private System.String _lastSearch |
_recipeName# | private | private Candide.CandideUI.Components.CandideIconLabel _recipeName |
_searchButton# | private | private Candide.CandideUI.Components.Buttons.CandideIconButton _searchButton |
_searchTimer# | private | private System.Single _searchTimer |
_storedSearchText# | private | private System.String _storedSearchText |
Methods
CandideExtendedInteractionsHandlerOnDraggedContentChanged
#
private System.Void CandideExtendedInteractionsHandlerOnDraggedContentChanged(System.Object sender, Candide.CandideUI.Components.Holder.ICandideDraggableHolderContent e)
Method metadata
- Visibilityprivate
- Return type
System.Void - StaticFalse
- VirtualFalse
- Hash
5F552763F99C640182148A3DBEF2698B41804E16E78EBEB34E6C1A6F158ED165 - Body hash
3E9BCA3BE4EB022ED550CACCD23E0357810DF62B09458D143732CE6CB01E87D3 - IL size23
Referenced calls
OnDismount
#
protected System.Void OnDismount()
Method metadata
- Visibilityprotected
- Return type
System.Void - StaticFalse
- VirtualTrue
- Hash
1E132EA70684BD77441243BD947572034E9D963D46F51F706E8CD9B5BF7AEF91 - Body hash
CA4E7F8CF24830B8967F072126F8231E22EE66FE7950F2E4F33BE4F80A4FC0EB - IL size35
Referenced calls
Candide.CandideUI.UserControls.RomanyItemsControl::CandideExtendedInteractionsHandlerOnDraggedContentChanged(System.Object, Candide.CandideUI.Components.Holder.ICandideDraggableHolderContent)System.EventHandler<Candide.CandideUI.Components.Holder.ICandideDraggableHolderContent>::.ctor(System.Object, System.IntPtr)Candide.CandideUI.CandideExtendedInteractionsHandler::remove_DraggedContentChanged(System.EventHandler<Candide.CandideUI.Components.Holder.ICandideDraggableHolderContent>)Candide.CandideUI.CandideUiElement::OnDismount()
OnMount
#
protected System.Void OnMount()
Method metadata
- Visibilityprotected
- Return type
System.Void - StaticFalse
- VirtualTrue
- Hash
5770C37B87C54540A3655C8499F3FA62C2408E83927B0540CBB8AF55164BDC13 - Body hash
FB84DE9C7120D70A1AB5B397E76D123640C1962FBCEBEA79CE3A36E277C44918 - IL size24
Referenced calls
Candide.CandideUI.UserControls.RomanyItemsControl::CandideExtendedInteractionsHandlerOnDraggedContentChanged(System.Object, Candide.CandideUI.Components.Holder.ICandideDraggableHolderContent)System.EventHandler<Candide.CandideUI.Components.Holder.ICandideDraggableHolderContent>::.ctor(System.Object, System.IntPtr)Candide.CandideUI.CandideExtendedInteractionsHandler::add_DraggedContentChanged(System.EventHandler<Candide.CandideUI.Components.Holder.ICandideDraggableHolderContent>)Candide.CandideUI.CandideUiElement::OnMount()
OnShow
#
public System.Void OnShow()
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticFalse
- VirtualFalse
- Hash
826C623981E016A0FB0B3495F8BE90A7F138DFE4ACF4A17C432F3E87742B8F68 - Body hash
7A429815C0E9414F5084008717CC35B161F8BD70C14C85337815F1AFFDB44506 - IL size39
Update
#
public System.Void Update(Microsoft.Xna.Framework.GameTime gameTime)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticFalse
- VirtualTrue
- Hash
18D52DD1814F681C5F3879F55746102421E429D1B88D7180CB309C199A7E052F - Body hash
FE96C7C0B728AEC686EE8428F75DF55D983C072683C506BA13A0E376C70CA9BB - IL size79
Referenced calls
Candide.CandideUI.CandideUiContainerMultipleItems::Update(Microsoft.Xna.Framework.GameTime)Microsoft.Xna.Framework.GameTime::get_ElapsedGameTime()System.TimeSpan::get_TotalSeconds()Candide.CandideUI.Input.CandideTextInputBox::get_Text()Candide.CandideUI.UserControls.RomanyItemsControl::UpdateGrid(System.String)
UpdateGrid
#
public System.Void UpdateGrid(System.String text)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticFalse
- VirtualFalse
- Hash
C18A4BB14786A5E87717C49A6E5FF032ABB9EFDF42A09AF8E48528D4996701EF - Body hash
55A5CF33779DF30FBD01018C9154ED606D7D1977C53DE7B4677EC94EFFD78D26 - IL size132
Referenced calls
RomanyItemsControl.<>c__DisplayClass10_0::.ctor()System.String::op_Equality(System.String, System.String)System.Collections.Generic.Dictionary<System.String, Shared.Models.Items.ItemData>::get_Values()RomanyItemsControl.<>c__DisplayClass10_0::<UpdateGrid>b__0(Shared.Models.Items.ItemData)System.Func<Shared.Models.Items.ItemData, System.Boolean>::.ctor(System.Object, System.IntPtr)System.Linq.Enumerable::Where(System.Collections.Generic.IEnumerable<!!0>, System.Func<!!0, System.Boolean>)System.Linq.Enumerable::ToList(System.Collections.Generic.IEnumerable<!!0>)Candide.CandideUI.UserControls.RomanyItemsHolderGridScrollView::SetItems(System.Collections.Generic.List<Shared.Models.Items.ItemData>)System.Collections.Generic.List<Shared.Models.Items.ItemData>::get_Count()