/[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 2387 by capela, Sat Dec 29 00:21:11 2012 UTC revision 3849 by capela, Thu Jan 7 16:18:02 2021 UTC
# Line 1  Line 1 
1  // qsamplerChannelStrip.h  // qsamplerChannelStrip.h
2  //  //
3  /****************************************************************************  /****************************************************************************
4     Copyright (C) 2004-2012, rncbc aka Rui Nuno Capela. All rights reserved.     Copyright (C) 2004-2021, rncbc aka Rui Nuno Capela. All rights reserved.
5     Copyright (C) 2007, 2008 Christian Schoenebeck     Copyright (C) 2007, 2008, 2014 Christian Schoenebeck
6    
7     This program is free software; you can redistribute it and/or     This program is free software; you can redistribute it and/or
8     modify it under the terms of the GNU General Public License     modify it under the terms of the GNU General Public License
# Line 29  Line 29 
29    
30  class QDragEnterEvent;  class QDragEnterEvent;
31  class QTimer;  class QTimer;
32    class QMenu;
33    
34    
35  namespace QSampler {  namespace QSampler {
# Line 43  class ChannelStrip : public QWidget Line 44  class ChannelStrip : public QWidget
44    
45  public:  public:
46    
47          ChannelStrip(QWidget* pParent = NULL, Qt::WindowFlags wflags = 0);          ChannelStrip( QWidget *pParent = nullptr, Qt::WindowFlags wflags = Qt::WindowFlags());
48          ~ChannelStrip();          ~ChannelStrip();
49    
50          void setup(Channel *pChannel);          void setup(Channel *pChannel);
# Line 93  protected: Line 94  protected:
94  protected slots:  protected slots:
95    
96          void midiActivityLedOff();          void midiActivityLedOff();
97            void instrumentListPopupItemClicked(QAction* action);
98    
99  private:  private:
100    
# Line 101  private: Line 103  private:
103          Channel *m_pChannel;          Channel *m_pChannel;
104          int m_iDirtyChange;          int m_iDirtyChange;
105          int m_iErrorCount;          int m_iErrorCount;
106            QMenu* m_instrumentListPopupMenu;
107    
108          QTimer  *m_pMidiActivityTimer;          QTimer  *m_pMidiActivityTimer;
109    

Legend:
Removed from v.2387  
changed lines
  Added in v.3849

  ViewVC Help
Powered by ViewVC