#include <GenericAxes.h>
List of all members.
Public Member Functions |
| GenericAxes () |
| GenericAxes (int x, int y, double w, double h, int t) |
| ~GenericAxes () |
void | updateSpikeData (SpikeObject s) |
virtual void | redraw () |
void | setXLims (double xmin, double xmax) |
void | getXLims (double *xmin, double *xmax) |
void | setYLims (double ymin, double ymax) |
void | getYLims (double *ymin, double *ymax) |
void | setType (int type) |
int | getType () |
void | setPosition (int, int, double, double) |
| 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 | setEnabled (bool e) |
virtual bool | getEnabled () |
virtual void | setPosition (int, int) |
virtual void | getPosition (int *, int *, double *, double *) |
double | getHeight () |
double | getWidth () |
int | getX () |
int | getY () |
virtual void | processSpikeObject (SpikeObject s) |
virtual void | pan (int, bool) |
virtual void | zoom (int, bool) |
virtual void | clear () |
bool | hitTest (int x, int y) |
Constructor & Destructor Documentation
GenericAxes::GenericAxes |
( |
| ) |
|
GenericAxes::GenericAxes |
( |
int |
x, |
|
|
int |
y, |
|
|
double |
w, |
|
|
double |
h, |
|
|
int |
t |
|
) |
| |
GenericAxes::~GenericAxes |
( |
| ) |
|
Member Function Documentation
int GenericAxes::getType |
( |
| ) |
|
void GenericAxes::getXLims |
( |
double * |
xmin, |
|
|
double * |
xmax |
|
) |
| |
void GenericAxes::getYLims |
( |
double * |
ymin, |
|
|
double * |
ymax |
|
) |
| |
void GenericAxes::loadFont |
( |
| ) |
|
|
protected |
virtual void GenericAxes::plot |
( |
| ) |
|
|
inlineprotectedvirtual |
virtual void GenericAxes::redraw |
( |
| ) |
|
|
inlinevirtual |
void GenericAxes::setPosition |
( |
int |
, |
|
|
int |
, |
|
|
double |
, |
|
|
double |
|
|
) |
| |
|
virtual |
void GenericAxes::setType |
( |
int |
type | ) |
|
void GenericAxes::setXLims |
( |
double |
xmin, |
|
|
double |
xmax |
|
) |
| |
void GenericAxes::setYLims |
( |
double |
ymin, |
|
|
double |
ymax |
|
) |
| |
Member Data Documentation
FTPixmapFont* GenericAxes::font |
|
protected |
bool GenericAxes::gotFirstSpike |
|
protected |
double GenericAxes::xlims[2] |
|
protected |
double GenericAxes::ylims[2] |
|
protected |
The documentation for this class was generated from the following file: