C# Class Hyena.Gui.EditableInsertAction

Inheritance: IUndoAction
Afficher le fichier Open project: GNOME/hyena Class Usage Examples

Méthodes publiques

Méthode Description
CanMerge ( IUndoAction action ) : bool
EditableInsertAction ( IEditable editable, int start, string text, int length ) : System
Merge ( IUndoAction action ) : void
Redo ( ) : void
ToString ( ) : string
Undo ( ) : void

Method Details

CanMerge() public méthode

public CanMerge ( IUndoAction action ) : bool
action IUndoAction
Résultat bool

EditableInsertAction() public méthode

public EditableInsertAction ( IEditable editable, int start, string text, int length ) : System
editable IEditable
start int
text string
length int
Résultat System

Merge() public méthode

public Merge ( IUndoAction action ) : void
action IUndoAction
Résultat void

Redo() public méthode

public Redo ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

Undo() public méthode

public Undo ( ) : void
Résultat void