15 QSize minimumSizeHint()
const;
16 QSize sizeHint()
const;
25 void resizeGL(
int width,
int height);
26 void mousePressEvent(QMouseEvent *event);
27 void mouseMoveEvent(QMouseEvent *event);
28 void mouseReleaseEvent(QMouseEvent *event);
39 void drawLines(
float * samples,
int row,
int col,
int wise_type,QVector <float> x, QVector <float> y,
float w,
float h);
40 void drawOneLine(
float * samples,
int row,
int col,
int wise_type,
int chanIndx,
float x,
float y,
float w,
float h);
41 void SetGLView(
float xleft,
float xright,
float ydown,
float ytop);
42 void drawBoxes(QVector <float> x, QVector <float> y,
float w,
float h);
43 void SetXYScales(
float xCoordScale,
float yCoordScale);
44 void SetOnset(
float ons);
45 void SetVScale(
float v);
46 void SetBoxMode(
bool boxmode);
47 void SetLabelMode(
bool labelmode);
48 void SetLabels(QList <QString> labels,QVector <float> x,QVector <float> y);
57 float xCoordScale, yCoordScale;
59 QList <QString> mlabels;