#include <UrlScheme.h>
|
virtual QString | getFilePath (const QModelIndex &hostIndex, const QModelIndex &pathIndex) const =0 |
|
virtual QString | getFilePath (const QString &host, const QString &path) const =0 |
|
virtual QString | getHost (const QModelIndex &hostIndex) const =0 |
|
virtual QVariant | getHostData (const QModelIndex &index, int role) const =0 |
|
virtual QModelIndex | getHostIndex (size_t row) const =0 |
|
virtual size_t | getNumHosts () const =0 |
|
virtual size_t | getNumPaths (const QModelIndex &hostIndex, const QModelIndex &parent=QModelIndex()) const =0 |
|
virtual QString | getPath (const QModelIndex &hostIndex, const QModelIndex &pathIndex) const =0 |
|
virtual QVariant | getPathData (const QModelIndex &index, int role) const =0 |
|
virtual QModelIndex | getPathIndex (const QModelIndex &hostIndex, size_t row, const QModelIndex &parent=QModelIndex()) const =0 |
|
const QString & | getPrefix () const |
|
| UrlScheme (const QString &prefix, QObject *parent=0) |
|
virtual | ~UrlScheme () |
|
Definition at line 28 of file UrlScheme.h.
rqt_multiplot::UrlScheme::UrlScheme |
( |
const QString & |
prefix, |
|
|
QObject * |
parent = 0 |
|
) |
| |
rqt_multiplot::UrlScheme::~UrlScheme |
( |
| ) |
|
|
virtual |
virtual QString rqt_multiplot::UrlScheme::getFilePath |
( |
const QModelIndex & |
hostIndex, |
|
|
const QModelIndex & |
pathIndex |
|
) |
| const |
|
pure virtual |
virtual QString rqt_multiplot::UrlScheme::getFilePath |
( |
const QString & |
host, |
|
|
const QString & |
path |
|
) |
| const |
|
pure virtual |
virtual QString rqt_multiplot::UrlScheme::getHost |
( |
const QModelIndex & |
hostIndex | ) |
const |
|
pure virtual |
virtual QVariant rqt_multiplot::UrlScheme::getHostData |
( |
const QModelIndex & |
index, |
|
|
int |
role |
|
) |
| const |
|
pure virtual |
virtual QModelIndex rqt_multiplot::UrlScheme::getHostIndex |
( |
size_t |
row | ) |
const |
|
pure virtual |
virtual size_t rqt_multiplot::UrlScheme::getNumHosts |
( |
| ) |
const |
|
pure virtual |
virtual size_t rqt_multiplot::UrlScheme::getNumPaths |
( |
const QModelIndex & |
hostIndex, |
|
|
const QModelIndex & |
parent = QModelIndex() |
|
) |
| const |
|
pure virtual |
virtual QString rqt_multiplot::UrlScheme::getPath |
( |
const QModelIndex & |
hostIndex, |
|
|
const QModelIndex & |
pathIndex |
|
) |
| const |
|
pure virtual |
virtual QVariant rqt_multiplot::UrlScheme::getPathData |
( |
const QModelIndex & |
index, |
|
|
int |
role |
|
) |
| const |
|
pure virtual |
virtual QModelIndex rqt_multiplot::UrlScheme::getPathIndex |
( |
const QModelIndex & |
hostIndex, |
|
|
size_t |
row, |
|
|
const QModelIndex & |
parent = QModelIndex() |
|
) |
| const |
|
pure virtual |
const QString & rqt_multiplot::UrlScheme::getPrefix |
( |
| ) |
const |
void rqt_multiplot::UrlScheme::pathLoaded |
( |
const QString & |
host, |
|
|
const QString & |
path |
|
) |
| |
|
signal |
void rqt_multiplot::UrlScheme::resetFinished |
( |
| ) |
|
|
signal |
void rqt_multiplot::UrlScheme::resetStarted |
( |
| ) |
|
|
signal |
QString rqt_multiplot::UrlScheme::prefix_ |
|
private |
The documentation for this class was generated from the following files: