mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-16 06:29:21 +01:00
Setting axes range and enabling/disabling zooming functionalities successfull
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorGui@10 af1100a4-978c-4157-bff7-07162d2ba061
This commit is contained in:
@@ -49,7 +49,6 @@ private:
|
||||
static QString defaultImageYAxisTitle;
|
||||
static QString defaultImageZAxisTitle;
|
||||
|
||||
|
||||
/** methods */
|
||||
/** Sets up the widget
|
||||
*/
|
||||
@@ -65,6 +64,8 @@ private:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
public slots:
|
||||
|
||||
|
||||
@@ -77,20 +78,24 @@ private slots:
|
||||
*/
|
||||
void Select1DPlot(bool b);
|
||||
|
||||
/**Sets the titles in plot axis
|
||||
*/
|
||||
/**Enables Persistency depending on Superimpose checkbox */
|
||||
void EnablePersistency(bool enable);
|
||||
|
||||
/**Sets the titles in plot axis */
|
||||
void SetTitles();
|
||||
|
||||
/** Enables/Sets Titles to default
|
||||
*/
|
||||
/** Enables/Sets default Titles to default */
|
||||
void EnableTitles();
|
||||
/** Enables range of the axes */
|
||||
void EnableRange();
|
||||
/** Sets the range of the axes */
|
||||
void SetAxesRange();
|
||||
|
||||
/** Save Plot
|
||||
*/
|
||||
/** Save Plot */
|
||||
void SavePlot();
|
||||
|
||||
signals:
|
||||
|
||||
signals:
|
||||
void DisableZoomSignal(bool);
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user