CommandPattern 1.0.0
This package contains a collection of classes and interfaces to allow for quick and consistent implementation of the command pattern across projects.
SadSapphicGames.CommandPattern.CommandStream Member List

This is the complete list of members for SadSapphicGames.CommandPattern.CommandStream, including all inherited members.

CancelRunningCommandTask(Task task)SadSapphicGames.CommandPattern.CommandStream
CancelRunningCommandTask(IAsyncCommand asyncCommand)SadSapphicGames.CommandPattern.CommandStream
CommandStream(float _historyDepth=Single.PositiveInfinity)SadSapphicGames.CommandPattern.CommandStream
DropHistory()SadSapphicGames.CommandPattern.CommandStream
DropQueue()SadSapphicGames.CommandPattern.CommandStream
ExecuteFullQueue()SadSapphicGames.CommandPattern.CommandStream
ExecuteFullQueue(out List< ICommand > failedCommands)SadSapphicGames.CommandPattern.CommandStream
ForceQueueUndoCommand(IUndoable undoable)SadSapphicGames.CommandPattern.CommandStream
ForceTryUndoImmediate(IUndoable undoable)SadSapphicGames.CommandPattern.CommandStream
GetCommandHistory()SadSapphicGames.CommandPattern.CommandStream
GetCommandQueue()SadSapphicGames.CommandPattern.CommandStream
GetFaultedCommandTasks()SadSapphicGames.CommandPattern.CommandStream
GetRunningCommandTasks()SadSapphicGames.CommandPattern.CommandStream
GetRunningTaskCTS(Task task)SadSapphicGames.CommandPattern.CommandStream
GetRunningTaskCTS(IAsyncCommand asyncCommand) (defined in SadSapphicGames.CommandPattern.CommandStream)SadSapphicGames.CommandPattern.CommandStream
HistoryCountSadSapphicGames.CommandPattern.CommandStream
HistoryDepthSadSapphicGames.CommandPattern.CommandStream
OnTaskFaultedSadSapphicGames.CommandPattern.CommandStream
QueueCommand(ICommand command)SadSapphicGames.CommandPattern.CommandStream
QueueCommands(IEnumerable< ICommand > commands)SadSapphicGames.CommandPattern.CommandStream
QueueCountSadSapphicGames.CommandPattern.CommandStream
QueueEmptySadSapphicGames.CommandPattern.CommandStream
RequeueNextCommand()SadSapphicGames.CommandPattern.CommandStream
SkipNextCommand()SadSapphicGames.CommandPattern.CommandStream
TryExecuteImmediate(ICommand command)SadSapphicGames.CommandPattern.CommandStream
TryExecuteNext(out ICommand topCommand)SadSapphicGames.CommandPattern.CommandStream
TryExecuteNext()SadSapphicGames.CommandPattern.CommandStream
TryPeekNext(out ICommand nextCommand)SadSapphicGames.CommandPattern.CommandStream
TryQueueUndoCommand(IUndoable undoable)SadSapphicGames.CommandPattern.CommandStream
TryUndoImmediate(IUndoable undoable)SadSapphicGames.CommandPattern.CommandStream