/[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 302 by capela, Wed Nov 17 15:41:58 2004 UTC revision 303 by capela, Fri Nov 19 10:18:59 2004 UTC
# Line 101  public: Line 101  public:
101      bool     setVolume(float fVolume);      bool     setVolume(float fVolume);
102    
103      // Channel info structure map executive.      // Channel info structure map executive.
104      bool updateChannelInfo();      bool     updateChannelInfo();
105    
106      // Reset channel method.      // Reset channel method.
107      bool resetChannel();      bool     resetChannel();
108    
109        // Channel setup dialog form.
110        bool     channelSetup(QWidget *pParent);
111    
112      // Message logging methods (brainlessly mapped to main form's).      // Message logging methods (brainlessly mapped to main form's).
113      void appendMessages       (const QString & s);      void     appendMessages       (const QString & s);
114      void appendMessagesColor  (const QString & s, const QString & c);      void     appendMessagesColor  (const QString & s, const QString & c);
115      void appendMessagesText   (const QString & s);      void     appendMessagesText   (const QString & s);
116      void appendMessagesError  (const QString & s);      void     appendMessagesError  (const QString & s);
117      void appendMessagesClient (const QString & s);      void     appendMessagesClient (const QString & s);
118    
119        // Context menu event handler.
120        void contextMenuEvent(QContextMenuEvent *pEvent);
121    
122      // Retrieve the available instrument name(s) of an instrument file (.gig).      // Retrieve the available instrument name(s) of an instrument file (.gig).
123      static QString     getInstrumentName (const QString& sInstrumentFile, int iInstrumentNr);      static QString     getInstrumentName (const QString& sInstrumentFile, int iInstrumentNr);

Legend:
Removed from v.302  
changed lines
  Added in v.303

  ViewVC Help
Powered by ViewVC