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

Method collapsed

kdevplatform/debugger/util/treemodel.cpp:180–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178}
179
180void TreeModel::collapsed(const QModelIndex &index)
181{
182 TreeItem* item = itemForIndex(index);
183 item->setExpanded(false);
184}
185
186void TreeModel::clicked(const QModelIndex &index)
187{

Callers 3

slotCollapsedMethod · 0.45
initMethod · 0.45
testVariablesChangedMethod · 0.45

Calls 1

setExpandedMethod · 0.45

Tested by 2

initMethod · 0.36
testVariablesChangedMethod · 0.36