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

Method makeItemsCheckable

plugins/grepview/grepoutputmodel.cpp:364–371  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

362}
363
364void GrepOutputModel::makeItemsCheckable(bool checkable)
365{
366 if(m_itemsCheckable == checkable)
367 return;
368 if(m_rootItem)
369 makeItemsCheckable(checkable, m_rootItem);
370 m_itemsCheckable = checkable;
371}
372
373void GrepOutputModel::makeItemsCheckable(bool checkable, GrepOutputItem* item)
374{

Callers 2

updateCheckableMethod · 0.80
testReplaceMethod · 0.80

Calls 2

rowCountMethod · 0.45
childMethod · 0.45

Tested by 1

testReplaceMethod · 0.64