Home
last modified time | relevance | path

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

/dports/audio/lmms/lmms-1.2.2/src/gui/
H A DPianoView.cpp68 QPixmap * PianoView::s_blackKeyPressedPm = NULL; /*!< A black key pressed */ member in PianoView
105 if ( s_blackKeyPressedPm == NULL ) in PianoView()
107 s_blackKeyPressedPm = new QPixmap( embed::getIconPixmap( "black_key_pressed" ) ); in PianoView()
856 p.drawPixmap( 0 - PW_WHITE_KEY_WIDTH / 2, PIANO_BASE, *s_blackKeyPressedPm ); in paintEvent()
873 p.drawPixmap( x + PW_WHITE_KEY_WIDTH / 2, PIANO_BASE, *s_blackKeyPressedPm ); in paintEvent()
/dports/audio/lmms/lmms-1.2.2/include/
H A DPianoView.h69 static QPixmap * s_blackKeyPressedPm; variable
H A DPianoRoll.h290 static QPixmap * s_blackKeyPressedPm; variable
/dports/audio/lmms/lmms-1.2.2/src/gui/editors/
H A DPianoRoll.cpp117 QPixmap * PianoRoll::s_blackKeyPressedPm = NULL; member in PianoRoll
282 if( s_blackKeyPressedPm == NULL ) in PianoRoll()
284 s_blackKeyPressedPm = new QPixmap( embed::getIconPixmap( in PianoRoll()
2835 BLACK_KEY_HEIGHT, *s_blackKeyPressedPm ); in paintEvent()