#include <FileScheme.h>
|
| FileScheme (QObject *parent=0, const QString &prefix="file", const QString &rootPath="/", QDir::Filters filter=QDir::NoFilter) |
|
QString | getFilePath (const QModelIndex &hostIndex, const QModelIndex &pathIndex) const |
|
QString | getFilePath (const QString &host, const QString &path) const |
|
QDir::Filters | getFilter () const |
|
QString | getHost (const QModelIndex &hostIndex) const |
|
QVariant | getHostData (const QModelIndex &index, int role) const |
|
QModelIndex | getHostIndex (size_t row) const |
|
size_t | getNumHosts () const |
|
size_t | getNumPaths (const QModelIndex &hostIndex, const QModelIndex &parent) const |
|
QString | getPath (const QModelIndex &hostIndex, const QModelIndex &pathIndex) const |
|
QVariant | getPathData (const QModelIndex &index, int role) const |
|
QModelIndex | getPathIndex (const QModelIndex &hostIndex, size_t row, const QModelIndex &parent=QModelIndex()) const |
|
QString | getRootPath () const |
|
void | setFilter (QDir::Filters filter) |
|
void | setRootPath (const QString &rootPath) |
|
virtual | ~FileScheme () |
|
const QString & | getPrefix () const |
|
| UrlScheme (const QString &prefix, QObject *parent=0) |
|
virtual | ~UrlScheme () |
|
Definition at line 28 of file FileScheme.h.
rqt_multiplot::FileScheme::FileScheme |
( |
QObject * |
parent = 0 , |
|
|
const QString & |
prefix = "file" , |
|
|
const QString & |
rootPath = "/" , |
|
|
QDir::Filters |
filter = QDir::NoFilter |
|
) |
| |
rqt_multiplot::FileScheme::~FileScheme |
( |
| ) |
|
|
virtual |
QString rqt_multiplot::FileScheme::getFilePath |
( |
const QModelIndex & |
hostIndex, |
|
|
const QModelIndex & |
pathIndex |
|
) |
| const |
|
virtual |
QString rqt_multiplot::FileScheme::getFilePath |
( |
const QString & |
host, |
|
|
const QString & |
path |
|
) |
| const |
|
virtual |
QDir::Filters rqt_multiplot::FileScheme::getFilter |
( |
| ) |
const |
QString rqt_multiplot::FileScheme::getHost |
( |
const QModelIndex & |
hostIndex | ) |
const |
|
virtual |
QVariant rqt_multiplot::FileScheme::getHostData |
( |
const QModelIndex & |
index, |
|
|
int |
role |
|
) |
| const |
|
virtual |
QModelIndex rqt_multiplot::FileScheme::getHostIndex |
( |
size_t |
row | ) |
const |
|
virtual |
size_t rqt_multiplot::FileScheme::getNumHosts |
( |
| ) |
const |
|
virtual |
size_t rqt_multiplot::FileScheme::getNumPaths |
( |
const QModelIndex & |
hostIndex, |
|
|
const QModelIndex & |
parent |
|
) |
| const |
|
virtual |
QString rqt_multiplot::FileScheme::getPath |
( |
const QModelIndex & |
hostIndex, |
|
|
const QModelIndex & |
pathIndex |
|
) |
| const |
|
virtual |
QVariant rqt_multiplot::FileScheme::getPathData |
( |
const QModelIndex & |
index, |
|
|
int |
role |
|
) |
| const |
|
virtual |
QModelIndex rqt_multiplot::FileScheme::getPathIndex |
( |
const QModelIndex & |
hostIndex, |
|
|
size_t |
row, |
|
|
const QModelIndex & |
parent = QModelIndex() |
|
) |
| const |
|
virtual |
QString rqt_multiplot::FileScheme::getRootPath |
( |
| ) |
const |
void rqt_multiplot::FileScheme::modelDirectoryLoaded |
( |
const QString & |
path | ) |
|
|
privateslot |
void rqt_multiplot::FileScheme::setFilter |
( |
QDir::Filters |
filter | ) |
|
void rqt_multiplot::FileScheme::setRootPath |
( |
const QString & |
rootPath | ) |
|
QFileSystemModel* rqt_multiplot::FileScheme::model_ |
|
private |
The documentation for this class was generated from the following files: