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

Method select

plugins/documentview/kdevdocumentselection.cpp:16–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14{}
15
16void KDevDocumentSelection::select( const QModelIndex & index,
17 QItemSelectionModel::SelectionFlags command )
18{
19 if ( !index.parent().isValid() )
20 QItemSelectionModel::select( index, NoUpdate );
21 else
22 QItemSelectionModel::select( index, command );
23}
24
25void KDevDocumentSelection::select( const QItemSelection & selection,
26 QItemSelectionModel::SelectionFlags command )

Callers 15

breakpointHitMethod · 0.80
VariableToolTipMethod · 0.80
currentThreadChangedMethod · 0.80
currentFrameChangedMethod · 0.80
createConfigurationMethod · 0.80
addConfigurationMethod · 0.80
selectItemDialogMethod · 0.80
moveDependencyDownMethod · 0.80
moveDependencyUpMethod · 0.80
removeDepMethod · 0.80
selectItemsMethod · 0.80

Calls 2

isValidMethod · 0.45
parentMethod · 0.45

Tested by 1

doubleClickedMethod · 0.64