mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-19 00:07:13 +02:00
included checkbox for enable file write
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorGui@25 af1100a4-978c-4157-bff7-07162d2ba061
This commit is contained in:
@ -8,6 +8,8 @@
|
||||
* DisableZoom,
|
||||
* SetXMinMax,SetYMinMax,
|
||||
* GetXMinimum,GetXMaximum,GetYMinimum,GetYMaximum}
|
||||
* 07.08.2012:{function to change lines, points etc }
|
||||
* SetDotStyle
|
||||
* */
|
||||
|
||||
#ifndef SLSQT1DPLOT_H
|
||||
@ -60,6 +62,9 @@ class SlsQtH1D:public QwtPlotCurve{
|
||||
|
||||
SlsQtH1D* Add(double v);
|
||||
|
||||
/** Added by Dhanya to change style of graph*/
|
||||
void SetDotStyle(bool enable){if(enable) setStyle(QwtPlotCurve::Dots); else setStyle(QwtPlotCurve::Lines);};
|
||||
/**---*/
|
||||
|
||||
private:
|
||||
int ndata;
|
||||
|
Reference in New Issue
Block a user