QXRD
0.11.16
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
qxrd
source
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
8
void
QxrdSlicePlot::init
(
QcepPlotSettingsWPtr
settings)
9
{
10
QcepPlot::init
(settings);
11
12
if
(
m_Legend
) {
13
insertLegend(
m_Legend
, QwtPlot::BottomLegend);
14
}
15
}
QcepPlotSettingsWPtr
QWeakPointer< QcepPlotSettings > QcepPlotSettingsWPtr
Definition:
qcepplotsettings-ptr.h:9
qxrdsliceplot.h
QcepPlot::m_Legend
QwtLegend * m_Legend
Definition:
qcepplot.h:58
QxrdSlicePlot::init
void init(QcepPlotSettingsWPtr settings)
Definition:
qxrdsliceplot.cpp:8
QcepPlot
Definition:
qcepplot.h:15
QcepPlot::init
void init(QcepPlotSettingsWPtr settings)
Definition:
qcepplot.cpp:36
QxrdSlicePlot::QxrdSlicePlot
QxrdSlicePlot(QWidget *parent=0)
Definition:
qxrdsliceplot.cpp:3
Generated by
1.8.10