23 #ifndef CONSTELLATION_DISPLAY_FORM_H
24 #define CONSTELLATION_DISPLAY_FORM_H
29 #include <QtGui/QtGui>
48 int getNPoints()
const;
51 float getTriggerLevel()
const;
52 int getTriggerChannel()
const;
53 std::string getTriggerTagKey()
const;
57 void setNPoints(
const int);
60 void setYaxis(
double min,
double max);
61 void setXaxis(
double min,
double max);
62 void autoScale(
bool en);
67 void setTriggerLevel(QString s);
68 void setTriggerLevel(
float level);
69 void setTriggerChannel(
int chan);
70 void setTriggerTagKey(QString s);
71 void setTriggerTagKey(
const std::string &s);
74 void newData(
const QEvent*);
77 QIntValidator* d_int_validator;
93 std::string d_trig_tag_key;