Linderdaum Engine: clConsole::clCommandsHistory Class Reference
Updated: Sun Feb 5 2012 22:59:49
clConsole::clCommandsHistory Class Reference

History of console commands. More...

#include <Console.h>

List of all members.

Public Member Functions

 clCommandsHistory ()
void PutCommand (const LString &Command)
void SetCurrentCommand (const LString &Cmd)
LString GetCurrentCommand ()
LString MoveBack ()
LString MoveForward ()
LString GetCommand (int I)
int GetCommandsCount () const
virtual void LoadFromStream (iIStream *IStream)
virtual void SaveToStream (iOStream *OStream)

Private Attributes

LString FCommands [MAX_HISTORY_SIZE]
LString FCurrentCommand
int FTotalCommands
int FOffset
int FHead

Detailed Description

History of console commands.


Constructor & Destructor Documentation

clConsole::clCommandsHistory::clCommandsHistory ( ) [inline]

Member Function Documentation

LString clConsole::clCommandsHistory::GetCommand ( int  I) [inline]
int clConsole::clCommandsHistory::GetCommandsCount ( ) const [inline]
LString clConsole::clCommandsHistory::GetCurrentCommand ( ) [inline]
void clConsole::clCommandsHistory::LoadFromStream ( iIStream IStream) [virtual]
LString clConsole::clCommandsHistory::MoveBack ( ) [inline]
LString clConsole::clCommandsHistory::MoveForward ( ) [inline]
void clConsole::clCommandsHistory::PutCommand ( const LString &  Command) [inline]
void clConsole::clCommandsHistory::SaveToStream ( iOStream OStream) [virtual]
void clConsole::clCommandsHistory::SetCurrentCommand ( const LString &  Cmd) [inline]

Member Data Documentation


The documentation for this class was generated from the following files: