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

Method toolBarActions

kdevplatform/sublime/view.cpp:109–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109QList<QAction*> View::toolBarActions() const
110{
111 Q_D(const View);
112
113 auto* tooldoc = qobject_cast<ToolDocument*>(document());
114 if( tooldoc )
115 {
116 return tooldoc->factory()->toolBarActions( d->widget );
117 }
118 return QList<QAction*>();
119}
120
121QList< QAction* > View::contextMenuActions() const
122{

Callers 1

setUpWidgetForDockWidgetFunction · 0.45

Calls 1

factoryMethod · 0.45

Tested by

no test coverage detected