|
Isis Developer Reference
|
Go to the documentation of this file. 1 #ifndef HistoryTreeWidget_H
2 #define HistoryTreeWidget_H
68 void updateProgressWidgets();
71 void handleUndoIndexChanged(
int);
72 void removeFromHistory(
QObject *);
Provide Undo/redo abilities, serialization, and history for an operation.
Definition: WorkOrder.h:311
void addToHistory(QString historyEntry)
Add a non-workorder history to the display.
Definition: HistoryTreeWidget.cpp:165
QList< WorkOrder * > workOrderHistory()
Get the entire list of work orders that have executed.
Definition: Project.cpp:1748
History Widget for ipce.
Definition: HistoryTreeWidget.h:50
bool clearing()
Definition: Project.cpp:666
QUndoStack * undoStack()
Returns the Projects stack of QUndoCommands.
Definition: Project.cpp:1694
The main project for ipce.
Definition: Project.h:289
virtual ~HistoryTreeWidget()
Clean up allocated memory.
Definition: HistoryTreeWidget.cpp:43
HistoryTreeWidget(Project *project, QWidget *parent=0)
Construct a history tree widget.
Definition: HistoryTreeWidget.cpp:17
int sizeHintForColumn(int column) const
Get the preferred size of a given column.
Definition: HistoryTreeWidget.cpp:57
ProgressBar * progressBar()
Returns the ProgressBar.
Definition: WorkOrder.cpp:975
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16