plotItem.h
1 #include "Pulsar/Plot.h"
2 
3 #include "qwidget.h"
4 #include "qradiobutton.h"
5 #include "qwhatsthis.h"
6 
7 namespace Pulsar {
8 
9  class plotItem : public QRadioButton
10  {
11  Q_OBJECT
12 
13  public slots:
14 
15  public:
16 
17  plotItem(QWidget* parent, Pulsar::Plot* figPtr,
18  const QString& name, const QString& desc);
19 
20  Pulsar::Plot* getPlot() {return figStyle;}
21 
22  protected:
23 
24  // Store a pointer to a specific plot style
26 
27  private:
28 
29  };
30 }
Defines the PSRCHIVE library.
Definition: CalSource.h:17
Base class of all plotters.
Definition: Plot.h:28

Generated using doxygen 1.8.17