32 #ifndef pqCustomViewDialog_h 33 #define pqCustomViewDialog_h 51 #include <QStringList> 53 class pqCustomViewButtonDialogUI;
54 class vtkSMCameraConfigurationReader;
66 QStringList &toolTips,
67 QStringList &configurations,
68 QString ¤tConfig);
92 void importConfigurations();
93 void exportConfigurations();
96 void assignCurrentView(
int id);
97 void assignCurrentView0(){ this->assignCurrentView(0); }
98 void assignCurrentView1(){ this->assignCurrentView(1); }
99 void assignCurrentView2(){ this->assignCurrentView(2); }
100 void assignCurrentView3(){ this->assignCurrentView(3); }
107 QList<QLineEdit *> ToolTips;
108 QStringList Configurations;
109 QString CurrentConfiguration;
111 pqCustomViewButtonDialogUI *ui;