MNE-CPP  beta 0.1
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | Protected Member Functions | List of all members
GLWidget_OnDisp Class Reference
Inheritance diagram for GLWidget_OnDisp:

Public Member Functions

 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)
 

Public Attributes

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
 

Protected Member Functions

void initializeGL ()
 
void paintGL ()
 
void resizeGL (int width, int height)
 

Detailed Description

Definition at line 16 of file glwidget_OnDisp.h.


The documentation for this class was generated from the following files: