Elin Decompiled Documentation EA 23.102 Nightly
|
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< Item > | items = new List<Item>() |
Properties | |
Item | lastItem [get] |
Definition at line 4 of file UndoManager.cs.
|
inline |
Definition at line 60 of file UndoManager.cs.
References lastItem, and UndoManager.Item.list.
Referenced by AM_Designation< T >.OnProcessTiles().
|
inline |
Definition at line 65 of file UndoManager.cs.
References UndoManager.Item.Count(), items, lastItem, and UndoManager.Item.name.
|
inline |
Definition at line 51 of file UndoManager.cs.
References items.
Referenced by AM_Designation< T >.OnBeforeProcessTiles().
|
inline |
Definition at line 93 of file UndoManager.cs.
References item, items, lastItem, UndoManager.Item.list, and Validate().
Referenced by BuildMenu.OnActivate().
|
inline |
Definition at line 40 of file UndoManager.cs.
References items.
Referenced by Perform(), and WriteNote().
|
inline |
Definition at line 76 of file UndoManager.cs.
References UINote.AddText(), UINote.Build(), UINote.Clear(), UndoManager.Item.Count(), items, lastItem, UndoManager.Item.name, UINote.Space(), and Validate().
Referenced by BuildMenu.OnActivate().
Definition at line 36 of file UndoManager.cs.
Referenced by GetText(), NewItem(), Perform(), Validate(), and WriteNote().
|
get |
Definition at line 38 of file UndoManager.cs.
Referenced by Add(), GetText(), Perform(), and WriteNote().