Elin Modding Docs Doc
Loading...
Searching...
No Matches
UndoManager Class Reference

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.Itemitems = new List<UndoManager.Item>()
 

Properties

UndoManager.Item lastItem [get]
 

Detailed Description

Definition at line 5 of file UndoManager.cs.

Member Function Documentation

◆ Add()

void UndoManager.Add ( Task t)

Definition at line 40 of file UndoManager.cs.

◆ GetText()

string UndoManager.GetText ( )

Definition at line 46 of file UndoManager.cs.

◆ NewItem()

void UndoManager.NewItem ( )

Definition at line 30 of file UndoManager.cs.

◆ Perform()

void UndoManager.Perform ( )

Definition at line 79 of file UndoManager.cs.

◆ Validate()

void UndoManager.Validate ( )

Definition at line 18 of file UndoManager.cs.

◆ WriteNote()

void UndoManager.WriteNote ( UINote n)

Definition at line 61 of file UndoManager.cs.

Member Data Documentation

◆ items

List<UndoManager.Item> UndoManager.items = new List<UndoManager.Item>()

Definition at line 96 of file UndoManager.cs.

Property Documentation

◆ lastItem

UndoManager.Item UndoManager.lastItem
get

Definition at line 9 of file UndoManager.cs.


The documentation for this class was generated from the following file: