Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | Related Pages

CommandHistoryStore Interface Reference

Interface to a class where the command history are stored. Can be used to retrieve old commands executed by the user and to select/deselect old commands (UI operation). More...

Inheritance diagram for CommandHistoryStore:

Inheritance graph
[legend]
List of all members.

Public Member Functions

string GetAndSelectNthCommand (int commandNumber)
 Get an old command from the command history store.
void UnselectAllCommands ()
 Unselects all commands and shows the lastest used commands.

Detailed Description

Interface to a class where the command history are stored. Can be used to retrieve old commands executed by the user and to select/deselect old commands (UI operation).


Member Function Documentation

string CommandHistoryStore::GetAndSelectNthCommand int  commandNumber  ) 
 

Get an old command from the command history store.

Parameters:
commandNumber Which command. 0 = youngest.

Implemented in ShellWindow.

void CommandHistoryStore::UnselectAllCommands  ) 
 

Unselects all commands and shows the lastest used commands.

Implemented in ShellWindow.


The documentation for this interface was generated from the following file: SourceForge.net Logo