docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class TestResultWindow.TestResultTreeView

    Inheritance
    object
    TreeView
    TestResultWindow.TestResultTreeView
    Inherited Members
    TreeView.BuildRows(TreeViewItem)
    TreeView.Reload()
    TreeView.Repaint()
    TreeView.GetCellRectForTreeFoldouts(Rect)
    TreeView.GetRowRect(int)
    TreeView.GetRows()
    TreeView.FindRows(IList<int>)
    TreeView.FindItem(int, TreeViewItem)
    TreeView.FindRowOfItem(TreeViewItem)
    TreeView.GetFirstAndLastVisibleRows(out int, out int)
    TreeView.ExpandAll()
    TreeView.CollapseAll()
    TreeView.SetExpandedRecursive(int, bool)
    TreeView.SetExpanded(int, bool)
    TreeView.SetExpanded(IList<int>)
    TreeView.GetExpanded()
    TreeView.IsExpanded(int)
    TreeView.GetSelection()
    TreeView.SetSelection(IList<int>)
    TreeView.SetSelection(IList<int>, TreeViewSelectionOptions)
    TreeView.IsSelected(int)
    TreeView.HasSelection()
    TreeView.HasFocus()
    TreeView.SetFocus()
    TreeView.SetFocusAndEnsureSelectedItem()
    TreeView.SelectionClick(TreeViewItem, bool)
    TreeView.BeginRename(TreeViewItem)
    TreeView.BeginRename(TreeViewItem, float)
    TreeView.EndRename()
    TreeView.FrameItem(int)
    TreeView.OnGUI(Rect)
    TreeView.SelectAllRows()
    TreeView.GetFoldoutIndent(TreeViewItem)
    TreeView.GetContentIndent(TreeViewItem)
    TreeView.SortItemIDsInRowOrder(IList<int>)
    TreeView.CenterRectUsingSingleLineHeight(ref Rect)
    TreeView.AddExpandedRows(TreeViewItem, IList<TreeViewItem>)
    TreeView.SingleClickedItem(int)
    TreeView.ContextClickedItem(int)
    TreeView.ContextClicked()
    TreeView.ExpandedStateChanged()
    TreeView.SearchChanged(string)
    TreeView.KeyEvent()
    TreeView.GetAncestors(int)
    TreeView.GetDescendantsThatHaveChildren(int)
    TreeView.CanRename(TreeViewItem)
    TreeView.RenameEnded(TreeView.RenameEndedArgs)
    TreeView.CanStartDrag(TreeView.CanStartDragArgs)
    TreeView.SetupDragAndDrop(TreeView.SetupDragAndDropArgs)
    TreeView.HandleDragAndDrop(TreeView.DragAndDropArgs)
    TreeView.CanBeParent(TreeViewItem)
    TreeView.CanChangeExpandedState(TreeViewItem)
    TreeView.DoesItemMatchSearch(TreeViewItem, string)
    TreeView.RowGUI(TreeView.RowGUIArgs)
    TreeView.BeforeRowsGUI()
    TreeView.AfterRowsGUI()
    TreeView.RefreshCustomRowHeights()
    TreeView.GetCustomRowHeight(int, TreeViewItem)
    TreeView.GetRenameRect(Rect, int, TreeViewItem)
    TreeView.CommandEventHandling()
    TreeView.SetupParentsAndChildrenFromDepths(TreeViewItem, IList<TreeViewItem>)
    TreeView.SetupDepthsFromParentsAndChildren(TreeViewItem)
    TreeView.CreateChildListForCollapsedParent()
    TreeView.IsChildListForACollapsedParent(IList<TreeViewItem>)
    TreeView.getNewSelectionOverride
    TreeView.foldoutOverride
    TreeView.state
    TreeView.multiColumnHeader
    TreeView.rootItem
    TreeView.isInitialized
    TreeView.treeViewRect
    TreeView.baseIndent
    TreeView.foldoutWidth
    TreeView.extraSpaceBeforeIconAndLabel
    TreeView.customFoldoutYOffset
    TreeView.columnIndexForTreeFoldouts
    TreeView.useScrollView
    TreeView.depthIndentWidth
    TreeView.showAlternatingRowBackgrounds
    TreeView.showBorder
    TreeView.showingHorizontalScrollBar
    TreeView.showingVerticalScrollBar
    TreeView.cellMargin
    TreeView.totalHeight
    TreeView.rowHeight
    TreeView.treeViewControlID
    TreeView.isDragging
    TreeView.hasSearch
    TreeView.searchString
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEngine.Experimental.Rendering
    Assembly: UnityEditor.TestTools.Graphics.dll
    Syntax
    public class TestResultWindow.TestResultTreeView : TreeView

    Constructors

    TestResultTreeView(TreeViewState)

    Declaration
    public TestResultTreeView(TreeViewState state)
    Parameters
    Type Name Description
    TreeViewState state

    Fields

    onSceneSelect

    Declaration
    public TestResultWindow.TestResultTreeView.OnSceneSelect onSceneSelect
    Field Value
    Type Description
    TestResultWindow.TestResultTreeView.OnSceneSelect

    Methods

    BuildRoot()

    Abstract method that is required to be implemented. By default this method should create the full tree of TreeViewItems and return the root.

    Declaration
    protected override TreeViewItem BuildRoot()
    Returns
    Type Description
    TreeViewItem

    The root of the tree. This item can later be accessed by 'rootItem'.

    Overrides
    TreeView.BuildRoot()

    CanMultiSelect(TreeViewItem)

    Override this method to control whether the item can be part of a multiselection.

    Declaration
    protected override bool CanMultiSelect(TreeViewItem item)
    Parameters
    Type Name Description
    TreeViewItem item

    Can this item be part of a multiselection.

    Returns
    Type Description
    bool
    Overrides
    TreeView.CanMultiSelect(TreeViewItem)

    DoubleClickedItem(int)

    Override this method to handle double click events on an item.

    Declaration
    protected override void DoubleClickedItem(int id)
    Parameters
    Type Name Description
    int id

    ID of TreeViewItem that was double clicked.

    Overrides
    TreeView.DoubleClickedItem(int)

    SelectionChanged(IList<int>)

    Declaration
    protected override void SelectionChanged(IList<int> selectedIds)
    Parameters
    Type Name Description
    IList<int> selectedIds
    Overrides
    TreeView.SelectionChanged(IList<int>)
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)