MCPcopy Create free account
hub / github.com/KDE/labplot / selectedItems

Method selectedItems

src/frontend/worksheet/WorksheetView.cpp:2388–2390  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2386 return m_selectedElement;
2387}
2388QList<QGraphicsItem*> WorksheetView::selectedItems() const {
2389 return m_selectedItems;
2390}
2391
2392void WorksheetView::registerShortcuts() {
2393 selectAllAction->setShortcut(Qt::CTRL | Qt::Key_A);

Callers 15

updateContentMethod · 0.80
sheetSelectionChangedMethod · 0.80
selectedOdsSheetNamesMethod · 0.80
selectedNamesMethod · 0.80
updateContentMethod · 0.80
selectedNamesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected