#include <textfield.h>
|
std::list< std::string > | history |
| Command history.
|
|
std::list< std::string >::iterator | current |
| History iterator.
|
|
Definition at line 30 of file textfield.h.
◆ TextHistory()
TextHistory::TextHistory |
( |
| ) |
|
|
inline |
◆ addEntry()
void TextHistory::addEntry |
( |
const std::string & |
text | ) |
|
|
inline |
◆ atBegining()
bool TextHistory::atBegining |
( |
| ) |
const |
|
inline |
◆ atEnd()
bool TextHistory::atEnd |
( |
| ) |
const |
|
inline |
◆ empty()
bool TextHistory::empty |
( |
| ) |
const |
|
inline |
◆ matchesLastEntry()
bool TextHistory::matchesLastEntry |
( |
const std::string & |
text | ) |
|
|
inline |
◆ toBegining()
void TextHistory::toBegining |
( |
| ) |
|
|
inline |
◆ toEnd()
void TextHistory::toEnd |
( |
| ) |
|
|
inline |
◆ current
std::list<std::string>::iterator TextHistory::current |
◆ history
std::list<std::string> TextHistory::history |
The documentation for this struct was generated from the following file: