1 #ifndef PROCESS_DOCS_DIALOG_HPP
2 #define PROCESS_DOCS_DIALOG_HPP
10 #include <ui_ProcessDocs.h>
15 namespace mgx {
namespace gui {
29 void on_StackFilter_textChanged(
const QString& text);
30 void on_MeshFilter_textChanged(
const QString& text);
31 void on_GlobalFilter_textChanged(
const QString& text);
38 Ui::ProcessDocsDialog *ui;
Definition of a process, without the process factory.
Definition: Process.hpp:1229
File containing the definition of a Process.
Definition: ProcessDocsDlg.hpp:17