32 #ifndef pqFileDialogRecentDirsModel_h 33 #define pqFileDialogRecentDirsModel_h 35 #include "pqCoreModule.h" 36 #include <QAbstractListModel> 38 #include <QStringList> 49 typedef QAbstractListModel Superclass;
59 void setChosenDir(
const QString& dir);
62 QString filePath(
const QModelIndex&)
const;
65 QVariant data(
const QModelIndex& idx,
int role)
const;
68 int rowCount(
const QModelIndex& idx)
const;
71 QVariant headerData(
int section, Qt::Orientation,
int role)
const;
74 void setChosenFiles(
const QList<QStringList>& files);
QPointer< pqFileDialogModel > FileDialogModel
pqFileDialogModel allows remote browsing of a connected ParaView server's filesystem, as well as browsing of the local file system.
pqFileDialogRecentDirsModel is a model which used by file dialog (pqFileDialog) to populate the list ...
pqServer (should be renamed to pqSession) is a pqServerManagerModelItem subclass that represents a vt...