32 #ifndef pqLoadDataReaction_h 33 #define pqLoadDataReaction_h 77 static QList<pqPipelineSource*> loadData();
100 foreach (source, sources)
102 emit this->loadedData(source);
106 static bool TestFileReadability(
109 static bool DetermineFileReader(
const QString& filename,
pqServer* server,
113 const QStringList& files,
pqServer* server,
const QPair<QString, QString>& readerInfo);
static QList< pqPipelineSource * > loadData()
virtual void updateEnableState()
Reaction for open data files.
is a factory for creating a reader proxy based on the filename/extension.
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...