#include <aglWindow.h>


Public Member Functions | |
| AGLWindowIF (Window *parent) | |
| virtual AGLContext | getAGLContext () const =0 |
| virtual WindowRef | getCarbonWindow () const =0 |
| virtual AGLPbuffer | getAGLPBuffer () const =0 |
| virtual bool | processEvent (const AGLWindowEvent &event) |
| Process an event. | |
Definition at line 30 of file aglWindow.h.
| virtual AGLContext eq::AGLWindowIF::getAGLContext | ( | ) | const [pure virtual] |
| virtual WindowRef eq::AGLWindowIF::getCarbonWindow | ( | ) | const [pure virtual] |
Implemented in eq::AGLWindow.
Referenced by eq::AGLEventHandler::AGLEventHandler().

| virtual AGLPbuffer eq::AGLWindowIF::getAGLPBuffer | ( | ) | const [pure virtual] |
| bool eq::AGLWindowIF::processEvent | ( | const AGLWindowEvent & | event | ) | [virtual] |
Process an event.
Reimplemented in eq::AGLWindow.
Definition at line 34 of file aglWindow.cpp.
References eq::OSWindow::_window, and eq::Window::processEvent().

0.9 by
1.5.8