#include <PackageScheme.h>
|
| 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 |
| |
| | PackageScheme (QObject *parent=0, const QString &prefix="package", QDir::Filters filter=QDir::NoFilter) |
| |
| void | setFilter (QDir::Filters filter) |
| |
| virtual | ~PackageScheme () |
| |
| const QString & | getPrefix () const |
| |
| | UrlScheme (const QString &prefix, QObject *parent=0) |
| |
| virtual | ~UrlScheme () |
| |
Definition at line 32 of file PackageScheme.h.
| rqt_multiplot::PackageScheme::PackageScheme |
( |
QObject * |
parent = 0, |
|
|
const QString & |
prefix = "package", |
|
|
QDir::Filters |
filter = QDir::NoFilter |
|
) |
| |
| rqt_multiplot::PackageScheme::~PackageScheme |
( |
| ) |
|
|
virtual |
| QString rqt_multiplot::PackageScheme::getFilePath |
( |
const QModelIndex & |
hostIndex, |
|
|
const QModelIndex & |
pathIndex |
|
) |
| const |
|
virtual |
| QString rqt_multiplot::PackageScheme::getFilePath |
( |
const QString & |
host, |
|
|
const QString & |
path |
|
) |
| const |
|
virtual |
| QDir::Filters rqt_multiplot::PackageScheme::getFilter |
( |
| ) |
const |
| QString rqt_multiplot::PackageScheme::getHost |
( |
const QModelIndex & |
hostIndex | ) |
const |
|
virtual |
| QVariant rqt_multiplot::PackageScheme::getHostData |
( |
const QModelIndex & |
index, |
|
|
int |
role |
|
) |
| const |
|
virtual |
| QModelIndex rqt_multiplot::PackageScheme::getHostIndex |
( |
size_t |
row | ) |
const |
|
virtual |
| size_t rqt_multiplot::PackageScheme::getNumHosts |
( |
| ) |
const |
|
virtual |
| size_t rqt_multiplot::PackageScheme::getNumPaths |
( |
const QModelIndex & |
hostIndex, |
|
|
const QModelIndex & |
parent |
|
) |
| const |
|
virtual |
| QString rqt_multiplot::PackageScheme::getPath |
( |
const QModelIndex & |
hostIndex, |
|
|
const QModelIndex & |
pathIndex |
|
) |
| const |
|
virtual |
| QVariant rqt_multiplot::PackageScheme::getPathData |
( |
const QModelIndex & |
index, |
|
|
int |
role |
|
) |
| const |
|
virtual |
| QModelIndex rqt_multiplot::PackageScheme::getPathIndex |
( |
const QModelIndex & |
hostIndex, |
|
|
size_t |
row, |
|
|
const QModelIndex & |
parent = QModelIndex() |
|
) |
| const |
|
virtual |
| void rqt_multiplot::PackageScheme::modelDirectoryLoaded |
( |
const QString & |
path | ) |
|
|
privateslot |
| void rqt_multiplot::PackageScheme::registryUpdateFinished |
( |
| ) |
|
|
privateslot |
| void rqt_multiplot::PackageScheme::registryUpdateStarted |
( |
| ) |
|
|
privateslot |
| void rqt_multiplot::PackageScheme::setFilter |
( |
QDir::Filters |
filter | ) |
|
| QFileSystemModel* rqt_multiplot::PackageScheme::fileSystemModel_ |
|
private |
| QStringListModel* rqt_multiplot::PackageScheme::packageListModel_ |
|
private |
| QMap<QString, QString> rqt_multiplot::PackageScheme::packagePaths_ |
|
private |
| QList<QString> rqt_multiplot::PackageScheme::packages_ |
|
private |
The documentation for this class was generated from the following files: