|
Equalizer 1.1.3-git
|
The interface defining the minimum functionality for an AGL window. More...
#include <aglWindow.h>
Inheritance diagram for eq::AGLWindowIF:
Collaboration diagram for eq::AGLWindowIF:Public Member Functions | |
| AGLWindowIF (Window *parent) | |
| Construct 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)=0 |
| Process the given event. | |
| AGLWindowIF (Window *parent) | |
| Construct 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)=0 |
| Process the given event. | |
The interface defining the minimum functionality for an AGL window.
Definition at line 31 of file aglWindow.h.
| eq::AGLWindowIF::AGLWindowIF | ( | Window * | parent | ) | [inline] |
Construct a new AGL window for the given eq::Window.
Definition at line 35 of file aglWindow.h.
| virtual eq::AGLWindowIF::~AGLWindowIF | ( | ) | [inline, virtual] |
| eq::AGLWindowIF::AGLWindowIF | ( | Window * | parent | ) | [inline] |
Construct a new AGL window for the given eq::Window.
Definition at line 35 of file client/aglWindow.h.
| virtual eq::AGLWindowIF::~AGLWindowIF | ( | ) | [inline, virtual] |
| virtual AGLContext eq::AGLWindowIF::getAGLContext | ( | ) | const [pure virtual] |
| virtual AGLContext eq::AGLWindowIF::getAGLContext | ( | ) | const [pure virtual] |
| virtual AGLPbuffer eq::AGLWindowIF::getAGLPBuffer | ( | ) | const [pure virtual] |
| virtual AGLPbuffer eq::AGLWindowIF::getAGLPBuffer | ( | ) | const [pure virtual] |
| virtual WindowRef eq::AGLWindowIF::getCarbonWindow | ( | ) | const [pure virtual] |
| virtual WindowRef eq::AGLWindowIF::getCarbonWindow | ( | ) | const [pure virtual] |
| virtual bool eq::AGLWindowIF::processEvent | ( | const AGLWindowEvent & | event | ) | [pure virtual] |
| virtual bool eq::AGLWindowIF::processEvent | ( | const AGLWindowEvent & | event | ) | [pure virtual] |
1.1.3-git by
1.7.4