Home
last modified time | relevance | path

Searched refs:canDeleteItem (Results 1 – 6 of 6) sorted by relevance

/dports/net/akonadi-mime/akonadi-mime-21.12.3/src/
H A Dstandardmailactionmanager.cpp366 bool canDeleteItem = true; in updateActions() local
378 if (canDeleteItem) { in updateActions()
379 canDeleteItem = collection.rights() & Akonadi::Collection::CanDeleteItem; in updateActions()
390 … if (enableMarkAllAsRead && enableMarkAllAsUnread && !canDeleteItem && isSystemFolder) { in updateActions()
406 action->setEnabled(itemIsSelected && canDeleteItem); in updateActions()
410 action->setEnabled(canDeleteItem); in updateActions()
/dports/cad/fritzing/fritzing-app-0.9.2b/src/sketch/
H A Dpcbsketchwidget.h46 bool canDeleteItem(QGraphicsItem * item, int count);
H A Dsketchwidget.h223 virtual bool canDeleteItem(QGraphicsItem * item, int count);
H A Dpcbsketchwidget.cpp204 bool PCBSketchWidget::canDeleteItem(QGraphicsItem * item, int count) in canDeleteItem() function in PCBSketchWidget
209 return SketchWidget::canDeleteItem(item, count); in canDeleteItem()
H A Dsketchwidget.cpp1126 if (!canDeleteItem(sitem, sitems.count())) continue; in cutDeleteAux()
6858 bool SketchWidget::canDeleteItem(QGraphicsItem * item, int count) in canDeleteItem() function in SketchWidget
/dports/cad/fritzing/fritzing-app-0.9.2b/src/mainwindow/
H A Dmainwindow_menu.cpp2071 if (m_currentGraphicsView->canDeleteItem(item, items.count())) { in updateEditMenu()