The interface defining the minimum functionality for an AGL window.
More...
#include <aglWindow.h>
List of all members.
Detailed Description
The interface defining the minimum functionality for an AGL window.
Definition at line 31 of file aglWindow.h.
Constructor & Destructor Documentation
eq::AGLWindowIF::AGLWindowIF |
( |
Window * |
parent | ) |
[inline] |
virtual eq::AGLWindowIF::~AGLWindowIF |
( |
| ) |
[inline, virtual] |
Destruct the AGL window.
- Version:
- 1.0
Definition at line 38 of file aglWindow.h.
Member Function Documentation
virtual AGLContext eq::AGLWindowIF::getAGLContext |
( |
| ) |
const [pure virtual] |
- Returns:
- the AGL rendering context.
- Version:
- 1.0
Implemented in eq::AGLWindow.
virtual AGLPbuffer eq::AGLWindowIF::getAGLPBuffer |
( |
| ) |
const [pure virtual] |
- Returns:
- the AGL PBuffer object.
- Version:
- 1.0
Implemented in eq::AGLWindow.
virtual WindowRef eq::AGLWindowIF::getCarbonWindow |
( |
| ) |
const [pure virtual] |
- Returns:
- the carbon window reference.
- Version:
- 1.0
Implemented in eq::AGLWindow.
virtual bool eq::AGLWindowIF::processEvent |
( |
const AGLWindowEvent & |
event | ) |
[pure virtual] |
Process the given event.
- Version:
- 1.0
Implemented in eq::AGLWindow.
The documentation for this class was generated from the following file: