Home
last modified time | relevance | path

Searched refs:mCollectionSelectionModel (Results 1 – 5 of 5) sorted by relevance

/dports/net/akonadi-contacts/akonadi-contacts-21.12.3/src/akonadi-contacts/
H A Dstandardcontactactionmanager.cpp266 if (!mCollectionSelectionModel) { in hasWritableCollection()
270 const QAbstractItemModel *collectionModel = mCollectionSelectionModel->model(); in hasWritableCollection()
385 if (!mCollectionSelectionModel) { in selectedCollection()
389 if (mCollectionSelectionModel->selectedIndexes().isEmpty()) { in selectedCollection()
393 const QModelIndex index = mCollectionSelectionModel->selectedIndexes().first(); in selectedCollection()
473 QItemSelectionModel *mCollectionSelectionModel = nullptr; member in Akonadi::StandardContactActionManagerPrivate
490 d->mCollectionSelectionModel = selectionModel; in setCollectionSelectionModel()
/dports/net/akonadi-mime/akonadi-mime-21.12.3/src/
H A Dstandardmailactionmanager.cpp543 if (mCollectionSelectionModel->selection().indexes().isEmpty()) { in slotMoveToTrash()
552 auto command = new MoveToTrashCommand(mCollectionSelectionModel->model(), items, mParent); in slotMoveToTrash()
562 if (mCollectionSelectionModel->selection().indexes().isEmpty()) { in slotMoveAllToTrash()
571 … auto command = new MoveToTrashCommand(mCollectionSelectionModel->model(), collections, mParent); in slotMoveAllToTrash()
605 …ommand = new EmptyTrashCommand(const_cast<QAbstractItemModel *>(mCollectionSelectionModel->model()… in slotEmptyAllTrash()
615 if (mCollectionSelectionModel->selection().indexes().isEmpty()) { in slotEmptyTrash()
631 QItemSelectionModel *mCollectionSelectionModel = nullptr; member in Akonadi::StandardMailActionManagerPrivate
648 d->mCollectionSelectionModel = selectionModel; in setCollectionSelectionModel()
/dports/deskutils/kaddressbook/kaddressbook-21.12.3/src/
H A Dmainwidget.cpp211 mCollectionSelectionModel = new QItemSelectionModel(mCollectionTree); in MainWidget()
213 checkableProxyModel->setSelectionModel(mCollectionSelectionModel); in MainWidget()
225 auto selectionProxyModel = new KSelectionProxyModel(mCollectionSelectionModel, this); in MainWidget()
439 saver->setSelectionModel(mCollectionSelectionModel); in restoreState()
477 saver.setSelectionModel(mCollectionSelectionModel); in saveState()
H A Dmainwidget.h149 QItemSelectionModel *mCollectionSelectionModel = nullptr; variable
/dports/net/akonadi-calendar/akonadi-calendar-21.12.3/src/
H A Dstandardcalendaractionmanager.cpp267 if (!mCollectionSelectionModel) { in hasWritableCollection()
271 const QAbstractItemModel *collectionModel = mCollectionSelectionModel->model(); in hasWritableCollection()
466 QItemSelectionModel *mCollectionSelectionModel = nullptr; member in Akonadi::StandardCalendarActionManagerPrivate
483 d->mCollectionSelectionModel = selectionModel; in setCollectionSelectionModel()