#include <StereotrodePlot.h>
List of all members.
Public Member Functions |
| StereotrodePlot () |
| StereotrodePlot (int x, int y, int w, int h) |
| ~StereotrodePlot () |
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) |
| 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) |
Constructor & Destructor Documentation
StereotrodePlot::StereotrodePlot |
( |
| ) |
|
StereotrodePlot::StereotrodePlot |
( |
int |
x, |
|
|
int |
y, |
|
|
int |
w, |
|
|
int |
h |
|
) |
| |
StereotrodePlot::~StereotrodePlot |
( |
| ) |
|
Member Function Documentation
void StereotrodePlot::clear |
( |
| ) |
|
|
virtual |
bool StereotrodePlot::getEnabled |
( |
| ) |
|
|
virtual |
int StereotrodePlot::getNumberOfAxes |
( |
| ) |
|
void StereotrodePlot::getPreferredDimensions |
( |
double * |
, |
|
|
double * |
|
|
) |
| |
void StereotrodePlot::initAxes |
( |
| ) |
|
void StereotrodePlot::mouseDown |
( |
int |
x, |
|
|
int |
y |
|
) |
| |
void StereotrodePlot::mouseDragX |
( |
int |
dx, |
|
|
bool |
shift, |
|
|
bool |
ctr |
|
) |
| |
void StereotrodePlot::mouseDragY |
( |
int |
dy, |
|
|
bool |
shift, |
|
|
bool |
ctr |
|
) |
| |
void StereotrodePlot::pan |
( |
int |
, |
|
|
bool |
|
|
) |
| |
|
virtual |
void StereotrodePlot::processSpikeObject |
( |
SpikeObject |
s | ) |
|
|
virtual |
void StereotrodePlot::redraw |
( |
| ) |
|
|
virtual |
void StereotrodePlot::setEnabled |
( |
bool |
enabled | ) |
|
|
virtual |
void StereotrodePlot::setPosition |
( |
int |
, |
|
|
int |
, |
|
|
double |
, |
|
|
double |
|
|
) |
| |
|
virtual |
void StereotrodePlot::zoom |
( |
int |
, |
|
|
bool |
|
|
) |
| |
|
virtual |
The documentation for this class was generated from the following file: