PSR
CHIVE
Ask a Question
Search
PSR
CHIVE:
powered by
FreeFind
Home
Install
Use
Develop
Support
News
Credits
hosted by
More
psrgui
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
25
Reference::To<Pulsar::Plot>
figStyle;
26
27
private
:
28
29
};
30
}
Reference::To< Pulsar::Plot >
Pulsar
Defines the PSRCHIVE library.
Definition:
CalSource.h:17
Pulsar::Plot
Base class of all plotters.
Definition:
Plot.h:28
Generated using
doxygen
1.8.17