Home
last modified time | relevance | path

Searched refs:s_blackKeyPm (Results 1 – 4 of 4) sorted by relevance

/dports/audio/lmms/lmms-1.2.2/src/gui/
H A DPianoView.cpp66 QPixmap * PianoView::s_blackKeyPm = NULL; /*!< A black key released */ member in PianoView
97 if( s_blackKeyPm == NULL ) in PianoView()
99 s_blackKeyPm = new QPixmap( embed::getIconPixmap( "black_key" ) ); in PianoView()
860 p.drawPixmap( 0 - PW_WHITE_KEY_WIDTH / 2, PIANO_BASE, *s_blackKeyPm ); in paintEvent()
877 p.drawPixmap( x + PW_WHITE_KEY_WIDTH / 2, PIANO_BASE, *s_blackKeyPm ); in paintEvent()
/dports/audio/lmms/lmms-1.2.2/include/
H A DPianoView.h67 static QPixmap * s_blackKeyPm; variable
H A DPianoRoll.h289 static QPixmap * s_blackKeyPm; variable
/dports/audio/lmms/lmms-1.2.2/src/gui/editors/
H A DPianoRoll.cpp116 QPixmap * PianoRoll::s_blackKeyPm = NULL; member in PianoRoll
277 if( s_blackKeyPm == NULL ) in PianoRoll()
279 s_blackKeyPm = new QPixmap( embed::getIconPixmap( in PianoRoll()
2815 *s_blackKeyPm ); in paintEvent()
2842 BLACK_KEY_HEIGHT, *s_blackKeyPm ); in paintEvent()