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

Function clear

kdevplatform/shell/problemstorenode.h:46–50  ·  view source on GitHub ↗

Clear the children nodes

Source from the content-addressed store, hash-verified

44
45 /// Clear the children nodes
46 void clear()
47 {
48 qDeleteAll(m_children);
49 m_children.clear();
50 }
51
52 /// Tells if the node is a root node.
53 /// A node is considered a root node (in this context), when it has no parent

Callers 15

~ProblemStoreMethod · 0.70
setProblemsMethod · 0.70
clearMethod · 0.70
~ProblemStoreNodeFunction · 0.70
deleteChildrenMethod · 0.50
htmlMethod · 0.50
htmlMethod · 0.50
htmlMethod · 0.50
executeKeyActionMethod · 0.50
htmlMethod · 0.50
~DataAccessRepositoryMethod · 0.50
~ControlFlowGraphMethod · 0.50

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected