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

Method ToolPluginView

src/gui/ToolPluginView.cpp:36–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34
35
36ToolPluginView::ToolPluginView( ToolPlugin * _toolPlugin ) :
37 PluginView( _toolPlugin, NULL )
38{
39 gui->mainWindow()->addWindowedWidget( this );
40 parentWidget()->setAttribute( Qt::WA_DeleteOnClose, false );
41
42 setWindowTitle( _toolPlugin->displayName() );
43 setWindowIcon( _toolPlugin->descriptor()->logo->pixmap() );
44}
45
46

Callers

nothing calls this directly

Calls 3

addWindowedWidgetMethod · 0.80
displayNameMethod · 0.45
pixmapMethod · 0.45

Tested by

no test coverage detected