Home
last modified time | relevance | path

Searched defs:selectedTags (Results 1 – 19 of 19) sorted by relevance

/dports/net/incidenceeditor/incidenceeditor-21.12.3/src/
H A Dincidencecategories.cpp56 Akonadi::Tag::List selectedTags; in load() local
80 const auto &selectedTags = mUi->mTagWidget->selection(); in save() local
89 const auto &selectedTags = mUi->mTagWidget->selection(); in categories() local
131 auto selectedTags {mUi->mTagWidget->selection()}; in onMissingTagCreated() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui.discovery/src/org/eclipse/equinox/internal/p2/ui/discovery/wizards/
H A DCatalogConfiguration.java41 private Set<Tag> selectedTags; field in CatalogConfiguration
105 public void setSelectedTags(Collection<Tag> selectedTags) { in setSelectedTags()
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/widgets/
H A Dktagcontainer.cpp93 const QList<QString> KTagContainer::selectedTags() in selectedTags() function in KTagContainer
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/GDCM/src/gdcm/Source/DataStructureAndEncodingDefinition/
H A DgdcmDataSet.txx124 …ream &DataSet::ReadSelectedTags(std::istream &inputStream, const std::set<Tag> & selectedTags, boo… in ReadSelectedTags()
236 …Set::ReadSelectedTagsWithLength(std::istream &inputStream, const std::set<Tag> & selectedTags, VL … in ReadSelectedTagsWithLength()
H A DgdcmReader.cxx321 bool Reader::ReadSelectedTags( std::set<Tag> const & selectedTags, bool readvalues ) in ReadSelectedTags()
/dports/graphics/digikam/digikam-7.4.0/core/libs/album/treeview/
H A Dtagtreeview.cpp127 QList<Album*> TagTreeView::selectedTags() in selectedTags() function in Digikam::TagTreeView
/dports/devel/gdcm/gdcm-3.0.10/Source/DataStructureAndEncodingDefinition/
H A DgdcmDataSet.txx124 …ream &DataSet::ReadSelectedTags(std::istream &inputStream, const std::set<Tag> & selectedTags, boo… in ReadSelectedTags()
236 …Set::ReadSelectedTagsWithLength(std::istream &inputStream, const std::set<Tag> & selectedTags, VL … in ReadSelectedTagsWithLength()
H A DgdcmReader.cxx325 bool Reader::ReadSelectedTags( std::set<Tag> const & selectedTags, bool readvalues ) in ReadSelectedTags()
/dports/www/mediawiki135/mediawiki-1.35.5/includes/specials/
H A DSpecialEditTags.php378 protected function getTagSelect( $selectedTags, $label ) {
/dports/www/mediawiki136/mediawiki-1.36.3/includes/specials/
H A DSpecialEditTags.php378 protected function getTagSelect( $selectedTags, $label ) {
/dports/www/mediawiki137/mediawiki-1.37.1/includes/specials/
H A DSpecialEditTags.php385 protected function getTagSelect( $selectedTags, $label ) {
/dports/sysutils/baloo-widgets/baloo-widgets-21.12.3/src/
H A Dtagwidget.cpp129 QStringList TagWidget::selectedTags() const in selectedTags() function in TagWidget
/dports/graphics/digikam/digikam-7.4.0/core/libs/tags/manager/
H A Dtagsmanager.cpp228 QList<Album*> selectedTags = d->tagMngrView->selectedTags(); in slotSelectionChanged() local
407 QList<Album*> selectedTags = d->tagMngrView->selectedTags(); in slotEditTagTitle() local
/dports/graphics/digikam/digikam-7.4.0/core/libs/album/widgets/
H A Dalbumselectors.cpp329 AlbumList AlbumSelectors::selectedTags() const in selectedTags() function in Digikam::AlbumSelectors
/dports/databases/akonadi/akonadi-21.12.3/autotests/widgets/
H A Dtageditwidgettest.cpp284 Tag::List selectedTags; in testSelectingTagsByMouse() local
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/views/
H A Dktagsview.cpp184 void KTagsView::selectedTags(QList<MyMoneyTag>& tagsList) const in selectedTags() function in KTagsView
/dports/graphics/kphotoalbum/kphotoalbum-5.8.1/AnnotationDialog/
H A DDialog.cpp472 const QSet<QString> selectedTags = old_info.itemsOfCategory(category); in slotCopyPrevious() local
546 const QSet<QString> selectedTags = ls->itemsOn(); in load() local
/dports/textproc/R-cran-htmltools/htmltools/R/
H A Dtag_query.R385 selectedTags <- tagQ$selectedTags() functionVar
763 selectedTags = function() { nameattr in function
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyKDE4/
H A Dnepomuk.py363 def selectedTags(self): member in Nepomuk.TagWidget