Home
last modified time | relevance | path

Searched refs:TreeViewBlock (Results 1 – 1 of 1) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/Commands/
DPeripheralsCommand.cs102 public void PrintTree(ICommandInteraction writer, TreeViewBlock[] pattern = null) in PrintTree()
106 pattern = new TreeViewBlock[0]; in PrintTree()
113 …IndentString(UpdatePattern(pattern, Children.Count > 0 ? TreeViewBlock.Straight : TreeViewBlock.Em… in PrintTree()
125 … writer.WriteLine(GetIndentString(new TreeViewBlock[] { TreeViewBlock.Straight })); in PrintTree()
131 …ntTree(writer, UpdatePattern(pattern, child != lastChild ? TreeViewBlock.Full : TreeViewBlock.End)… in PrintTree()
139 private static String GetIndentString(TreeViewBlock[] rawSignPattern) in GetIndentString()
149 private static String GetSingleIndentString(TreeViewBlock rawSignPattern) in GetSingleIndentString()
153 case TreeViewBlock.Full: in GetSingleIndentString()
155 case TreeViewBlock.End: in GetSingleIndentString()
157 case TreeViewBlock.Straight: in GetSingleIndentString()
[all …]