Romestead Assembly Reference

Candide.CandideUI.Helpers.TextToUiElementsHelper

Type JSON

public class in Candide.CandideUI.Helpers

Methods3
Properties0
Fields15
Events0
Type metadata
  • AssemblyRomestead
  • NamespaceCandide.CandideUI.Helpers
  • Base typeSystem.Object
  • Hash550DB3A634BEA4C6574CA8E70FB2D6CAC74031DCDE69BE8995AC741E987C1C3C

Relationships

Base type

System.Object

Fields

NameVisibilitySignature
DefaultUiArgsprivateprivate Candide.CandideUI.Helpers.UiArgs DefaultUiArgs
EndTagprivateprivate System.String EndTag
GridDividerTagprivateprivate System.Char GridDividerTag
GridTagprivateprivate System.String GridTag
ImageTagprivateprivate System.String ImageTag
LargeIconTagprivateprivate System.String LargeIconTag
MediumIconTagprivateprivate System.String MediumIconTag
_argsprivateprivate Candide.CandideUI.Helpers.UiArgs _args
_currentGridprivateprivate Candide.CandideUI.Containers.CandideGrid _currentGrid
_currentGridColumnprivateprivate System.Int32 _currentGridColumn
_currentGridRowprivateprivate System.Int32 _currentGridRow
_iprivateprivate System.Int32 _i
_modeprivateprivate TextToUiElementsHelper.TextToUiMode _mode
_startIndexprivateprivate System.Int32 _startIndex
_verticalStackPanelprivateprivate Candide.CandideUI.Containers.CandideVerticalStackPanel _verticalStackPanel

Methods

CheckIsSpecialSymbol

private System.Void CheckIsSpecialSymbol(System.String text)

Method metadata
  • Visibilityprivate
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • HashEAF2846441E053E9286EEC65BA80E6F4AB30F142146AF7BDA8605C779680050B
  • Body hash6CEF53033B9179F4DDC5D39D95B6F4711DDDBEF513090715C05B90A01B88F234
  • IL size864
Referenced calls
Called by
String literals
  • Already in grid mode
  • Already in icon mode
  • Already in large icon mode
  • Already in image mode
  • Invalid end
  • Failed to read special text command letter '
  • '

Flush

private System.Void Flush(System.String text, System.Nullable<System.Int32> indexOffset)

Method metadata
  • Visibilityprivate
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • HashD8B7D005ED234DC7021D67A5ACA43592742C05D4E56B516AB8A73B80BB5A0F1B
  • Body hash0DDE247FC56ED01C9B3FD8CFF890E8B62A5C31DD22EBDD04E0CED0D7557B58D3
  • 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()
Called by

ParseString

public Candide.CandideUI.CandideUiElement ParseString(System.String text, System.Nullable<Candide.CandideUI.Helpers.UiArgs> args)

Method metadata
  • Visibilitypublic
  • Return typeCandide.CandideUI.CandideUiElement
  • StaticTrue
  • VirtualFalse
  • Hash9A33AA74CD60E6A8EAFB8AAF2A0D8B51034B2C7AD1216188E9330C0BDABE9319
  • Body hash46B6883217372BDAEC1BEDD9C038CBDADB3EFA7A638749DC6F9CF3C765361505
  • IL size118
Referenced calls
Called by