|
| GLWidget_OnDisp (QWidget *parent=0) |
|
QSize | minimumSizeHint () const |
|
QSize | sizeHint () const |
|
void | SetGLView (float xleft, float xright, float ydown, float ytop) |
|
void | SetdrawLines (MatrixXf tmp, int wise_type, int chnind, float x, float y, float w, float h) |
|
void | SetChnInd (int chnind) |
|
void | drawAx (float xleft, float xright, float ytop, float ydown) |
|
void | drawLines (float *samples, int row, int col, int wise_type, float x, float y, float w, float h) |
|
void | drawOneLine (float *samples, int row, int col, int wise_type, int chanIndx, float x, float y, float w, float h) |
|
|
float | xl |
|
float | xr |
|
float | yt |
|
float | yd |
|
int | NumLines |
|
float | xCoordScale |
|
float | yCoordScale |
|
MatrixXf | m_tmp |
|
float * | m_samples |
|
int | m_row |
|
int | m_col |
|
int | m_wise_type |
|
int | m_chnind |
|
int | m_x |
|
int | m_y |
|
int | m_w |
|
int | m_h |
|
bool | linePlot |
|
bool | axPlot |
|
|
void | initializeGL () |
|
void | paintGL () |
|
void | resizeGL (int width, int height) |
|
Definition at line 16 of file glwidget_OnDisp.h.
The documentation for this class was generated from the following files: