C# Class Gemini.Modules.UndoRedo.ViewModels.HistoryViewModel

Inheritance: Gemini.Framework.Tool, IHistoryTool
Mostra file Open project: tgjones/gemini

Public Methods

Method Description
UndoOrRedoTo ( Gemini.Modules.UndoRedo.ViewModels.HistoryItemViewModel item ) : void

Private Methods

Method Description
HistoryViewModel ( IShell shell ) : System
OnUndoRedoStackChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
RefreshHistory ( ) : void
TriggerInternalHistoryChange ( System callback ) : void
UndoOrRedoToInternal ( Gemini.Modules.UndoRedo.ViewModels.HistoryItemViewModel item ) : void
UpdateSelectedIndexOnly ( int selectedIndex ) : void

Method Details

UndoOrRedoTo() public method

public UndoOrRedoTo ( Gemini.Modules.UndoRedo.ViewModels.HistoryItemViewModel item ) : void
item Gemini.Modules.UndoRedo.ViewModels.HistoryItemViewModel
return void