Public Member Functions | |
| CommandHistory (const QJsonValue &json) | |
| CommandHistory (const CommandHistory &before) | |
| void | add (const std::string &cmd) |
| void | pop () |
| const std::string & | last () const |
| QJsonValue | json () const |
Definition at line 9 of file CommandHistory.h.