#include <gl.h>
Inheritance diagram for fl::GLShow:

Public Methods | |
| GLShow (int width=400, int height=400) | |
| ~GLShow () | |
| virtual bool | processEvent (XEvent &event) |
| void | waitForClose () |
| void | stopWaiting () |
| virtual void | initContext () |
| virtual void | reshape (int width, int height) |
| virtual void | display () |
| virtual void | drag (int toX, int toY, unsigned int state) |
| virtual void | click (int x, int y, unsigned int state) |
| virtual void | keyboard (KeySym keysym) |
Public Attributes | |
| fl::GLXContext | context |
| bool | contextInitialized |
| Atom | WM_DELETE_WINDOW |
| Atom | WM_PROTOCOLS |
| bool | dragMode |
| int | lastX |
| int | lastY |
| pthread_mutex_t | waitingMutex |
| pthread_cond_t | waitingCondition |
|
||||||||||||
|
|
|
|
|
|
||||||||||||||||
|
|
|
|
Reimplemented in GLTest. |
|
||||||||||||||||
|
|
|
|
Reimplemented in GLTest. |
|
|
|
|
|
Reimplemented from fl::Window. |
|
||||||||||||
|
Reimplemented in GLTest. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.2.18