TinkerCell Core 1.0
TinkerCell's Core library providing all basic functionalities
Public Slots
Tinkercell::HistoryWindow Class Reference

This is a small class extending QUndoView that manages a stack of undo commands. More...

#include <HistoryWindow.h>

List of all members.

Public Slots

void undo ()
void redo ()
void push (QUndoCommand *command)

Detailed Description

This is a small class extending QUndoView that manages a stack of undo commands.

Definition at line 53 of file HistoryWindow.h.


Member Function Documentation

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.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines