Elin Modding Docs Doc
|
Classes | |
class | Item |
Public Member Functions | |
void | Validate () |
void | NewItem () |
void | Add (Task t) |
string | GetText () |
void | WriteNote (UINote n) |
void | Perform () |
Public Attributes | |
List< UndoManager.Item > | items = new List<UndoManager.Item>() |
Properties | |
UndoManager.Item | lastItem [get] |
Definition at line 5 of file UndoManager.cs.
void UndoManager.Add | ( | Task | t | ) |
Definition at line 40 of file UndoManager.cs.
string UndoManager.GetText | ( | ) |
Definition at line 46 of file UndoManager.cs.
void UndoManager.NewItem | ( | ) |
Definition at line 30 of file UndoManager.cs.
void UndoManager.Perform | ( | ) |
Definition at line 79 of file UndoManager.cs.
void UndoManager.Validate | ( | ) |
Definition at line 18 of file UndoManager.cs.
void UndoManager.WriteNote | ( | UINote | n | ) |
Definition at line 61 of file UndoManager.cs.
List<UndoManager.Item> UndoManager.items = new List<UndoManager.Item>() |
Definition at line 96 of file UndoManager.cs.
|
get |
Definition at line 9 of file UndoManager.cs.