#include <ProjectionAxes.h>
List of all members.
Public Member Functions |
| ProjectionAxes () |
| ProjectionAxes (int x, int y, double w, double h, int t) |
void | setPosition (int, int, int, int) |
void | updateSpikeData (SpikeObject s) |
void | setPointColor (GLfloat r, GLfloat g, GLfloat b) |
void | setGridColor (GLfloat, GLfloat, GLfloat) |
void | clear () |
void | invalidateTexture () |
void | redraw () |
| GenericAxes () |
| GenericAxes (int x, int y, double w, double h, int t) |
| ~GenericAxes () |
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) |
bool | hitTest (int x, int y) |
Constructor & Destructor Documentation
ProjectionAxes::ProjectionAxes |
( |
| ) |
|
ProjectionAxes::ProjectionAxes |
( |
int |
x, |
|
|
int |
y, |
|
|
double |
w, |
|
|
double |
h, |
|
|
int |
t |
|
) |
| |
Member Function Documentation
void ProjectionAxes::clear |
( |
| ) |
|
|
virtual |
void ProjectionAxes::invalidateTexture |
( |
| ) |
|
void ProjectionAxes::plot |
( |
| ) |
|
|
protectedvirtual |
void ProjectionAxes::redraw |
( |
| ) |
|
|
virtual |
void ProjectionAxes::setGridColor |
( |
GLfloat |
, |
|
|
GLfloat |
, |
|
|
GLfloat |
|
|
) |
| |
void ProjectionAxes::setPointColor |
( |
GLfloat |
r, |
|
|
GLfloat |
g, |
|
|
GLfloat |
b |
|
) |
| |
void ProjectionAxes::setPosition |
( |
int |
, |
|
|
int |
, |
|
|
int |
, |
|
|
int |
|
|
) |
| |
Member Data Documentation
bool ProjectionAxes::convertLabelUnits |
bool ProjectionAxes::drawGrid |
bool ProjectionAxes::overlay |
The documentation for this class was generated from the following file: