Home
last modified time | relevance | path

Searched refs:hasItemsSelected (Results 1 – 4 of 4) sorted by relevance

/dports/sysutils/ksystemlog/ksystemlog-21.12.3/src/lib/
H A DlogViewWidget.h44 bool hasItemsSelected();
H A DlogViewWidget.cpp201 bool LogViewWidget::hasItemsSelected() in hasItemsSelected() function in LogViewWidget
/dports/net/pimcommon/pimcommon-21.12.3/src/pimcommon/widgets/
H A Dsimplestringlisteditor.cpp471 const bool hasItemsSelected = !lstSelectedItems.isEmpty(); in slotContextMenu() local
481 if (d->mRemoveButton && hasItemsSelected) { in slotContextMenu()
/dports/sysutils/ksystemlog/ksystemlog-21.12.3/src/
H A DmainWindow.cpp220 bool selection = currentLogManager->usedView()->logViewWidget()->hasItemsSelected(); in updateSelection()