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

Method title

kdevplatform/sublime/area.cpp:298–303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

296}
297
298QString Area::title() const
299{
300 Q_D(const Area);
301
302 return d->title;
303}
304
305void Area::setTitle(const QString &title)
306{

Callers 15

updateCaptionMethod · 0.45
newAreaMethod · 0.45
findToolViewMethod · 0.45
loadToAreaMethod · 0.45
addViewMethod · 0.45
printMethod · 0.45
contextMenuRequestedMethod · 0.45
findActionInsertionPointFunction · 0.45

Calls

no outgoing calls

Tested by 2

testUrlDocumentFunction · 0.36
createMethod · 0.36