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

#include <ElectrodePlot.h>

Inheritance diagram for ElectrodePlot:
BaseUIElement

List of all members.

Public Member Functions

 ElectrodePlot ()
 ElectrodePlot (int x, int y, int w, int h)
 ~ElectrodePlot ()
void initAxes ()
void redraw ()
void setEnabled (bool enabled)
bool getEnabled ()
void setPosition (int, int, double, double)
void getPreferredDimensions (double *, double *)
int getNumberOfAxes ()
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)
- 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 ()
virtual void pan (int, bool)
virtual void zoom (int, bool)
virtual void clear ()
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

Constructor & Destructor Documentation

ElectrodePlot::ElectrodePlot ( )
ElectrodePlot::ElectrodePlot ( int  x,
int  y,
int  w,
int  h 
)
ElectrodePlot::~ElectrodePlot ( )

Member Function Documentation

bool ElectrodePlot::getEnabled ( )
virtual

Reimplemented from BaseUIElement.

int ElectrodePlot::getNumberOfAxes ( )
void ElectrodePlot::getPreferredDimensions ( double *  ,
double *   
)
void ElectrodePlot::initAxes ( )
void ElectrodePlot::mouseDown ( int  x,
int  y 
)
void ElectrodePlot::mouseDragX ( int  dx,
bool  shift,
bool  ctr 
)
void ElectrodePlot::mouseDragY ( int  dy,
bool  shift,
bool  ctr 
)
bool ElectrodePlot::processKeyEvent ( SimpleKeyEvent  k)
void ElectrodePlot::processSpikeObject ( SpikeObject  s)
virtual

Reimplemented from BaseUIElement.

void ElectrodePlot::redraw ( )
virtual

Reimplemented from BaseUIElement.

void ElectrodePlot::setEnabled ( bool  enabled)
virtual

Reimplemented from BaseUIElement.

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

Reimplemented from BaseUIElement.


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