--- qsampler/trunk/src/qsamplerChannelStrip.h 2007/11/23 10:51:37 1514 +++ qsampler/trunk/src/qsamplerChannelStrip.h 2007/12/06 09:35:33 1558 @@ -32,6 +32,10 @@ namespace QSampler { +//------------------------------------------------------------------------- +// QSampler::ChannelStrip -- Channel strip form interface. +// + class ChannelStrip : public QWidget { Q_OBJECT @@ -41,9 +45,9 @@ ChannelStrip(QWidget* pParent = NULL, Qt::WindowFlags wflags = 0); ~ChannelStrip(); - void setup(qsamplerChannel *pChannel); + void setup(Channel *pChannel); - qsamplerChannel *channel() const; + Channel *channel() const; void setDisplayFont(const QFont& font); QFont displayFont() const; @@ -86,7 +90,7 @@ Ui::qsamplerChannelStrip m_ui; - qsamplerChannel* m_pChannel; + Channel* m_pChannel; int m_iDirtyChange; int m_iErrorCount;