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
9 {
11 }
12 
19 class PQAPPLICATIONCOMPONENTS_EXPORT pqExampleVisualizationsDialog : public QDialog
20 {
21  Q_OBJECT
22  typedef QDialog Superclass;
23 
24 public:
25  explicit pqExampleVisualizationsDialog(QWidget* parent = 0);
27 
28 protected slots:
29  virtual void onButtonPressed();
30 
31 private:
32  Ui::pqExampleVisualizationsDialog* ui;
33 };
34 
35 #endif // PQEXAMPLEVISUALIZATIONSDIALOG_H
pqExampleVisualizationsDialog is a dialog used to show available example visualizations to the user...