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

Method AutomatableModelView

src/gui/AutomatableModelView.cpp:41–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39
40
41AutomatableModelView::AutomatableModelView( ::Model* model, QWidget* _this ) :
42 ModelView( model, _this ),
43 m_description( QString::null ),
44 m_unit( QString::null )
45{
46 widget()->setAcceptDrops( true );
47 widget()->setCursor( QCursor( embed::getIconPixmap( "hand" ), 3, 3 ) );
48}
49
50
51

Callers

nothing calls this directly

Calls 2

widgetFunction · 0.85
getIconPixmapFunction · 0.85

Tested by

no test coverage detected