ParaView
pqExampleVisualizationsDialog.h
Go to the documentation of this file.
1 #ifndef PQEXAMPLEVISUALIZATIONSDIALOG_H
2 #define PQEXAMPLEVISUALIZATIONSDIALOG_H
3 
4 #include <QDialog>
5 
6 #include "pqApplicationComponentsModule.h"
7 
8 namespace Ui {
10 }
11 
16 class PQAPPLICATIONCOMPONENTS_EXPORT pqExampleVisualizationsDialog : public QDialog
17 {
18  Q_OBJECT
19  typedef QDialog Superclass;
20 public:
21  explicit pqExampleVisualizationsDialog(QWidget* parent = 0);
23 
24 protected slots:
25  virtual void onButtonPressed();
26 
27 private:
28  Ui::pqExampleVisualizationsDialog* ui;
29 
30 };
31 
32 #endif // PQEXAMPLEVISUALIZATIONSDIALOG_H
pqExampleVisualizationsDialog is a dialog used to show available example visualizations to the user...