11 #ifndef PROCESS_DOCS_DIALOG_HPP
12 #define PROCESS_DOCS_DIALOG_HPP
22 class QTreeWidgetItem;
25 class ProcessDocsDialog;
39 void on_StackTreeWidget_currentItemChanged(QTreeWidgetItem* item, QTreeWidgetItem* previous);
40 void on_MeshTreeWidget_currentItemChanged(QTreeWidgetItem* item, QTreeWidgetItem* previous);
41 void on_MiscTreeWidget_currentItemChanged(QTreeWidgetItem* item, QTreeWidgetItem* previous);
43 void on_StackFilter_textChanged(
const QString& text);
44 void on_MeshFilter_textChanged(
const QString& text);
45 void on_MiscFilter_textChanged(
const QString& text);
52 Ui::ProcessDocsDialog *ui;