QXRD  0.11.16
qcepplotsettings.cpp
Go to the documentation of this file.
1 #include "qcepplotsettings.h"
2 
3 #include <qwt_plot.h>
4 
6  QcepObject(name, parent),
7  m_XMouse(QcepSettingsSaverWPtr(), this,"xMouse",0, "X Position of Mouse"),
8  m_YMouse(QcepSettingsSaverWPtr(), this,"yMouse",0, "Y Position of Mouse"),
9  m_LegendPosition(saver, this, "legendPosition", QwtPlot::RightLegend, "Plot Legend Position"),
10  m_XAxisLog(saver, this,"xAxisLog",0, "Logarithmic X Axis?"),
11  m_YAxisLog(saver, this,"yAxisLog",0, "Logarithmic Y Axis?"),
12  m_X2AxisLog(saver, this,"x2AxisLog",0, "Logarithmic 2nd X Axis?"),
13  m_Y2AxisLog(saver, this,"y2AxisLog",0, "Logarithmic 2nd Y Axis?")
14 {
15 }
16 
QcepPlotSettings(QString name, QcepSettingsSaverWPtr saver, QcepObject *parent)
QString name
Definition: qcepobject.h:49
QWeakPointer< QcepSettingsSaver > QcepSettingsSaverWPtr