32 #ifndef pqLoadDataReaction_h 33 #define pqLoadDataReaction_h 41 class vtkSMReaderFactory;
68 static QList<pqPipelineSource*> loadData();
85 foreach(source,sources)
87 emit this->loadedData(source);
91 static bool TestFileReadability(
const QString& file,
92 pqServer *server, vtkSMReaderFactory *factory);
94 static bool DetermineFileReader(
const QString& filename,
95 pqServer *server, vtkSMReaderFactory *factory,
96 QPair<QString,QString>& readerInfo);
99 const QStringList& files,
101 const QPair<QString,QString>& readerInfo);
static QList< pqPipelineSource * > loadData()
virtual void updateEnableState()
Reaction for open data files.
This is a superclass just to make it easier to collect all such reactions.
PQ representation for a vtkSMProxy that can be involved in a pipeline.
virtual void onTriggered()
Called when the action is triggered.
pqServer (should be renamed to pqSession) is a pqServerManagerModelItem subclass that represents a vt...