![]() |
Falkon Develop
Cross-platform Qt-based web browser
|
Public Member Functions | |
TabTreeModelItem (WebTab *tab=nullptr, const QModelIndex &index=QModelIndex()) | |
~TabTreeModelItem () | |
void | setParent (TabTreeModelItem *item) |
void | addChild (TabTreeModelItem *item, int index=-1) |
Public Attributes | |
WebTab * | tab = nullptr |
TabTreeModelItem * | parent = nullptr |
QVector< TabTreeModelItem * > | children |
QPersistentModelIndex | sourceIndex |
Definition at line 27 of file tabtreemodel.cpp.
|
explicit |
Definition at line 42 of file tabtreemodel.cpp.
TabTreeModelItem::~TabTreeModelItem | ( | ) |
Definition at line 48 of file tabtreemodel.cpp.
void TabTreeModelItem::addChild | ( | TabTreeModelItem * | item, |
int | index = -1 |
||
) |
Definition at line 69 of file tabtreemodel.cpp.
void TabTreeModelItem::setParent | ( | TabTreeModelItem * | item | ) |
Definition at line 55 of file tabtreemodel.cpp.
QVector<TabTreeModelItem*> TabTreeModelItem::children |
Definition at line 38 of file tabtreemodel.cpp.
TabTreeModelItem* TabTreeModelItem::parent = nullptr |
Definition at line 37 of file tabtreemodel.cpp.
QPersistentModelIndex TabTreeModelItem::sourceIndex |
Definition at line 39 of file tabtreemodel.cpp.
WebTab* TabTreeModelItem::tab = nullptr |
Definition at line 36 of file tabtreemodel.cpp.