Candide.CandideUI.Helpers.TextToUiElementsHelper
Type JSONpublic class in Candide.CandideUI.Helpers
Type metadata
- Assembly
Romestead - Namespace
Candide.CandideUI.Helpers - Base type
System.Object - Hash
550DB3A634BEA4C6574CA8E70FB2D6CAC74031DCDE69BE8995AC741E987C1C3C
Relationships
Base type
System.Object
Fields
| Name | Visibility | Signature |
|---|---|---|
DefaultUiArgs# | private | private Candide.CandideUI.Helpers.UiArgs DefaultUiArgs |
EndTag# | private | private System.String EndTag |
GridDividerTag# | private | private System.Char GridDividerTag |
GridTag# | private | private System.String GridTag |
ImageTag# | private | private System.String ImageTag |
LargeIconTag# | private | private System.String LargeIconTag |
MediumIconTag# | private | private System.String MediumIconTag |
_args# | private | private Candide.CandideUI.Helpers.UiArgs _args |
_currentGrid# | private | private Candide.CandideUI.Containers.CandideGrid _currentGrid |
_currentGridColumn# | private | private System.Int32 _currentGridColumn |
_currentGridRow# | private | private System.Int32 _currentGridRow |
_i# | private | private System.Int32 _i |
_mode# | private | private TextToUiElementsHelper.TextToUiMode _mode |
_startIndex# | private | private System.Int32 _startIndex |
_verticalStackPanel# | private | private Candide.CandideUI.Containers.CandideVerticalStackPanel _verticalStackPanel |
Methods
CheckIsSpecialSymbol
#
private System.Void CheckIsSpecialSymbol(System.String text)
Method metadata
- Visibilityprivate
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
EAF2846441E053E9286EEC65BA80E6F4AB30F142146AF7BDA8605C779680050B - Body hash
6CEF53033B9179F4DDC5D39D95B6F4711DDDBEF513090715C05B90A01B88F234 - IL size864
Referenced calls
System.String::get_Chars(System.Int32)System.String::get_Length()System.Nullable<System.Int32>::.ctor(!0)Candide.CandideUI.Helpers.TextToUiElementsHelper::Flush(System.String, System.Nullable<System.Int32>)Candide.Toolkit.SamuelDevelopmentException::.ctor(System.String)Candide.CandideUI.Containers.CandideGrid::.ctor()Candide.CandideUI.Containers.CandideGrid::set_DefaultColumnProportion(Candide.CandideUI.Proportion)Candide.CandideUI.Components.Displays.StatGrid::.ctor()Candide.CandideUI.CandideUiContainerMultipleItems::AddChild(Candide.CandideUI.CandideUiElement, System.Boolean)System.Runtime.CompilerServices.DefaultInterpolatedStringHandler::.ctor(System.Int32, System.Int32)System.Runtime.CompilerServices.DefaultInterpolatedStringHandler::AppendLiteral(System.String)System.Runtime.CompilerServices.DefaultInterpolatedStringHandler::AppendFormatted(!!0)System.Runtime.CompilerServices.DefaultInterpolatedStringHandler::ToStringAndClear()CandideCreator.Shared.Helpers.WarningHelper::Warning(System.String)
String literals
Already in grid modeAlready in icon modeAlready in large icon modeAlready in image modeInvalid endFailed to read special text command letter ''
Flush
#
private System.Void Flush(System.String text, System.Nullable<System.Int32> indexOffset)
Method metadata
- Visibilityprivate
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
D8B7D005ED234DC7021D67A5ACA43592742C05D4E56B516AB8A73B80BB5A0F1B - Body hash
0DDE247FC56ED01C9B3FD8CFF890E8B62A5C31DD22EBDD04E0CED0D7557B58D3 - IL size423
Referenced calls
System.String::Substring(System.Int32, System.Int32)System.String::IsNullOrEmpty(System.String)Candide.CandideUI.Components.TranslationCenteredTextLayout::.ctor()Candide.CandideUI.Components.CandideTextLabel::set_Text(System.String)Candide.CandideUI.Components.CandideTextLabel::set_TextStyle(Candide.CandideUI.Components.CandideTextStyle)Candide.CandideUI.Components.CandideTextLabel::.ctor()Candide.CandideUI.Components.CandideTextLabel::set_Wrap(System.Boolean)Candide.CandideUI.Components.CandideIcon::.ctor(CandideCreator.Shared.Graphics.IconFlag)Candide.CandideUI.Components.CandideIcon::set_Icon(System.String)Candide.CandideUI.CandideUiElement::set_Margin(Candide.CandideUI.CandideThickness)Microsoft.Xna.Framework.Vector2::.ctor(System.Single)Candide.CandideUI.Components.CandideIcon::set_Scale(Microsoft.Xna.Framework.Vector2)CandideCreator.Shared.Content::SpriteSheet(System.String)Candide.CandideUI.Components.CandideImage::.ctor()Candide.CandideUI.Components.CandideImage::set_SpriteSheet(CandideCreator.Shared.Graphics.SpriteSheet)Candide.CandideUI.CandideUiElement::set_HorizontalAlignment(Candide.CandideUI.HorizontalAlignment)System.ArgumentOutOfRangeException::.ctor()Candide.CandideUI.CandideUiElement::set_VerticalAlignment(Candide.CandideUI.VerticalAlignment)Candide.CandideUI.CandideUiElement::set_GridColumn(System.Int32)Candide.CandideUI.CandideUiElement::set_GridRow(System.Int32)Candide.CandideUI.CandideUiContainerMultipleItems::AddChild(Candide.CandideUI.CandideUiElement, System.Boolean)System.Nullable<System.Int32>::get_HasValue()System.Nullable<System.Int32>::get_Value()
ParseString
#
public Candide.CandideUI.CandideUiElement ParseString(System.String text, System.Nullable<Candide.CandideUI.Helpers.UiArgs> args)
Method metadata
- Visibilitypublic
- Return type
Candide.CandideUI.CandideUiElement - StaticTrue
- VirtualFalse
- Hash
9A33AA74CD60E6A8EAFB8AAF2A0D8B51034B2C7AD1216188E9330C0BDABE9319 - Body hash
46B6883217372BDAEC1BEDD9C038CBDADB3EFA7A638749DC6F9CF3C765361505 - IL size118
Referenced calls
System.Nullable<Candide.CandideUI.Helpers.UiArgs>::get_HasValue()System.Nullable<Candide.CandideUI.Helpers.UiArgs>::GetValueOrDefault()Candide.CandideUI.Containers.CandideVerticalStackPanel::.ctor()Candide.CandideUI.Helpers.TextToUiElementsHelper::CheckIsSpecialSymbol(System.String)System.String::get_Length()Candide.CandideUI.Helpers.TextToUiElementsHelper::Flush(System.String, System.Nullable<System.Int32>)
Called by
Candide.CandideUI.ConstructionsUi.ConstructionPlacementInfoTooltipWindow::UpdateFieldsCandide.CandideUI.ObjectivesUi.QuestDescriptionComponent::UpdateInstanceDataCandide.CandideUI.ObjectivesUi.QuestDisplayTrackingController::SetQuestCandide.CandideUI.Tooltip.CandideTooltipHelper::BuildAuraDisplayTooltipContentCandide.CandideUI.Tooltip.CandideTooltipHelper::BuildFavourTooltipContentCandide.CandideUI.Tooltip.CandideTooltipHelper::BuildOnHitSpellTooltipContentCandide.CandideUI.Tooltip.CandideTooltipHelper::BuildQuestRewardTooltipContentCandide.CandideUI.Tooltip.CandideTooltipHelper::BuildRewardTooltipContentCandide.CandideUI.Tooltip.CandideTooltipHelper::BuildWeaponStatsContentCandide.CandideUI.Tooltip.CandideTooltipHelper::BuildWildCitizenTooltipContentCandide.CandideUI.Tooltip.CandideTooltipHelper::BuildWorshipUnlockTooltipContentCandide.CandideUI.WorshipUi.Altar.BlessingsView::UpdateState