HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
CMD_HistoryTable Class Reference

#include <CMD_History.h>

Public Member Functions

 CMD_HistoryTable ()
 
 ~CMD_HistoryTable ()
 
int historyExpand (CMD_Manager *, UT_String &cmd)
 
void addHistory (const char *cmd)
 
const char * getCommand (int n) const
 
unsigned int entries () const
 
void clearAndDestroy ()
 
void saveHistory (std::ostream &os) const
 

Detailed Description

Definition at line 25 of file CMD_History.h.

Constructor & Destructor Documentation

CMD_HistoryTable::CMD_HistoryTable ( )
CMD_HistoryTable::~CMD_HistoryTable ( )

Member Function Documentation

void CMD_HistoryTable::addHistory ( const char *  cmd)
void CMD_HistoryTable::clearAndDestroy ( )
unsigned int CMD_HistoryTable::entries ( ) const
inline

Definition at line 42 of file CMD_History.h.

const char* CMD_HistoryTable::getCommand ( int  n) const
int CMD_HistoryTable::historyExpand ( CMD_Manager ,
UT_String cmd 
)
void CMD_HistoryTable::saveHistory ( std::ostream &  os) const

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