32 #ifndef pqFixStateFilenamesDialog_h 33 #define pqFixStateFilenamesDialog_h 35 #include "pqComponentsModule.h" 38 class vtkPVXMLElement;
39 class vtkFileSequenceParser;
49 typedef QDialog Superclass;
54 QWidget* parent=0, Qt::WindowFlags f=0);
58 bool hasFileNames()
const;
61 vtkPVXMLElement* xmlRoot()
const;
64 virtual void accept();
69 QString ConstructPipelineName(QStringList files);
72 void onFileNamesChanged();
78 pqInternals* Internals;
79 vtkFileSequenceParser * SequenceParser;
pqFixStateFilenamesDialog can be used to prompt the user with a dialog to edit the filenames referred...