#include <UrlItem.h>
Definition at line 28 of file UrlItem.h.
| Enumerator |
|---|
| Scheme |
|
| Host |
|
| Path |
|
Definition at line 30 of file UrlItem.h.
| rqt_multiplot::UrlItem::UrlItem |
( |
UrlScheme * |
scheme = 0, |
|
|
Type |
type = Scheme, |
|
|
const QModelIndex & |
index = QModelIndex(), |
|
|
UrlItem * |
parent = 0 |
|
) |
| |
| rqt_multiplot::UrlItem::~UrlItem |
( |
| ) |
|
| UrlItem * rqt_multiplot::UrlItem::addChild |
( |
size_t |
row, |
|
|
Type |
type, |
|
|
const QModelIndex & |
index |
|
) |
| |
| UrlItem * rqt_multiplot::UrlItem::getChild |
( |
size_t |
row | ) |
const |
| const QModelIndex & rqt_multiplot::UrlItem::getIndex |
( |
| ) |
const |
| QModelIndex rqt_multiplot::UrlItem::getIndex |
( |
Type |
type | ) |
const |
| size_t rqt_multiplot::UrlItem::getNumChildren |
( |
| ) |
const |
| UrlItem * rqt_multiplot::UrlItem::getParent |
( |
| ) |
const |
| int rqt_multiplot::UrlItem::getRow |
( |
| ) |
const |
| UrlScheme * rqt_multiplot::UrlItem::getScheme |
( |
| ) |
const |
| void rqt_multiplot::UrlItem::setIndex |
( |
const QModelIndex & |
index | ) |
|
| void rqt_multiplot::UrlItem::setScheme |
( |
UrlScheme * |
scheme | ) |
|
| void rqt_multiplot::UrlItem::setType |
( |
Type |
type | ) |
|
| QMap<size_t, UrlItem*> rqt_multiplot::UrlItem::children_ |
|
private |
| QModelIndex rqt_multiplot::UrlItem::index_ |
|
private |
| UrlItem* rqt_multiplot::UrlItem::parent_ |
|
private |
| Type rqt_multiplot::UrlItem::type_ |
|
private |
The documentation for this class was generated from the following files: