/[svn]/qsampler/trunk/src/qsamplerChannelStrip.h
ViewVC logotype

Diff of /qsampler/trunk/src/qsamplerChannelStrip.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1464 by capela, Thu Nov 1 17:14:21 2007 UTC revision 1499 by capela, Tue Nov 20 16:48:04 2007 UTC
# Line 27  Line 27 
27    
28  #include "qsamplerChannel.h"  #include "qsamplerChannel.h"
29    
30  #include <QDragEnterEvent>  class QDragEnterEvent;
31    
32    
33  namespace QSampler {  namespace QSampler {
34    
# Line 42  public: Line 43  public:
43      QFont displayFont();      QFont displayFont();
44      void setDisplayFont(const QFont& font);      void setDisplayFont(const QFont& font);
45      void setDisplayEffect(bool bDisplayEffect);      void setDisplayEffect(bool bDisplayEffect);
     void setDisplayBackground(const QPixmap& pm);  
46      void setMaxVolume(int iMaxVolume);      void setMaxVolume(int iMaxVolume);
47      bool updateInstrumentName(bool bForce);      bool updateInstrumentName(bool bForce);
48      bool updateChannelVolume();      bool updateChannelVolume();
# Line 62  public slots: Line 62  public slots:
62      void volumeChanged(int iVolume);      void volumeChanged(int iVolume);
63    
64  protected:  protected:
     bool decodeDragFile(const QMimeSource* pEvent, QString& sInstrumentFile);  
65      void dragEnterEvent(QDragEnterEvent* pDragEnterEvent);      void dragEnterEvent(QDragEnterEvent* pDragEnterEvent);
66      void dropEvent(QDropEvent* pDropEvent);      void dropEvent(QDropEvent* pDropEvent);
67      void contextMenuEvent(QContextMenuEvent* pEvent);      void contextMenuEvent(QContextMenuEvent* pEvent);

Legend:
Removed from v.1464  
changed lines
  Added in v.1499

  ViewVC Help
Powered by ViewVC