Show / Hide Table of Contents

Class ListControl

Inheritance
Object
ListControl
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEditorInternal.VersionControl
Assembly: UnityEditor.dll
Syntax
[Serializable]
public class ListControl

Constructors

| Improve this Doc View Source

ListControl()

Declaration
public ListControl()

Properties

| Improve this Doc View Source

ActionEvent

Declaration
public ListControl.ActionDelegate ActionEvent { get; set; }
Property Value
Type Description
ListControl.ActionDelegate
| Improve this Doc View Source

DragAcceptOnly

Declaration
public bool DragAcceptOnly { get; set; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

DragEvent

Declaration
public ListControl.DragDelegate DragEvent { get; set; }
Property Value
Type Description
ListControl.DragDelegate
| Improve this Doc View Source

EmptyChangeSets

Declaration
public ChangeSets EmptyChangeSets { get; }
Property Value
Type Description
ChangeSets
| Improve this Doc View Source

ExpandEvent

Declaration
public ListControl.ExpandDelegate ExpandEvent { get; set; }
Property Value
Type Description
ListControl.ExpandDelegate
| Improve this Doc View Source

listState

Declaration
public ListControl.ListState listState { get; }
Property Value
Type Description
ListControl.ListState
| Improve this Doc View Source

MenuDefault

Declaration
public string MenuDefault { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

MenuFolder

Declaration
public string MenuFolder { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

ReadOnly

Declaration
public bool ReadOnly { get; set; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

Root

Declaration
public ListItem Root { get; }
Property Value
Type Description
ListItem
| Improve this Doc View Source

SelectedAssets

Declaration
public AssetList SelectedAssets { get; }
Property Value
Type Description
AssetList
| Improve this Doc View Source

SelectedChangeSets

Declaration
public ChangeSets SelectedChangeSets { get; }
Property Value
Type Description
ChangeSets
| Improve this Doc View Source

Size

Declaration
public int Size { get; }
Property Value
Type Description
Int32

Methods

| Improve this Doc View Source

Add(ListItem, String, Asset)

Declaration
public ListItem Add(ListItem parent, string name, Asset asset)
Parameters
Type Name Description
ListItem parent
String name
Asset asset
Returns
Type Description
ListItem
| Improve this Doc View Source

Add(ListItem, String, ChangeSet)

Declaration
public ListItem Add(ListItem parent, string name, ChangeSet change)
Parameters
Type Name Description
ListItem parent
String name
ChangeSet change
Returns
Type Description
ListItem
| Improve this Doc View Source

Clear()

Declaration
public void Clear()
| Improve this Doc View Source

Finalize()

Declaration
protected void Finalize()
| Improve this Doc View Source

FindItemWithIdentifier(Int32)

Declaration
public ListItem FindItemWithIdentifier(int identifier)
Parameters
Type Name Description
Int32 identifier
Returns
Type Description
ListItem
| Improve this Doc View Source

FromID(Int32)

Declaration
public static ListControl FromID(int id)
Parameters
Type Name Description
Int32 id
Returns
Type Description
ListControl
| Improve this Doc View Source

OnGUI(Rect, Boolean)

Declaration
public bool OnGUI(Rect area, bool focus)
Parameters
Type Name Description
Rect area
Boolean focus
Returns
Type Description
Boolean
| Improve this Doc View Source

Refresh()

Declaration
public void Refresh()
| Improve this Doc View Source

Refresh(Boolean)

Declaration
public void Refresh(bool updateExpanded)
Parameters
Type Name Description
Boolean updateExpanded
| Improve this Doc View Source

SelectedAdd(ListItem)

Declaration
public void SelectedAdd(ListItem item)
Parameters
Type Name Description
ListItem item
| Improve this Doc View Source

SelectedAll()

Declaration
public void SelectedAll()
| Improve this Doc View Source

SelectedSet(ListItem)

Declaration
public void SelectedSet(ListItem item)
Parameters
Type Name Description
ListItem item
| Improve this Doc View Source

Sync()

Declaration
public void Sync()

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX