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

Method isEmpty

kdevplatform/shell/workingsets/workingset.cpp:297–302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

295}
296
297bool WorkingSet::isEmpty() const
298{
299 KConfigGroup setConfig(Core::self()->activeSession()->config(), QStringLiteral("Working File Sets"));
300 KConfigGroup group = setConfig.group(m_id);
301 return !group.hasKey("Orientation") && group.readEntry("View Count", 0) == 0;
302}
303
304struct DisableMainWindowUpdatesFromArea
305{

Callers 15

clearMethod · 0.45
dirChangedMethod · 0.45
OpenProjectDialogMethod · 0.45
validateProjectInfoMethod · 0.45
languagesForFileNameMethod · 0.45
addGlobPatternMethod · 0.45
languageMethod · 0.45
languagesForUrlMethod · 0.45
languagesForMimetypeMethod · 0.45
setProblemsMethod · 0.45
documentUrlChangedMethod · 0.45

Calls 4

readEntryMethod · 0.80
configMethod · 0.45
activeSessionMethod · 0.45
hasKeyMethod · 0.45

Tested by 2

removeSuiteMethod · 0.36
testRootNodeMethod · 0.36