Huggle
build:^490^dce1e5c
|
History of actions done by user. More...
#include <history.hpp>
Public Member Functions | |
History (QWidget *parent=0) | |
void | Prepend (HistoryItem item) |
Insert a new item to top of list. | |
void | Refresh () |
void | Remove (HistoryItem item) |
Public Attributes | |
QList< HistoryItem > | Items |
Static Public Attributes | |
static int | Last = 0 |
Private Attributes | |
Ui::History * | ui |
History of actions done by user.
It should be possible to go back in history to review what you have you done currently nothing happens when you click on history items
Function to revert your own changes
Definition at line 57 of file history.hpp.