The interface defining the minimum functionality for an AGL window. More...
#include <aglWindow.h>


Public Member Functions | |
| AGLWindowIF (Window *parent) | |
| Create a new AGL window for the given eq::Window. | |
| virtual | ~AGLWindowIF () |
| Destruct the AGL window. | |
| virtual AGLContext | getAGLContext () const =0 |
| virtual WindowRef | getCarbonWindow () const =0 |
| virtual AGLPbuffer | getAGLPBuffer () const =0 |
| virtual bool | processEvent (const AGLWindowEvent &event) |
| Process an event. | |
The interface defining the minimum functionality for an AGL window.
Definition at line 30 of file aglWindow.h.
| eq::AGLWindowIF::AGLWindowIF | ( | Window * | parent | ) | [inline] |
Create a new AGL window for the given eq::Window.
Definition at line 34 of file aglWindow.h.
| virtual eq::AGLWindowIF::~AGLWindowIF | ( | ) | [inline, virtual] |
Destruct the AGL window.
Definition at line 37 of file aglWindow.h.
| virtual AGLContext eq::AGLWindowIF::getAGLContext | ( | ) | const [pure virtual] |
Implemented in eq::AGLWindow.
Referenced by eq::AGLWindow::createAGLContext().

| 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] |
Implemented in eq::AGLWindow.
| 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.1 by
1.6.1