FACT++
1.0
|
#include <RawEventsViewer.h>
Public Member Functions | |
UIConnector (QWidget *parent=0) | |
~UIConnector () | |
Private Member Functions | |
QRectF | scaleBoundingRectangle (QRectF rectangle, float scale) |
void | initHistograms () |
Private Attributes | |
QTimer | timer |
std::string | currentFile |
std::string | currentCalibFile |
bool | updateSpinnerDisplay |
bool | updating |
QwtPlotCurve | boardsTimeHistoItem |
QwtPlotCurve | startCellHistoItem |
QwtPlotCurve | startTimeMarkHistoItem |
QwtPlotCurve | pixelValueCurveItem |
QwtPlotCurve | pixelAverageCurveItem |
QwtPlotCurve | aMeanCurveItem |
QwtPlotCurve | vCorrCurveItem |
QwtPlotCurve | meanCurveItem |
QwtPlotCurve | triggerDelayHistoItem |
QwtPlotZoomer * | curveZoom |
QwtPlotZoomer * | averageCurveZoom |
QwtPlotZoomer * | boardsTimeHistoZoom |
QwtPlotZoomer * | startCellHistoZoom |
QwtPlotZoomer * | startTimeMarkHistoZoom |
QwtPlotZoomer * | triggerDelayHistoZoom |
QwtPlotGrid * | grid1 |
QwtPlotGrid * | grid2 |
QwtPlotGrid * | grid3 |
QwtPlotGrid * | grid4 |
QwtPlotGrid * | grid5 |
QwtPlotGrid * | grid6 |
Definition at line 202 of file RawEventsViewer.h.