Home
last modified time | relevance | path

Searched refs:isRootIndex (Results 1 – 6 of 6) sorted by relevance

/dports/devel/liteide/liteide-x37.4/liteidex/src/utils/folderview/
H A Dfolderlistview.cpp56 if (model->isRootIndex(left) && model->isRootIndex(right)) { in lessThan()
192 if (m_model->isRootIndex(sourceIndex)) { in customContextMenuRequested()
H A Dmultifoldermodel.h44 bool isRootIndex(const QModelIndex &index) const;
H A Dmultifolderview.cpp178 if (m_model->isRootIndex(sourceIndex)) { in customContextMenuRequested()
281 if (this->m_model->isRootIndex(index)) { in customContextMenuRequested()
H A Dfolderlistmodel.h72 bool isRootIndex(const QModelIndex &index) const;
H A Dfolderlistmodel.cpp422 bool FolderListModel::isRootIndex(const QModelIndex &index) const in isRootIndex() function in FolderListModel
526 if (isRootIndex(child)) { in parent()
H A Dmultifoldermodel.cpp202 bool MultiFolderModel::isRootIndex(const QModelIndex &index) const in isRootIndex() function in MultiFolderModel