Searched refs:hasItemsSelected (Results 1 – 4 of 4) sorted by relevance
44 bool hasItemsSelected();
201 bool LogViewWidget::hasItemsSelected() in hasItemsSelected() function in LogViewWidget
471 const bool hasItemsSelected = !lstSelectedItems.isEmpty(); in slotContextMenu() local481 if (d->mRemoveButton && hasItemsSelected) { in slotContextMenu()
220 bool selection = currentLogManager->usedView()->logViewWidget()->hasItemsSelected(); in updateSelection()