Home
last modified time | relevance | path

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

/dports/audio/muse-sequencer/muse-4.0.0/src/muse/
H A Devent_tag_list.h177 bool tagSelected = true, bool tagMoving = false)
183 (tagSelected ? TagSelected : TagNoOptions) |
/dports/www/grafana8/grafana-8.3.6/public/app/features/search/components/
H A DSearchItem.tsx30 const tagSelected = useCallback(
81 <TagList tags={item.tags} onClick={tagSelected} />
/dports/deskutils/copyq/CopyQ-5.0.0/plugins/itemtags/tests/
H A Ditemtagstests.h47 void tagSelected();
H A Ditemtagstests.cpp217 void ItemTagsTests::tagSelected() in tagSelected() function in ItemTagsTests
/dports/graphics/qgis/qgis-3.22.3/src/gui/symbology/
H A Dqgsstylegroupselectiondialog.h43 void tagSelected( const QString &tagName );
H A Dqgsstylegroupselectiondialog.cpp151 emit tagSelected( index.data().toString() ); in groupTreeSelectionChanged() local
H A Dqgsstyleexportimportdialog.cpp369 …connect( mGroupSelectionDlg, &QgsStyleGroupSelectionDialog::tagSelected, this, &QgsStyleExportImpo… in selectByGroup()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/symbology/
H A Dqgsstylegroupselectiondialog.h43 void tagSelected( const QString &tagName );
H A Dqgsstylegroupselectiondialog.cpp151 emit tagSelected( index.data().toString() ); in groupTreeSelectionChanged() local
H A Dqgsstyleexportimportdialog.cpp340 …connect( mGroupSelectionDlg, &QgsStyleGroupSelectionDialog::tagSelected, this, &QgsStyleExportImpo… in selectByGroup()
/dports/devel/cervisia/cervisia-21.12.3/
H A Dlogdialog.h78 void tagSelected(LogDialogTagInfo* tag, bool rmb);
H A Dlogdialog.cpp614 void LogDialog::tagSelected(LogDialogTagInfo* tag, bool rmb) in tagSelected() function in LogDialog
655 tagSelected(tags.at(n-1), false); in tagASelected()
662 tagSelected(tags.at(n-1), true); in tagBSelected()
/dports/graphics/qgis/qgis-3.22.3/python/gui/auto_generated/symbology/
H A Dqgsstylegroupselectiondialog.sip.in27 void tagSelected( const QString &tagName );
/dports/graphics/qgis-ltr/qgis-3.16.16/python/gui/auto_generated/symbology/
H A Dqgsstylegroupselectiondialog.sip.in27 void tagSelected( const QString &tagName );
/dports/emulators/stella/stella-6.6/src/gui/
H A DContextMenu.cxx140 bool tagSelected = tag != "" && SEARCH_AND_SELECT(tag); in setSelected() local
143 if(!tagSelected) in setSelected()
/dports/net/messagelib/messagelib-21.12.3/messagelist/src/
H A Dwidget.cpp212 const QString tagSelected = conf.readEntry(QStringLiteral("TagSelected")); in slotTagsFetched() local
213 if (tagSelected.isEmpty()) { in slotTagsFetched()
217 const QStringList tagSelectedLst = tagSelected.split(QLatin1Char(',')); in slotTagsFetched()
/dports/audio/muse-sequencer/muse-4.0.0/src/muse/ctrl/
H A Dctrlcanvas.cpp611 const bool tagSelected = options._flags & MusECore::TagSelected; in tagItems() local
636 || (tagSelected && item->isSelected()) in tagItems()
656 if(tagSelected) in tagItems()
683 if(tagSelected && selection.cfind(item) != selection.cend()) in tagItems()
704 || (tagSelected && item->isSelected()) in tagItems()
715 if(tagSelected) in tagItems()
734 if(tagSelected && selection.cfind(item) != selection.cend()) in tagItems()
/dports/lang/ceylon/ceylon-1.3.3/repo/ceylon/language/1.3.3/module-doc/api/.resources/
H A Dceylondoc.css439 .tagSelected {
443 .tagSelected:hover {
/dports/games/netradiant/netradiant-20150621-src/radiant/
H A Dtexwindow.cpp2238 gchar* tagSelected = (char*)selected->data; in TextureBrowser_deleteTag() local
2246 if ( strcmp( rowTag, tagSelected ) == 0 ) { in TextureBrowser_deleteTag()
2253 TagBuilder.DeleteTag( tagSelected ); in TextureBrowser_deleteTag()
2254 g_TextureBrowser.m_all_tags.erase( (CopiedString)tagSelected ); in TextureBrowser_deleteTag()
/dports/audio/muse-sequencer/muse-4.0.0/src/muse/components/
H A Dcanvas.cpp2180 const bool tagSelected = options._flags & MusECore::TagSelected; in tagItems() local
2197 || (tagSelected && item->isSelected()) in tagItems()
2213 || (tagSelected && item->isSelected()) in tagItems()
/dports/audio/muse-sequencer/muse-4.0.0/src/muse/arranger/
H A Darrangerview.cpp512 const bool tagSelected = options._flags & MusECore::TagSelected; in tagItems() local
537 || (tagSelected && part->selected()) in tagItems()
/dports/www/piwigo/piwigo/admin/themes/clear/
H A Dtheme.css99 .tagSelection LI.tagSelected {background-color:#dbe8f3;}
100 .tagSelected LABEL {color:black;}
/dports/www/piwigo/piwigo/admin/themes/roma/
H A Dtheme.css93 .tagSelection LI.tagSelected {background-color:#aaa;}
94 .tagSelected LABEL {color:#000;}
/dports/audio/muse-sequencer/muse-4.0.0/src/muse/midiedit/
H A Dscoreedit.cpp1389 const bool tagSelected = options._flags & MusECore::TagSelected; in tagItems() local
1444 || (tagSelected && e.selected()) in tagItems()
/dports/www/grafana8/grafana-8.3.6/public/build/
H A D7095.0e38943fa459e872fe93.js.map1tagSelected = useCallback(\n (tag: string, event: React.MouseEvent<HTMLElement>) => {\n ev…