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

Method pixmap

include/embed.h:77–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75 }
76
77 virtual QPixmap pixmap() const
78 {
79 if( !m_name.isEmpty() )
80 {
81 return( embed::getIconPixmap( m_name.toLatin1().constData() ) );
82 }
83 return( QPixmap() );
84 }
85
86 virtual ~PixmapLoader()
87 {

Callers 9

paintEventMethod · 0.45
finalizeMethod · 0.45
setModelMethod · 0.45
PluginDescWidgetMethod · 0.45
rowChangedMethod · 0.45
ToolPluginViewMethod · 0.45
mousePressEventMethod · 0.45
paintEventMethod · 0.45
paintEventMethod · 0.45

Calls 3

getIconPixmapFunction · 0.85
QPixmapClass · 0.70
isEmptyMethod · 0.45

Tested by

no test coverage detected