Home
last modified time | relevance | path

Searched refs:currentCollection (Results 1 – 25 of 67) sorted by relevance

123

/dports/databases/akonadi/akonadi-21.12.3/src/widgets/
H A Dcollectionrequester.cpp69 Collection currentCollection = fetch->collections().at(0); in _k_collectionReceived() local
70 while (currentCollection.isValid()) { in _k_collectionReceived()
71 chain << currentCollection; in _k_collectionReceived()
72 currentCollection = Collection(currentCollection.parentCollection()); in _k_collectionReceived()
98 Collection currentCollection = names.take(originalId); in _k_collectionsNamesReceived() local
99 while (currentCollection.isValid()) { in _k_collectionsNamesReceived()
100 namesList.prepend(currentCollection.displayName()); in _k_collectionsNamesReceived()
101 currentCollection = names.take(currentCollection.parentCollection().id()); in _k_collectionsNamesReceived()
H A Dcollectionmaintenancepage.cpp37 if (currentCollection.isValid()) { in slotReindexCollection()
44 …entIface.call(QStringLiteral("reindexCollection"), static_cast<qlonglong>(currentCollection.id())); in slotReindexCollection()
59 Akonadi::Collection currentCollection; member in Akonadi::CollectionMaintenancePagePrivate
79 d->currentCollection = col; in init()
H A Dcollectioncombobox.h110 Q_REQUIRED_RESULT Akonadi::Collection currentCollection() const;
/dports/deskutils/kmail/kmail-21.12.3/src/
H A Dmanageshowcollectionproperties.cpp63 if (!mMainWidget->currentCollection().isValid()) { in showCollectionProperties()
66 const Akonadi::Collection col = mMainWidget->currentCollection(); in showCollectionProperties()
115 if (sync->property("collectionId") != mMainWidget->currentCollection().id()) { in slotCollectionPropertiesContinued()
145 …auto fetch = new Akonadi::CollectionFetchJob(mMainWidget->currentCollection(), Akonadi::Collection… in showCollectionPropertiesContinued()
/dports/net/messagelib/messagelib-21.12.3/messagecomposer/src/followupreminder/
H A Dfollowupreminderselectdatedialog.cpp83 && d->mCollectionCombobox->currentCollection().isValid()); in updateOkButton()
98 return d->mCollectionCombobox->currentCollection(); in collection()
108 if (!d->mCollectionCombobox->currentCollection().isValid()) { in accept()
/dports/deskutils/kdepim-addons/kdepim-addons-21.12.3/plugins/messageviewerplugins/createnoteplugin/
H A Dnoteedit.cpp117 …if (mCollectionCombobox->currentCollection().id() != MessageViewer::MessageViewerSettingsBase::sel… in writeConfig()
118 …ewerSettingsBase::self()->setLastNoteSelectedFolder(mCollectionCombobox->currentCollection().id()); in writeConfig()
150 setCollection(mCollectionCombobox->currentCollection()); in slotCollectionChanged()
196 const Akonadi::Collection collection = mCollectionCombobox->currentCollection(); in slotReturnPressed()
/dports/deskutils/kmail/kmail-21.12.3/src/plugininterface/
H A Dkmailplugininterface.cpp46 if (mMainWindow->currentCollection().isValid()) { in initializeInterfaceRequires()
47 interface->setCurrentCollection(mMainWindow->currentCollection()); in initializeInterfaceRequires()
/dports/deskutils/kdepim-addons/kdepim-addons-21.12.3/kaddressbook/plugins/mergelib/searchduplicate/
H A Dsearchduplicateresultwidget.cpp122 job->setDestination(mCollectionCombobox->currentCollection()); in mergeContact()
139 mMergeContact->setEnabled(mCollectionCombobox->currentCollection().isValid()); in slotUpdateMergeButton()
149 Q_EMIT customizeMergeContact(mResultConflictList, mCollectionCombobox->currentCollection()); in slotCustomizeMergingContacts()
/dports/deskutils/kmail/kmail-21.12.3/src/job/
H A Dnewmessagejob.h22 const Akonadi::Collection &currentCollection) in NewMessageJobSettings()
28 , mCurrentCollection(currentCollection) in NewMessageJobSettings()
H A Dhandleclickedurljob.cpp90 void HandleClickedUrlJob::setCurrentCollection(const Akonadi::Collection &currentCollection) in setCurrentCollection() argument
92 mCurrentCollection = currentCollection; in setCurrentCollection()
H A Dhandleclickedurljob.h25 void setCurrentCollection(const Akonadi::Collection &currentCollection);
/dports/deskutils/kdepim-addons/kdepim-addons-21.12.3/kaddressbook/plugins/mergelib/manualmerge/
H A Dmergecontactwidget.cpp115 …>setEnabled((listCheckedItems.count() >= 2) && mCollectionCombobox->currentCollection().isValid()); in slotUpdateMergeButton()
137 job->setDestination(mCollectionCombobox->currentCollection()); in slotAutomaticMerging()
144 …IT customizeMergeContact(mSelectedItems, mConflictTypes, mCollectionCombobox->currentCollection()); in slotCustomizeMergingContacts()
/dports/deskutils/kdepim-addons/kdepim-addons-21.12.3/plugins/messageviewerplugins/createtodoplugin/
H A Dtodoedit.cpp169 const Akonadi::Collection col = mCollectionCombobox->currentCollection(); in writeConfig()
192 setCollection(mCollectionCombobox->currentCollection()); in slotCollectionChanged()
233 const Akonadi::Collection collection = mCollectionCombobox->currentCollection(); in slotReturnPressed()
307 dlg->selectCollection(mCollectionCombobox->currentCollection()); in slotOpenEditor()
/dports/deskutils/kdepim-addons/kdepim-addons-21.12.3/plugins/messageviewerplugins/createeventplugin/
H A Deventedit.cpp165 const Akonadi::Collection col = mCollectionCombobox->currentCollection(); in writeConfig()
205 setCollection(mCollectionCombobox->currentCollection()); in slotCollectionChanged()
253 const Akonadi::Collection collection = mCollectionCombobox->currentCollection(); in slotReturnPressed()
356 dlg->selectCollection(mCollectionCombobox->currentCollection()); in slotOpenEditor()
/dports/deskutils/kdepim-runtime/kdepim-runtime-21.12.3/resources/google-groupware/
H A Dgoogleresourcestate.cpp79 Collection GoogleResourceState::currentCollection() in currentCollection() function in GoogleResourceState
81 return m_resource->currentCollection(); in currentCollection()
H A Dresourcestateinterface.h39 virtual Akonadi::Collection currentCollection() = 0;
/dports/deskutils/kdepim-addons/kdepim-addons-21.12.3/plugins/messageviewerplugins/autotests/
H A Dnoteedittest.cpp173 QVERIFY(akonadicombobox->currentCollection().isValid()); in shouldEmitCollectionChangedWhenChangeComboboxItem()
267 Akonadi::Collection col = akonadicombobox->currentCollection(); in shouldEmitCorrectCollection()
319 const Akonadi::Collection::Id id = akonadicombobox->currentCollection().id(); in shouldSaveCollectionSettings()
330 const Akonadi::Collection::Id id = akonadicombobox->currentCollection().id(); in shouldSaveCollectionSettingsWhenCloseWidget()
340 const Akonadi::Collection::Id id = akonadicombobox->currentCollection().id(); in shouldSaveCollectionSettingsWhenDeleteWidget()
H A Dtodoedittest.cpp180 QVERIFY(akonadicombobox->currentCollection().isValid()); in shouldEmitCollectionChangedWhenChangeComboboxItem()
281 Akonadi::Collection col = akonadicombobox->currentCollection(); in shouldEmitCorrectCollection()
333 const Akonadi::Collection::Id id = akonadicombobox->currentCollection().id(); in shouldSaveCollectionSettings()
344 const Akonadi::Collection::Id id = akonadicombobox->currentCollection().id(); in shouldSaveCollectionSettingsWhenCloseWidget()
354 const Akonadi::Collection::Id id = akonadicombobox->currentCollection().id(); in shouldSaveCollectionSettingsWhenDeleteWidget()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/xdmf2/vtkxdmf2/libsrc/utils/
H A DXdmfFortran.cxx147 XdmfGrid * currentCollection = new XdmfGrid(); in AddCollection() local
148 currentCollection->SetGridType(XDMF_GRID_COLLECTION); in AddCollection()
149 currentCollection->SetCollectionTypeFromString(collectionType); in AddCollection()
152 myDomain->Insert(currentCollection); in AddCollection()
156 myCollections.top()->Insert(currentCollection); in AddCollection()
158 currentCollection->Build(); in AddCollection()
159 myCollections.push(currentCollection); in AddCollection()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/xdmf2/vtkxdmf2/libsrc/utils/
H A DXdmfFortran.cxx147 XdmfGrid * currentCollection = new XdmfGrid(); in AddCollection() local
148 currentCollection->SetGridType(XDMF_GRID_COLLECTION); in AddCollection()
149 currentCollection->SetCollectionTypeFromString(collectionType); in AddCollection()
152 myDomain->Insert(currentCollection); in AddCollection()
156 myCollections.top()->Insert(currentCollection); in AddCollection()
158 currentCollection->Build(); in AddCollection()
159 myCollections.push(currentCollection); in AddCollection()
/dports/net/calendarsupport/calendarsupport-21.12.3/src/
H A Dnoteeditdialog.cpp138 setCollection(mCollectionCombobox->currentCollection()); in slotCollectionChanged()
152 const Akonadi::Collection collection = mCollectionCombobox->currentCollection(); in accept()
/dports/misc/tellico/tellico-3.4.2/src/translators/
H A Dimporter.cpp48 Tellico::Data::CollPtr Importer::currentCollection() const { in currentCollection() function in Importer
H A Dimporter.h136 Data::CollPtr currentCollection() const;
/dports/databases/akonadi/akonadi-21.12.3/src/agentbase/
H A Dresourcebase.cpp177 mItemSyncer = new ItemSync(q->currentCollection()); in createItemSyncInstanceIfMissing()
182 mItemSyncer->setProperty("collection", QVariant::fromValue(q->currentCollection())); in createItemSyncInstanceIfMissing()
423 Collection currentCollection; member in Akonadi::ResourceBasePrivate
901 currentCollection = col; in slotSynchronizeCollection()
905 QStringList contentTypes = currentCollection.contentMimeTypes(); in slotSynchronizeCollection()
910 …us(AgentBase::Running, i18nc("@info:status", "Syncing folder '%1'", currentCollection.displayName(… in slotSynchronizeCollection()
913 …E_LOG) << "Preparing collection sync of collection" << currentCollection.id() << currentCollection in slotSynchronizeCollection()
1134 Collection ResourceBase::currentCollection() const in currentCollection() function in ResourceBase
1140 return d->currentCollection; in currentCollection()
/dports/deskutils/kaddressbook/kaddressbook-21.12.3/src/importexport/
H A Dcontactselectionwidget.cpp248 const Akonadi::Collection collection = mAddressBookSelection->currentCollection(); in collectAddressBookItems()
279 const Akonadi::Collection collection = mAddressBookSelection->currentCollection(); in collectAddressBookContacts()

123