![]() |
TinkerCell Core 1.0
TinkerCell's Core library providing all basic functionalities
|
This is a small class extending QUndoView that manages a stack of undo commands. More...
#include <HistoryWindow.h>
Public Slots | |
void | undo () |
void | redo () |
void | push (QUndoCommand *command) |
This is a small class extending QUndoView that manages a stack of undo commands.
Definition at line 53 of file HistoryWindow.h.
void Tinkercell::HistoryWindow::push | ( | QUndoCommand * | command | ) | [slot] |
Definition at line 26 of file HistoryWindow.cpp.
void Tinkercell::HistoryWindow::redo | ( | ) | [slot] |
Definition at line 21 of file HistoryWindow.cpp.
void Tinkercell::HistoryWindow::undo | ( | ) | [slot] |
Definition at line 16 of file HistoryWindow.cpp.