C# Class Mono.TextEditor.TextDocument.AtomicUndoOperation

Inheritance: UndoOperation
Show file Open project: powerumc/monodevelop_korean

Protected Properties

Property Type Description
operations List

Public Methods

Method Description
Add ( UndoOperation operation ) : void
AtomicUndoOperation ( OperationType operationType = OperationType.Undefined ) : System
Insert ( int index, UndoOperation operation ) : void
Redo ( TextDocument doc, bool fireEvent = true ) : void
Undo ( TextDocument doc, bool fireEvent = true ) : void

Method Details

Add() public method

public Add ( UndoOperation operation ) : void
operation UndoOperation
return void

AtomicUndoOperation() public method

public AtomicUndoOperation ( OperationType operationType = OperationType.Undefined ) : System
operationType OperationType
return System

Insert() public method

public Insert ( int index, UndoOperation operation ) : void
index int
operation UndoOperation
return void

Redo() public method

public Redo ( TextDocument doc, bool fireEvent = true ) : void
doc TextDocument
fireEvent bool
return void

Undo() public method

public Undo ( TextDocument doc, bool fireEvent = true ) : void
doc TextDocument
fireEvent bool
return void

Property Details

operations protected property

protected List operations
return List