List of all members.
Public Member Functions |
| BaseUIElement (int x, int y, double w, double h) |
| BaseUIElement (int x, int y, double w, double h, int p) |
virtual void | redraw () |
void | drawElementEdges () |
virtual void | setEnabled (bool e) |
virtual bool | getEnabled () |
virtual void | setPosition (int x, int y, double w, double h) |
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) |
Protected Member Functions |
void | setGlViewport () |
Protected Attributes |
int | xpos |
int | ypos |
int | yOffset |
double | height |
double | width |
bool | enabled |
double | padding |
The documentation for this class was generated from the following file: