1 #ifndef HistoryTreeWidget_H
2 #define HistoryTreeWidget_H
43 void updateProgressWidgets();
46 void handleUndoIndexChanged(
int);
47 void removeFromHistory(
QObject *);
The main project for cnetsuite.
Definition: Project.h:105
int sizeHintForColumn(int column) const
Get the preferred size of a given column.
Definition: HistoryTreeWidget.cpp:58
History Widget for cnetsuite.
Definition: HistoryTreeWidget.h:28
HistoryTreeWidget(Project *project, QWidget *parent=0)
Construct a history tree widget.
Definition: HistoryTreeWidget.cpp:17
virtual ~HistoryTreeWidget()
Clean up allocated memory.
Definition: HistoryTreeWidget.cpp:44
Parent class for anything that performs an action in Project.
Definition: WorkOrder.h:104