Home
last modified time | relevance | path

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

/dports/x11-fm/dolphin/dolphin-21.12.3/src/tests/
H A Dkitemlistselectionmanagertest.cpp90 m_selectionManager->setModel(m_model); in init()
95 delete m_selectionManager; in cleanup()
96 m_selectionManager = nullptr; in cleanup()
115 m_selectionManager->setCurrentItem(4); in testCurrentItemAnchorItem()
131 m_selectionManager->setCurrentItem(2); in testCurrentItemAnchorItem()
176 m_selectionManager->clearSelection(); in testCurrentItemAnchorItem()
274 m_selectionManager->setCurrentItem(6); in testAnchoredSelection()
278 m_selectionManager->setCurrentItem(4); in testAnchoredSelection()
282 m_selectionManager->setCurrentItem(7); in testAnchoredSelection()
296 m_selectionManager->setCurrentItem(6); in testAnchoredSelection()
[all …]
H A Dkitemlistcontrollertest.cpp93 KItemListSelectionManager* m_selectionManager; member in KItemListControllerTest
117 m_selectionManager = m_controller->selectionManager(); in initTestCase()
150 m_selectionManager->setCurrentItem(0); in init()
151 QCOMPARE(m_selectionManager->currentItem(), 0); in init()
153 m_selectionManager->clearSelection(); in init()
154 QVERIFY(!m_selectionManager->hasSelection()); in init()
518 QCOMPARE(m_selectionManager->currentItem(), current); in testKeyboardNavigation()
520 …case KItemListController::NoSelection: QVERIFY(m_selectionManager->selectedItems().isEmpty()); bre… in testKeyboardNavigation()
521 …case KItemListController::SingleSelection: QCOMPARE(m_selectionManager->selectedItems(), KItemSet(… in testKeyboardNavigation()
522 …case KItemListController::MultiSelection: QCOMPARE(m_selectionManager->selectedItems(), selection)… in testKeyboardNavigation()
/dports/x11-fm/dolphin/dolphin-21.12.3/src/kitemviews/
H A Dkitemlistcontroller.cpp111 m_selectionManager->setModel(m_model); in setModel()
123 return m_selectionManager; in selectionManager()
223 int index = m_selectionManager->currentItem(); in keyPressEvent()
265 m_selectionManager->setSelected(current); in keyPressEvent()
410 m_selectionManager->clearSelection(); in keyPressEvent()
449 m_selectionManager->clearSelection(); in keyPressEvent()
491 m_selectionManager->setCurrentItem(index); in slotChangeCurrentItem()
664 m_selectionManager->clearSelection(); in mouseDoubleClickEvent()
1002 m_selectionManager->clearSelection(); in tapAndHoldTriggered()
1005 m_selectionManager->clearSelection(); in tapAndHoldTriggered()
[all …]
H A Dkitemlistcontroller.h330 KItemListSelectionManager* m_selectionManager; variable
/dports/graphics/krita/krita-4.4.8/libs/ui/
H A DKisSelectionActionsAdapter.cpp25 : m_selectionManager(selectionManager) in KisSelectionActionsAdapter()
31 KIS_SAFE_ASSERT_RECOVER_RETURN(m_selectionManager); in selectOpaqueOnNode()
32 m_selectionManager->selectOpaqueOnNode(node, action); in selectOpaqueOnNode()
H A DKisSelectionActionsAdapter.h36 KisSelectionManager *m_selectionManager;