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

Method clear

launcher/ui/processmodel.cpp:114–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114void ProcessModel::clear()
115{
116 beginRemoveRows(QModelIndex(), 0, m_data.size());
117 m_data.clear();
118 endRemoveRows();
119}
120
121ProcData ProcessModel::dataForIndex(const QModelIndex &index) const
122{

Callers 5

qtCoreFromProcFunction · 0.45
runMethod · 0.45
ProcessFilterModelMethod · 0.45
validateHostAddressMethod · 0.45

Calls 2

QModelIndexClass · 0.50
sizeMethod · 0.45

Tested by 1

runMethod · 0.36