#include <utils.h>

Public Member Functions | |
| bool | isActive () const |
| bool | isChildOf (const Bookmark *b) const |
Public Member Functions inherited from frepple::utils::CommandList | |
| void | add (Command *c) |
| iterator | begin () const |
| CommandList () | |
| virtual void | commit () |
| bool | empty () const |
| iterator | end () const |
| void | redo () |
| virtual void | rollback () |
| virtual void | undo () |
| virtual | ~CommandList () |
Public Member Functions inherited from frepple::utils::Command | |
| Command () | |
| virtual | ~Command () |
Friends | |
| class | CommandManager |
A bookmark that keeps track of commands that can be undone and redone.
|
inline |
|
inline |
|
friend |