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

#include <TetrodePlot.h>

Inheritance diagram for TetrodePlot:
BaseUIElement

List of all members.

Public Member Functions

 TetrodePlot ()
 TetrodePlot (int x, int y, int w, int h)
 ~TetrodePlot ()
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)
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

Constructor & Destructor Documentation

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

Member Function Documentation

void TetrodePlot::clear ( )
virtual

Reimplemented from BaseUIElement.

bool TetrodePlot::getEnabled ( )
virtual

Reimplemented from BaseUIElement.

int TetrodePlot::getNumberOfAxes ( )
void TetrodePlot::getPreferredDimensions ( double *  ,
double *   
)
void TetrodePlot::initAxes ( )
void TetrodePlot::mouseDown ( int  x,
int  y 
)
void TetrodePlot::mouseDragX ( int  dx,
bool  shift,
bool  ctr 
)
void TetrodePlot::mouseDragY ( int  dy,
bool  shift,
bool  ctr 
)
void TetrodePlot::pan ( int  ,
bool   
)
virtual

Reimplemented from BaseUIElement.

bool TetrodePlot::processKeyEvent ( SimpleKeyEvent  k)
void TetrodePlot::processSpikeObject ( SpikeObject  s)
virtual

Reimplemented from BaseUIElement.

void TetrodePlot::redraw ( )
virtual

Reimplemented from BaseUIElement.

void TetrodePlot::setEnabled ( bool  enabled)
virtual

Reimplemented from BaseUIElement.

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

Reimplemented from BaseUIElement.

void TetrodePlot::zoom ( int  ,
bool   
)
virtual

Reimplemented from BaseUIElement.


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