/[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 960 by capela, Sun Sep 24 12:47:51 2006 UTC revision 961 by capela, Sun Dec 3 18:26:13 2006 UTC
# Line 30  Line 30 
30  #include "qsamplerOptions.h"  #include "qsamplerOptions.h"
31    
32  class qsamplerDevice;  class qsamplerDevice;
 class qsamplerMainForm;  
33    
34    
35  // Typedef'd QMap.  // Typedef'd QMap.
# Line 46  class qsamplerChannel Line 45  class qsamplerChannel
45  public:  public:
46    
47          // Constructor.          // Constructor.
48          qsamplerChannel(qsamplerMainForm *pMainForm, int iChannelID = -1);          qsamplerChannel(int iChannelID = -1);
49          // Default destructor.          // Default destructor.
50          ~qsamplerChannel();          ~qsamplerChannel();
51    
         // Main application form accessor.  
         qsamplerMainForm *mainForm() const;  
   
         // Main application options accessor.  
         qsamplerOptions *options() const;  
   
         // LSCP client descriptor accessor.  
         lscp_client_t * client() const;  
   
52          // Add/remove sampler channel methods.          // Add/remove sampler channel methods.
53          bool     addChannel();          bool     addChannel();
54          bool     removeChannel();          bool     removeChannel();
# Line 165  public: Line 155  public:
155    
156  private:  private:
157    
         // Main application form reference.  
         qsamplerMainForm *m_pMainForm;  
   
158          // Unique channel identifier.          // Unique channel identifier.
159          int     m_iChannelID;          int     m_iChannelID;
160    

Legend:
Removed from v.960  
changed lines
  Added in v.961

  ViewVC Help
Powered by ViewVC