#include <aglWindow.h>


Definition at line 14 of file 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. | |
| EventHandlerRef & | getCarbonEventHandler () |
| Used by the AGL event handler to store the event handler ref. | |
| virtual AGLContext eq::AGLWindowIF::getAGLContext | ( | ) | const [pure virtual] |
| virtual WindowRef eq::AGLWindowIF::getCarbonWindow | ( | ) | const [pure virtual] |
Implemented in eq::AGLWindow.
Referenced by eq::AGLEventHandler::registerWindow().

| virtual AGLPbuffer eq::AGLWindowIF::getAGLPBuffer | ( | ) | const [pure virtual] |
| virtual bool eq::AGLWindowIF::processEvent | ( | const AGLWindowEvent & | event | ) | [inline, virtual] |
Process an event.
Reimplemented in eq::AGLWindow.
Definition at line 31 of file aglWindow.h.
Referenced by eq::AGLWindow::processEvent().

| EventHandlerRef& eq::AGLWindowIF::getCarbonEventHandler | ( | ) | [inline] |
Used by the AGL event handler to store the event handler ref.
Definition at line 35 of file aglWindow.h.
Referenced by eq::AGLEventHandler::deregisterWindow(), and eq::AGLEventHandler::registerWindow().

0.6 by
1.5.5