C# Class LayoutFarm.DzBoardSample.DzCommandCollection

Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Méthodes publiques

Méthode Description
AddAction ( DzBoardAction docAct ) : void
Clear ( ) : void
DzCommandCollection ( DesignBoardModule module ) : System.Collections.Generic
PopUndoCommand ( ) : DzBoardAction
ReverseLastUndoAction ( ) : void
UndoLastAction ( ) : void

Private Methods

Méthode Description
EnsureCapacity ( ) : void

Method Details

AddAction() public méthode

public AddAction ( DzBoardAction docAct ) : void
docAct DzBoardAction
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

DzCommandCollection() public méthode

public DzCommandCollection ( DesignBoardModule module ) : System.Collections.Generic
module DesignBoardModule
Résultat System.Collections.Generic

PopUndoCommand() public méthode

public PopUndoCommand ( ) : DzBoardAction
Résultat DzBoardAction

ReverseLastUndoAction() public méthode

public ReverseLastUndoAction ( ) : void
Résultat void

UndoLastAction() public méthode

public UndoLastAction ( ) : void
Résultat void