#include <OpenGLApp.h>
Collaboration diagram for OpenGLApp:

Definition at line 18 of file OpenGLApp.h.
Public Member Functions | |
| int | exec () |
| GLXContext | getGLXContext () |
| Colormap | getXColormap () |
| Display * | getXDisplay () |
| XVisualInfo * | getXVisualInfo () |
| bool | initialize (int argc=0, char **argv=0) |
| OpenGLApp () | |
| ~OpenGLApp () | |
Public Attributes | |
| std::vector< OpenGLWindow * > | fViews |
Private Member Functions | |
| OpenGLWindow * | findView (Window) const |
Private Attributes | |
| Colormap | m_colormap |
| GLXContext | m_ctx |
| Display * | m_display |
| bool | m_privateColormap |
| XVisualInfo * | m_vinfo |
|
|
Definition at line 15 of file OpenGLApp.cxx. |
|
|
Definition at line 24 of file OpenGLApp.cxx. |
|
|
Definition at line 71 of file OpenGLApp.cxx. References findView(), m_ctx, m_display, and OpenGLWindow::resize(). Referenced by main(). |
|
|
Definition at line 94 of file OpenGLApp.cxx. References fViews, and OpenGLWindow::window(). Referenced by exec(). |
|
|
Definition at line 92 of file OpenGLApp.cxx. References m_ctx. Referenced by main(). |
|
|
Definition at line 90 of file OpenGLApp.cxx. References m_colormap. Referenced by main(). |
|
|
Definition at line 89 of file OpenGLApp.cxx. References m_display. Referenced by main(). |
|
|
Definition at line 91 of file OpenGLApp.cxx. References m_vinfo. Referenced by main(). |
|
||||||||||||
|
Definition at line 28 of file OpenGLApp.cxx. References m_colormap, m_ctx, m_display, m_privateColormap, and m_vinfo. Referenced by main(). |
|
|
Definition at line 29 of file OpenGLApp.h. Referenced by findView(), and main(). |
|
|
Definition at line 34 of file OpenGLApp.h. Referenced by getXColormap(), and initialize(). |
|
|
Definition at line 36 of file OpenGLApp.h. Referenced by exec(), getGLXContext(), and initialize(). |
|
|
Definition at line 33 of file OpenGLApp.h. Referenced by exec(), getXDisplay(), and initialize(). |
|
|
Definition at line 37 of file OpenGLApp.h. Referenced by initialize(). |
|
|
Definition at line 35 of file OpenGLApp.h. Referenced by getXVisualInfo(), and initialize(). |
1.4.3