Konsole
Konsole::HistoryFile Class Reference
#include <History.h>
Detailed Description
Definition at line 44 of file History.h.
Public Member Functions | |
| HistoryFile () | |
| virtual | ~HistoryFile () |
| virtual void | add (const unsigned char *bytes, int len) |
| virtual void | get (unsigned char *bytes, int len, int loc) |
| virtual int | len () |
| void | map () |
| void | unmap () |
| bool | isMapped () |
Constructor & Destructor Documentation
| HistoryFile::HistoryFile | ( | ) |
Definition at line 86 of file History.cpp.
| HistoryFile::~HistoryFile | ( | ) | [virtual] |
Definition at line 98 of file History.cpp.
Member Function Documentation
| void HistoryFile::add | ( | const unsigned char * | bytes, | |
| int | len | |||
| ) | [virtual] |
Definition at line 135 of file History.cpp.
| void HistoryFile::get | ( | unsigned char * | bytes, | |
| int | len, | |||
| int | loc | |||
| ) | [virtual] |
Definition at line 149 of file History.cpp.
| int HistoryFile::len | ( | ) | [virtual] |
Definition at line 175 of file History.cpp.
| void HistoryFile::map | ( | ) |
Definition at line 107 of file History.cpp.
| void HistoryFile::unmap | ( | ) |
Definition at line 122 of file History.cpp.
| bool HistoryFile::isMapped | ( | ) |
Definition at line 130 of file History.cpp.
The documentation for this class was generated from the following files:
KDE 4.0 API Reference