QXRD  0.11.16
qxrddetectorimageplot.h
Go to the documentation of this file.
1 #ifndef QXRDDETECTORIMAGEPLOT_H
2 #define QXRDDETECTORIMAGEPLOT_H
3 
4 #include "qxrdimageplot.h"
5 
7 {
8  Q_OBJECT
9 
10 public:
11  QxrdDetectorImagePlot(QWidget *parent=0);
12  void init(QxrdImagePlotSettingsWPtr settings);
13 
14  void contextMenuEvent(QContextMenuEvent *event);
15 
16 signals:
17 
18 public slots:
19 };
20 
21 #endif // QXRDDETECTORIMAGEPLOT_H
QWeakPointer< QxrdImagePlotSettings > QxrdImagePlotSettingsWPtr
void init(QxrdImagePlotSettingsWPtr settings)
QxrdDetectorImagePlot(QWidget *parent=0)
void contextMenuEvent(QContextMenuEvent *event)