#include <SpikePlot.h>
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) |
| 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
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 |
void SpikePlot::setEnabled |
( |
bool |
enabled | ) |
|
|
virtual |
bool SpikePlot::getEnabled |
( |
| ) |
|
|
virtual |
void SpikePlot::setPosition |
( |
int |
, |
|
|
int |
, |
|
|
double |
, |
|
|
double |
|
|
) |
| |
|
virtual |
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 |
|
) |
| |
void SpikePlot::clear |
( |
| ) |
|
|
virtual |
void SpikePlot::zoom |
( |
int |
, |
|
|
bool |
|
|
) |
| |
|
virtual |
void SpikePlot::pan |
( |
int |
, |
|
|
bool |
|
|
) |
| |
|
virtual |
The documentation for this class was generated from the following file: