MCPcopy Create free account
hub / github.com/LMMS/lmms / createView

Method createView

src/core/Plugin.cpp:138–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136
137
138PluginView * Plugin::createView( QWidget * parent )
139{
140 PluginView * pv = instantiateView( parent );
141 if( pv != NULL )
142 {
143 pv->setModel( this );
144 }
145 return pv;
146}
147
148
149

Callers 4

createTCOViewMethod · 0.45
finalizeMethod · 0.45
createTrackViewMethod · 0.45
EffectViewMethod · 0.45

Calls 1

setModelMethod · 0.45

Tested by

no test coverage detected