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

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

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

revision 442 by capela, Thu Mar 10 15:48:38 2005 UTC revision 447 by capela, Thu Mar 10 20:45:42 2005 UTC
# Line 189  class qsamplerDeviceParamTableSpinBox : Line 189  class qsamplerDeviceParamTableSpinBox :
189  public:  public:
190    
191          // Constructor.          // Constructor.
192          qsamplerDeviceParamTableSpinBox (QTable *pTable, EditType editType);          qsamplerDeviceParamTableSpinBox (QTable *pTable, EditType editType,
193                    const QString& sText);
194    
195          // Public accessors.          // Public accessors.
196          void setMinValue(int iMinValue);          void setMinValue(int iMinValue);
# Line 205  protected: Line 206  protected:
206  private:  private:
207    
208          // Initial value holders.          // Initial value holders.
209            int m_iValue;
210          int m_iMinValue;          int m_iMinValue;
211          int m_iMaxValue;          int m_iMaxValue;
         int m_iValue;  
212  };  };
213    
214    

Legend:
Removed from v.442  
changed lines
  Added in v.447

  ViewVC Help
Powered by ViewVC