19 #ifndef RQT_MULTIPLOT_URL_ITEM_H 20 #define RQT_MULTIPLOT_URL_ITEM_H 23 #include <QModelIndex> 37 index = QModelIndex(),
UrlItem* parent = 0);
49 void setIndex(
const QModelIndex& index);
void setIndex(const QModelIndex &index)
UrlItem * getParent() const
UrlScheme * getScheme() const
const QModelIndex & getIndex() const
UrlItem * addChild(size_t row, Type type, const QModelIndex &index)
QMap< size_t, UrlItem * > children_
UrlItem * getChild(size_t row) const
size_t getNumChildren() const
void setScheme(UrlScheme *scheme)
UrlItem(UrlScheme *scheme=0, Type type=Scheme, const QModelIndex &index=QModelIndex(), UrlItem *parent=0)