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

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

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

revision 399 by capela, Thu Feb 17 17:27:59 2005 UTC revision 400 by capela, Mon Feb 21 15:02:58 2005 UTC
# Line 109  public: Line 109  public:
109      // Channel info structure map executive.      // Channel info structure map executive.
110      bool     updateChannelInfo();      bool     updateChannelInfo();
111    
     // Reset channel method.  
     bool     resetChannel();  
   
112      // Channel setup dialog form.      // Channel setup dialog form.
113      bool     channelSetup(QWidget *pParent);      bool     channelSetup(QWidget *pParent);
114    
115        // Reset channel method.
116        bool     channelReset();
117    
118      // Message logging methods (brainlessly mapped to main form's).      // Message logging methods (brainlessly mapped to main form's).
119      void     appendMessages       (const QString & s);      void     appendMessages       (const QString & s);
120      void     appendMessagesColor  (const QString & s, const QString & c);      void     appendMessagesColor  (const QString & s, const QString & c);

Legend:
Removed from v.399  
changed lines
  Added in v.400

  ViewVC Help
Powered by ViewVC