Definition at line 153 of file btbookmarksmodel.cpp.
◆ BookmarkFolder()
BookmarkFolder::BookmarkFolder |
( |
const QString & |
name, |
|
|
BookmarkFolder * |
parent = nullptr |
|
) |
| |
◆ ~BookmarkFolder()
anonymous_namespace{btbookmarksmodel.cpp}::BookmarkFolder::~BookmarkFolder |
( |
| ) |
|
|
inlinefinaloverride |
◆ addChild()
void anonymous_namespace{btbookmarksmodel.cpp}::BookmarkFolder::addChild |
( |
BookmarkItemBase * |
child | ) |
|
|
inline |
◆ children() [1/2]
QList< BookmarkItemBase * > const & anonymous_namespace{btbookmarksmodel.cpp}::BookmarkFolder::children |
( |
| ) |
const |
|
inlinenoexcept |
◆ children() [2/2]
QList< BookmarkItemBase * > & anonymous_namespace{btbookmarksmodel.cpp}::BookmarkFolder::children |
( |
| ) |
|
|
inlinenoexcept |
◆ deepCopy()
◆ flags()
Qt::ItemFlags anonymous_namespace{btbookmarksmodel.cpp}::BookmarkFolder::flags |
( |
| ) |
const |
|
inlinefinaloverridevirtualnoexcept |
◆ hasDescendant()
Returns true if the given item is this or a direct or indirect subitem of this.
Definition at line 431 of file btbookmarksmodel.cpp.
◆ icon()
QIcon const & anonymous_namespace{btbookmarksmodel.cpp}::BookmarkFolder::icon |
( |
| ) |
const |
|
inlinefinaloverridevirtualnoexcept |
◆ insertChild()
void anonymous_namespace{btbookmarksmodel.cpp}::BookmarkFolder::insertChild |
( |
int |
index, |
|
|
BookmarkItemBase * |
child |
|
) |
| |
|
inline |
◆ insertChildren()
void anonymous_namespace{btbookmarksmodel.cpp}::BookmarkFolder::insertChildren |
( |
int |
index, |
|
|
QList< BookmarkItemBase * > |
children |
|
) |
| |
|
inline |
◆ removeChild()
void anonymous_namespace{btbookmarksmodel.cpp}::BookmarkFolder::removeChild |
( |
int |
index | ) |
|
|
inline |
◆ m_children
QList<BookmarkItemBase *> anonymous_namespace{btbookmarksmodel.cpp}::BookmarkFolder::m_children |
|
private |
The documentation for this class was generated from the following file: