--- qsampler/trunk/src/qsamplerChannelStrip.ui 2005/02/11 15:36:06 371 +++ qsampler/trunk/src/qsamplerChannelStrip.ui 2005/02/20 19:13:33 395 @@ -416,6 +416,7 @@ qsamplerChannel *m_pChannel; int m_iDirtyChange; + int m_iErrorCount; channelChanged( qsamplerChannelStrip * ) @@ -427,18 +428,21 @@ init() destroy() + decodeDragFile( const QMimeSource * pEvent, QString & sInstrumentFile ) + dragEnterEvent( QDragEnterEvent *pDragEnterEvent ) + dropEvent( QDropEvent *pDropEvent ) + contextMenuEvent( QContextMenuEvent *pEvent ) setup( qsamplerChannel *pChannel ) channel ( void ) displayFont( void ) setDisplayFont( const QFont & font ) setDisplayEffect( bool bDisplayEffect ) setDisplayBackground( const QPixmap & pm ) + setMaxVolume( int iMaxVolume ) updateInstrumentName( bool bForce ) updateChannelInfo( void ) updateChannelVolume( void ) updateChannelUsage( void ) - contextMenuEvent( QContextMenuEvent *pEvent ) - setMaxVolume( int iMaxVolume )