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