MCPcopy Create free account
hub / github.com/KDAB/GammaRay / select

Method select

common/networkselectionmodel.cpp:207–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205}
206
207void NetworkSelectionModel::select(const QItemSelection &selection,
208 QItemSelectionModel::SelectionFlags command)
209{
210 QItemSelectionModel::select(selection, command);
211
212 if (m_handlingRemoteMessage || !isConnected())
213 return;
214 clearPendingSelection();
215
216 Message msg(m_myAddress, Protocol::SelectionModelSelect);
217 writeSelection(&msg, selection);
218 msg << command;
219 Endpoint::send(msg);
220}
221
222void GammaRay::NetworkSelectionModel::applyPendingSelection()
223{

Callers 15

endAnalyzePaintingMethod · 0.45
metaObjectSelectedMethod · 0.45
objectSelectedMethod · 0.45
testSelectionModelsMethod · 0.45
testModelContentMethod · 0.45
testSelectionUpdateFunction · 0.45
testTranslateMethod · 0.45
testInvokeMethodMethod · 0.45
onIndexClickedMethod · 0.45

Calls 1

writeSelectionFunction · 0.85

Tested by 15

objectSelectedMethod · 0.36
testSelectionModelsMethod · 0.36
testModelContentMethod · 0.36
testSelectionUpdateFunction · 0.36
testTranslateMethod · 0.36
testInvokeMethodMethod · 0.36
objectSelectedMethod · 0.36
selectItemMethod · 0.36
selectSGNodeMethod · 0.36