Open Ephys GUI
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions
SpikePlot Class Reference

Class for drawing the waveforms and projections of incoming spikes. More...

#include <SpikePlot.h>

Inheritance diagram for SpikePlot:
BaseUIElement

List of all members.

Public Member Functions

 SpikePlot ()
 SpikePlot (int x, int y, int w, int h, int pType)
virtual ~SpikePlot ()
void initAxes ()
void redraw ()
void setEnabled (bool enabled)
bool getEnabled ()
void setPosition (int, int, double, double)
void getBestDimensions (int *, int *)
void mouseDown (int x, int y)
void mouseDragX (int dx, bool shift, bool ctr)
void mouseDragY (int dy, bool shift, bool ctr)
bool processKeyEvent (SimpleKeyEvent k)
void processSpikeObject (SpikeObject s)
void clear ()
void zoom (int, bool)
void pan (int, bool)
- 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 setPosition (int, int)
virtual void getPosition (int *, int *, double *, double *)
double getHeight ()
double getWidth ()
int getX ()
int getY ()
bool hitTest (int x, int y)

Additional Inherited Members

- Protected Member Functions inherited from BaseUIElement
void setGlViewport ()
- Protected Attributes inherited from BaseUIElement
int xpos
int ypos
int yOffset
double height
double width
double padding

Detailed Description

Class for drawing the waveforms and projections of incoming spikes.


Constructor & Destructor Documentation

SpikePlot::SpikePlot ( )
SpikePlot::SpikePlot ( int  x,
int  y,
int  w,
int  h,
int  pType 
)
virtual SpikePlot::~SpikePlot ( )
virtual

Member Function Documentation

void SpikePlot::initAxes ( )
void SpikePlot::redraw ( )
virtual

Reimplemented from BaseUIElement.

void SpikePlot::setEnabled ( bool  enabled)
virtual

Reimplemented from BaseUIElement.

bool SpikePlot::getEnabled ( )
virtual

Reimplemented from BaseUIElement.

void SpikePlot::setPosition ( int  ,
int  ,
double  ,
double   
)
virtual

Reimplemented from BaseUIElement.

void SpikePlot::getBestDimensions ( int *  ,
int *   
)
void SpikePlot::mouseDown ( int  x,
int  y 
)
void SpikePlot::mouseDragX ( int  dx,
bool  shift,
bool  ctr 
)
void SpikePlot::mouseDragY ( int  dy,
bool  shift,
bool  ctr 
)
bool SpikePlot::processKeyEvent ( SimpleKeyEvent  k)
void SpikePlot::processSpikeObject ( SpikeObject  s)
virtual

Reimplemented from BaseUIElement.

void SpikePlot::clear ( )
virtual

Reimplemented from BaseUIElement.

void SpikePlot::zoom ( int  ,
bool   
)
virtual

Reimplemented from BaseUIElement.

void SpikePlot::pan ( int  ,
bool   
)
virtual

Reimplemented from BaseUIElement.


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