TAMSVIZ
Visualization and annotation tool for ROS
|
Classes | |
struct | Item |
Public Types | |
typedef T | Type |
Public Member Functions | |
void | clear () |
bool | canUndo () const |
void | undo (T &v) |
bool | canRedo () const |
void | redo (T &v) |
Public Attributes | |
size_t | limit = 100 |
std::deque< std::shared_ptr< Item > > | undo_stack |
std::deque< std::shared_ptr< Item > > | redo_stack |
std::shared_ptr< Item > | current |
bool | locked = false |