33 #ifndef _pqRecentFilesMenu_h 34 #define _pqRecentFilesMenu_h 36 #include "pqComponentsModule.h" 65 virtual pqPipelineSource* createReader(
const QString& readerGroup,
const QString& readerName,
66 const QStringList& files,
pqServer* server)
const;
69 void onResourcesChanged();
70 void onOpenResource(QAction*);
71 void onOpenResource();
78 class pqImplementation;
79 pqImplementation*
const Implementation;
82 #endif // !_pqRecentFilesMenu_h
PQ representation for a vtkSMProxy that can be involved in a pipeline.
pqServerResource encapsulates a resource in ParaView.
pqServer (should be renamed to pqSession) is a pqServerManagerModelItem subclass that represents a vt...