MCPcopy Create free account
hub / github.com/KDE/kdevelop / currentSelection

Method currentSelection

kdevplatform/shell/selectioncontroller.cpp:28–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26SelectionController::~SelectionController() = default;
27
28Context* SelectionController::currentSelection()
29{
30 Q_D(SelectionController);
31
32 return d->currentSelection.data();
33}
34
35void SelectionController::updateSelection( Context* ctx )
36{

Callers 9

updateActionStatesMethod · 0.80
selectedProjectsMethod · 0.80
activeDocumentPathMethod · 0.80
createClipboardMimeDataFunction · 0.80
collectItemsMethod · 0.80
pasteFromContextMenuMethod · 0.80
dropEventMethod · 0.80
createFromTemplateMethod · 0.80

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected