33 #ifndef _pqFileDialogFavoriteModel_h 34 #define _pqFileDialogFavoriteModel_h 36 #include "pqCoreModule.h" 37 #include <QAbstractListModel> 40 class vtkProcessModule;
52 typedef QAbstractListModel base;
63 QString filePath(
const QModelIndex&)
const;
65 bool isDir(
const QModelIndex&)
const;
68 QVariant data(
const QModelIndex& idx,
int role)
const;
71 int rowCount(
const QModelIndex& idx)
const;
74 QVariant headerData(
int section, Qt::Orientation,
int role)
const;
77 class pqImplementation;
78 pqImplementation*
const Implementation;
81 #endif // !_pqFileDialogFavoriteModel_h pqFileDialogFavoriteModel allows remote browsing of a connected ParaView server's filesystem...
pqServer (should be renamed to pqSession) is a pqServerManagerModelItem subclass that represents a vt...