Open Ephys GUI
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | Public Attributes | Protected Member Functions
ProjectionAxes Class Reference

Class for drawing the peak projections of spike waveforms. More...

#include <ProjectionAxes.h>

Inheritance diagram for ProjectionAxes:
GenericAxes BaseUIElement

List of all members.

Public Member Functions

 ProjectionAxes ()
 ProjectionAxes (int x, int y, double w, double h, int t)
virtual ~ProjectionAxes ()
void setPosition (int, int, int, int)
void updateSpikeData (SpikeObject s)
void setPointColor (GLfloat r, GLfloat g, GLfloat b)
void setGridColor (GLfloat, GLfloat, GLfloat)
void clear ()
void invalidateTexture ()
void redraw ()
- Public Member Functions inherited from GenericAxes
 GenericAxes ()
 GenericAxes (int x, int y, double w, double h, int t)
virtual ~GenericAxes ()
void setXLims (double xmin, double xmax)
void getXLims (double *xmin, double *xmax)
void setYLims (double ymin, double ymax)
void getYLims (double *ymin, double *ymax)
void setType (int type)
int getType ()
void setPosition (int, int, double, double)
- Public Member Functions inherited from BaseUIElement
 BaseUIElement ()
 BaseUIElement (int x, int y, double w, double h)
 BaseUIElement (int x, int y, double w, double h, int p)
void drawElementEdges ()
virtual void setEnabled (bool e)
virtual bool getEnabled ()
virtual void setPosition (int, int)
virtual void getPosition (int *, int *, double *, double *)
double getHeight ()
double getWidth ()
int getX ()
int getY ()
virtual void processSpikeObject (SpikeObject s)
virtual void pan (int, bool)
virtual void zoom (int, bool)
bool hitTest (int x, int y)

Public Attributes

bool overlay
bool drawGrid
bool convertLabelUnits

Protected Member Functions

void plot ()
- Protected Member Functions inherited from GenericAxes
void loadFont ()
- Protected Member Functions inherited from BaseUIElement
void setGlViewport ()

Additional Inherited Members

- Protected Attributes inherited from GenericAxes
double xlims [2]
double ylims [2]
SpikeObject s
bool gotFirstSpike
int type
FTPixmapFont * font
- Protected Attributes inherited from BaseUIElement
int xpos
int ypos
int yOffset
double height
double width
bool enabled
double padding

Detailed Description

Class for drawing the peak projections of spike waveforms.


Constructor & Destructor Documentation

ProjectionAxes::ProjectionAxes ( )
ProjectionAxes::ProjectionAxes ( int  x,
int  y,
double  w,
double  h,
int  t 
)
virtual ProjectionAxes::~ProjectionAxes ( )
virtual

Member Function Documentation

void ProjectionAxes::plot ( )
protectedvirtual

Reimplemented from GenericAxes.

void ProjectionAxes::setPosition ( int  ,
int  ,
int  ,
int   
)
void ProjectionAxes::updateSpikeData ( SpikeObject  s)

Reimplemented from GenericAxes.

void ProjectionAxes::setPointColor ( GLfloat  r,
GLfloat  g,
GLfloat  b 
)
void ProjectionAxes::setGridColor ( GLfloat  ,
GLfloat  ,
GLfloat   
)
void ProjectionAxes::clear ( )
virtual

Reimplemented from BaseUIElement.

void ProjectionAxes::invalidateTexture ( )
void ProjectionAxes::redraw ( )
virtual

Reimplemented from GenericAxes.


Member Data Documentation

bool ProjectionAxes::overlay
bool ProjectionAxes::drawGrid
bool ProjectionAxes::convertLabelUnits

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