#include <OpenGLDisplayDevice.h>
Public Attributes | |
Display * | dpy |
X server display connection. More... | |
int | dpyScreen |
X server screen number. More... | |
Window | rootWindowID |
ID of the root window. More... | |
Window | windowID |
ID of the graphics window. More... | |
XSizeHints | sizeHints |
size hints for opening graphics window. More... | |
Cursor | cursor [5] |
graphics window cursor type. More... | |
GLXContext | cx |
GLX graphics context. More... | |
int | havefocus |
Flag indicating mouse/kbd focus. More... | |
void * | xinp |
XInput-based Spaceball, Dial box, etc. More... | |
spaceballhandle * | sball |
Spaceball/Magellan/SpaceNavigator handle. More... | |
spaceballevent | sballevent |
Most recent spaceball event status. More... |
Definition at line 123 of file OpenGLDisplayDevice.h.
|
graphics window cursor type.
Definition at line 130 of file OpenGLDisplayDevice.h. Referenced by OpenGLDisplayDevice::open_window, and OpenGLDisplayDevice::set_cursor. |
|
GLX graphics context.
Definition at line 131 of file OpenGLDisplayDevice.h. Referenced by OpenGLDisplayDevice::open_window, OpenGLDisplayDevice::prepare3D, and OpenGLDisplayDevice::~OpenGLDisplayDevice. |
|
|
X server screen number.
Definition at line 125 of file OpenGLDisplayDevice.h. Referenced by OpenGLDisplayDevice::open_window, OpenGLDisplayDevice::OpenGLDisplayDevice, and vmd_get_visual. |
|
Flag indicating mouse/kbd focus.
Definition at line 132 of file OpenGLDisplayDevice.h. Referenced by OpenGLDisplayDevice::OpenGLDisplayDevice, and OpenGLDisplayDevice::read_event. |
|
ID of the root window.
Definition at line 126 of file OpenGLDisplayDevice.h. Referenced by OpenGLDisplayDevice::open_window, and OpenGLDisplayDevice::reshape. |
|
Spaceball/Magellan/SpaceNavigator handle.
Definition at line 136 of file OpenGLDisplayDevice.h. Referenced by OpenGLDisplayDevice::open_window, OpenGLDisplayDevice::OpenGLDisplayDevice, OpenGLDisplayDevice::read_event, OpenGLDisplayDevice::spaceball, and OpenGLDisplayDevice::~OpenGLDisplayDevice. |
|
Most recent spaceball event status.
Definition at line 137 of file OpenGLDisplayDevice.h. Referenced by OpenGLDisplayDevice::open_window, OpenGLDisplayDevice::read_event, and OpenGLDisplayDevice::spaceball. |
|
size hints for opening graphics window.
Definition at line 129 of file OpenGLDisplayDevice.h. Referenced by OpenGLDisplayDevice::open_window. |
|
|
XInput-based Spaceball, Dial box, etc.
Definition at line 134 of file OpenGLDisplayDevice.h. Referenced by OpenGLDisplayDevice::open_window, OpenGLDisplayDevice::OpenGLDisplayDevice, OpenGLDisplayDevice::read_event, OpenGLDisplayDevice::spaceball, and OpenGLDisplayDevice::~OpenGLDisplayDevice. |