QXRD  0.11.16
qxrdsliceplot.cpp
Go to the documentation of this file.
1 #include "qxrdsliceplot.h"
2 
3 QxrdSlicePlot::QxrdSlicePlot(QWidget *parent) :
4  QcepPlot(parent)
5 {
6 }
7 
9 {
10  QcepPlot::init(settings);
11 
12  if (m_Legend) {
13  insertLegend(m_Legend, QwtPlot::BottomLegend);
14  }
15 }
QWeakPointer< QcepPlotSettings > QcepPlotSettingsWPtr
QwtLegend * m_Legend
Definition: qcepplot.h:58
void init(QcepPlotSettingsWPtr settings)
void init(QcepPlotSettingsWPtr settings)
Definition: qcepplot.cpp:36
QxrdSlicePlot(QWidget *parent=0)