/[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 1514 by capela, Fri Nov 23 10:51:37 2007 UTC revision 1558 by capela, Thu Dec 6 09:35:33 2007 UTC
# Line 32  class QDragEnterEvent; Line 32  class QDragEnterEvent;
32    
33  namespace QSampler {  namespace QSampler {
34    
35    //-------------------------------------------------------------------------
36    // QSampler::ChannelStrip -- Channel strip form interface.
37    //
38    
39  class ChannelStrip : public QWidget  class ChannelStrip : public QWidget
40  {  {
41          Q_OBJECT          Q_OBJECT
# Line 41  public: Line 45  public:
45          ChannelStrip(QWidget* pParent = NULL, Qt::WindowFlags wflags = 0);          ChannelStrip(QWidget* pParent = NULL, Qt::WindowFlags wflags = 0);
46          ~ChannelStrip();          ~ChannelStrip();
47    
48          void setup(qsamplerChannel *pChannel);          void setup(Channel *pChannel);
49    
50          qsamplerChannel *channel() const;          Channel *channel() const;
51    
52          void setDisplayFont(const QFont& font);          void setDisplayFont(const QFont& font);
53          QFont displayFont() const;          QFont displayFont() const;
# Line 86  private: Line 90  private:
90    
91          Ui::qsamplerChannelStrip m_ui;          Ui::qsamplerChannelStrip m_ui;
92    
93          qsamplerChannel* m_pChannel;          Channel* m_pChannel;
94          int m_iDirtyChange;          int m_iDirtyChange;
95          int m_iErrorCount;          int m_iErrorCount;
96    

Legend:
Removed from v.1514  
changed lines
  Added in v.1558

  ViewVC Help
Powered by ViewVC