Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
138
PluginView * 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
createTCOView
Method · 0.45
finalize
Method · 0.45
createTrackView
Method · 0.45
EffectView
Method · 0.45
Calls
1
setModel
Method · 0.45
Tested by
no test coverage detected