#include <ElectrodePlot.h>
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) |
| 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) |
Constructor & Destructor Documentation
ElectrodePlot::ElectrodePlot |
( |
| ) |
|
ElectrodePlot::ElectrodePlot |
( |
int |
x, |
|
|
int |
y, |
|
|
int |
w, |
|
|
int |
h |
|
) |
| |
ElectrodePlot::~ElectrodePlot |
( |
| ) |
|
Member Function Documentation
bool ElectrodePlot::getEnabled |
( |
| ) |
|
|
virtual |
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 |
|
) |
| |
void ElectrodePlot::processSpikeObject |
( |
SpikeObject |
s | ) |
|
|
virtual |
void ElectrodePlot::redraw |
( |
| ) |
|
|
virtual |
void ElectrodePlot::setEnabled |
( |
bool |
enabled | ) |
|
|
virtual |
void ElectrodePlot::setPosition |
( |
int |
, |
|
|
int |
, |
|
|
double |
, |
|
|
double |
|
|
) |
| |
|
virtual |
The documentation for this class was generated from the following file: