/[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 1510 by capela, Thu Nov 22 14:17:24 2007 UTC revision 1514 by capela, Fri Nov 23 10:51:37 2007 UTC
# Line 59  public: Line 59  public:
59    
60          void resetErrorCount();          void resetErrorCount();
61    
62            // Channel strip activation/selection.
63            void setSelected(bool bSelected);
64            bool isSelected() const;
65    
66  signals:  signals:
67    
68          void channelChanged(ChannelStrip*);          void channelChanged(ChannelStrip*);
# Line 85  private: Line 89  private:
89          qsamplerChannel* m_pChannel;          qsamplerChannel* m_pChannel;
90          int m_iDirtyChange;          int m_iDirtyChange;
91          int m_iErrorCount;          int m_iErrorCount;
92    
93            // Channel strip activation/selection.
94            static ChannelStrip *g_pSelectedStrip;
95  };  };
96    
97  } // namespace QSampler  } // namespace QSampler

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

  ViewVC Help
Powered by ViewVC