C# Class SIL.FieldWorks.Common.RootSites.SimpleRootSiteTests.NullOpActionHandler

Inheritance: IActionHandler
Afficher le fichier Open project: sillsdev/FieldWorks

Méthodes publiques

Méthode Description
AddAction ( IUndoAction _uact ) : void
BeginNonUndoableTask ( ) : void
BeginUndoTask ( string bstrUndo, string bstrRedo ) : void
BreakUndoTask ( string bstrUndo, string bstrRedo ) : void
CanRedo ( ) : bool
CanUndo ( ) : bool
Close ( ) : void
CollapseToMark ( int hMark, string bstrUndo, string bstrRedo ) : bool
Commit ( ) : void
ContinueUndoTask ( ) : void
CreateMarkIfNeeded ( bool fCreateMark ) : void
DiscardToMark ( int hMark ) : void
EndNonUndoableTask ( ) : void
EndOuterUndoTask ( ) : void
EndUndoTask ( ) : void
GetRedoText ( ) : string
GetRedoTextN ( int iAct ) : string
GetUndoText ( ) : string
GetUndoTextN ( int iAct ) : string
Mark ( ) : int
Redo ( ) : UndoResult
Rollback ( int nDepth ) : void
StartSeq ( string bstrUndo, string bstrRedo, IUndoAction _uact ) : void
Undo ( ) : UndoResult
get_TasksSinceMark ( bool fUndo ) : bool

Method Details

AddAction() public méthode

public AddAction ( IUndoAction _uact ) : void
_uact IUndoAction
Résultat void

BeginNonUndoableTask() public méthode

public BeginNonUndoableTask ( ) : void
Résultat void

BeginUndoTask() public méthode

public BeginUndoTask ( string bstrUndo, string bstrRedo ) : void
bstrUndo string
bstrRedo string
Résultat void

BreakUndoTask() public méthode

public BreakUndoTask ( string bstrUndo, string bstrRedo ) : void
bstrUndo string
bstrRedo string
Résultat void

CanRedo() public méthode

public CanRedo ( ) : bool
Résultat bool

CanUndo() public méthode

public CanUndo ( ) : bool
Résultat bool

Close() public méthode

public Close ( ) : void
Résultat void

CollapseToMark() public méthode

public CollapseToMark ( int hMark, string bstrUndo, string bstrRedo ) : bool
hMark int
bstrUndo string
bstrRedo string
Résultat bool

Commit() public méthode

public Commit ( ) : void
Résultat void

ContinueUndoTask() public méthode

public ContinueUndoTask ( ) : void
Résultat void

CreateMarkIfNeeded() public méthode

public CreateMarkIfNeeded ( bool fCreateMark ) : void
fCreateMark bool
Résultat void

DiscardToMark() public méthode

public DiscardToMark ( int hMark ) : void
hMark int
Résultat void

EndNonUndoableTask() public méthode

public EndNonUndoableTask ( ) : void
Résultat void

EndOuterUndoTask() public méthode

public EndOuterUndoTask ( ) : void
Résultat void

EndUndoTask() public méthode

public EndUndoTask ( ) : void
Résultat void

GetRedoText() public méthode

public GetRedoText ( ) : string
Résultat string

GetRedoTextN() public méthode

public GetRedoTextN ( int iAct ) : string
iAct int
Résultat string

GetUndoText() public méthode

public GetUndoText ( ) : string
Résultat string

GetUndoTextN() public méthode

public GetUndoTextN ( int iAct ) : string
iAct int
Résultat string

Mark() public méthode

public Mark ( ) : int
Résultat int

Redo() public méthode

public Redo ( ) : UndoResult
Résultat UndoResult

Rollback() public méthode

public Rollback ( int nDepth ) : void
nDepth int
Résultat void

StartSeq() public méthode

public StartSeq ( string bstrUndo, string bstrRedo, IUndoAction _uact ) : void
bstrUndo string
bstrRedo string
_uact IUndoAction
Résultat void

Undo() public méthode

public Undo ( ) : UndoResult
Résultat UndoResult

get_TasksSinceMark() public méthode

public get_TasksSinceMark ( bool fUndo ) : bool
fUndo bool
Résultat bool