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

Method actions

kdevplatform/sublime/area.cpp:472–477  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

470}
471
472QList<QAction*> Area::actions() const
473{
474 Q_D(const Area);
475
476 return d->m_actions;
477}
478
479void Area::addAction(QAction* action)
480{

Callers 15

setupActionsMethod · 0.45
contextMenuEventMethod · 0.45
createPartMethod · 0.45
createFunction · 0.45
createCustomElementMethod · 0.45
configureShortcutsMethod · 0.45
newAreaMethod · 0.45
deleteSessionMethod · 0.45
cleanContextMenuMethod · 0.45
populateContextMenuMethod · 0.45

Calls

no outgoing calls

Tested by 8

assertGoodBarMethod · 0.36
testRenameAssistantMethod · 0.36
testActionsMethod · 0.36
testSwitchTabMethod · 0.36