C# Class UnityEditor.ASHistoryWindow

显示文件 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Private Properties

Property Type Description
CancelShowCustomDiff void
ChangesetContextMenuClick void
CheckParentViewInFilterAndMarkBoldItems int
ClearItemSelection void
ClearLV void
ContextMenuClick void
DoRevertProject void
DoScroll void
DoShowCustomDiff void
DoShowDiff void
DownloadFile void
DrawBadge void
DrawParentView void
FindFirstUnfilteredItem int
FinishShowCustomDiff void
HandleWebLikeKeyboard void
HasFlag bool
IsComparableAssetSelected bool
MarkBoldItemsByGUID void
MarkBoldItemsBySelection int
MoveSelection void
ShowAssetsHistory void
UncollapseListItem void
WebLikeHistory void

Public Methods

Method Description
ASHistoryWindow ( EditorWindow parent ) : System
DoGUI ( bool hasFocus ) : bool
DoLocalSelectionChange ( ) : void
FilterItems ( bool recreateGUIItems ) : void
OnSelectionChange ( ) : void

Private Methods

Method Description
CancelShowCustomDiff ( ) : void
ChangesetContextMenuClick ( object userData, string options, int selected ) : void
CheckParentViewInFilterAndMarkBoldItems ( GUIHistoryListItem item, string text ) : int
ClearItemSelection ( ) : void
ClearLV ( ) : void
ContextMenuClick ( object userData, string options, int selected ) : void
DoRevertProject ( ) : void
DoScroll ( ) : void
DoShowCustomDiff ( bool binary ) : void
DoShowDiff ( bool binary, int ver1, int ver2 ) : void
DownloadFile ( ) : void
DrawBadge ( Rect offset, ChangeFlags flags, GUIStyle style, GUIContent content, float textColWidth ) : void
DrawParentView ( Rect r, GUIHistoryListItem &item, int changesetIndex, bool hasFocus ) : void
FindFirstUnfilteredItem ( int fromIndex, int direction ) : int
FinishShowCustomDiff ( ) : void
HandleWebLikeKeyboard ( ) : void
HasFlag ( ChangeFlags flags, ChangeFlags flagToCheck ) : bool
IsComparableAssetSelected ( ) : bool
MarkBoldItemsByGUID ( string guid ) : void
MarkBoldItemsBySelection ( GUIHistoryListItem item ) : int
MoveSelection ( int steps ) : void
ShowAssetsHistory ( ) : void
UncollapseListItem ( GUIHistoryListItem &item ) : void
WebLikeHistory ( bool hasFocus ) : void

Method Details

ASHistoryWindow() public method

public ASHistoryWindow ( EditorWindow parent ) : System
parent EditorWindow
return System

DoGUI() public method

public DoGUI ( bool hasFocus ) : bool
hasFocus bool
return bool

DoLocalSelectionChange() public method

public DoLocalSelectionChange ( ) : void
return void

FilterItems() public method

public FilterItems ( bool recreateGUIItems ) : void
recreateGUIItems bool
return void

OnSelectionChange() public method

public OnSelectionChange ( ) : void
return void