C# Class UnityEditor.ASHistoryWindow

Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Private Properties

Свойство 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

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public ASHistoryWindow ( EditorWindow parent ) : System
parent EditorWindow
Résultat System

DoGUI() public méthode

public DoGUI ( bool hasFocus ) : bool
hasFocus bool
Résultat bool

DoLocalSelectionChange() public méthode

public DoLocalSelectionChange ( ) : void
Résultat void

FilterItems() public méthode

public FilterItems ( bool recreateGUIItems ) : void
recreateGUIItems bool
Résultat void

OnSelectionChange() public méthode

public OnSelectionChange ( ) : void
Résultat void