#include <RE_EGLServer.h>

Public Member Functions | |
| RE_EGLServer () | |
| virtual | ~RE_EGLServer () |
| virtual char | initServer (char *hostSystem=0) |
| virtual void | flush () const |
| virtual Display * | getDisplay () const |
| virtual short | getWidth () const |
| virtual short | getHeight () const |
| virtual short | getWidthMM () const |
| virtual short | getHeightMM () const |
| virtual UT_DimRect | getWorkArea () |
| virtual bool | GLMakeCurrent (OGLDrawable draw, RE_OGLContext context) |
| virtual int | GLMakeCopyCurrent (OGLDrawable draw, RE_OGLContext sourceContext, RE_OGLContext targetContext) |
| virtual void | GLSwapBuffers (RE_Window *currentWindow) |
| virtual OGLDrawable | GLGetCurrentDrawable () |
| virtual void | GLWaitGL () |
| virtual bool | windowUnderCursor (RE_IDType, int x, int y) |
| virtual bool | getColorUnderCursor (float color[3]) |
Definition at line 28 of file RE_EGLServer.h.
| RE_EGLServer::RE_EGLServer | ( | ) |
| virtual RE_EGLServer::~RE_EGLServer | ( | ) | [virtual] |
| virtual void RE_EGLServer::flush | ( | ) | const [virtual] |
Implements RE_Server.
| virtual bool RE_EGLServer::getColorUnderCursor | ( | float | color[3] | ) | [virtual] |
Reimplemented from RE_Server.
| virtual Display* RE_EGLServer::getDisplay | ( | ) | const [inline, virtual] |
| virtual short RE_EGLServer::getHeight | ( | ) | const [virtual] |
Implements RE_Server.
| virtual short RE_EGLServer::getHeightMM | ( | ) | const [virtual] |
Implements RE_Server.
| virtual short RE_EGLServer::getWidth | ( | ) | const [virtual] |
Implements RE_Server.
| virtual short RE_EGLServer::getWidthMM | ( | ) | const [virtual] |
Implements RE_Server.
| virtual UT_DimRect RE_EGLServer::getWorkArea | ( | ) | [virtual] |
Implements RE_Server.
| virtual OGLDrawable RE_EGLServer::GLGetCurrentDrawable | ( | ) | [virtual] |
Implements RE_Server.
| virtual int RE_EGLServer::GLMakeCopyCurrent | ( | OGLDrawable | draw, | |
| RE_OGLContext | sourceContext, | |||
| RE_OGLContext | targetContext | |||
| ) | [virtual] |
Implements RE_Server.
| virtual bool RE_EGLServer::GLMakeCurrent | ( | OGLDrawable | draw, | |
| RE_OGLContext | context | |||
| ) | [virtual] |
Implements RE_Server.
| virtual void RE_EGLServer::GLSwapBuffers | ( | RE_Window * | currentWindow | ) | [virtual] |
Implements RE_Server.
| virtual void RE_EGLServer::GLWaitGL | ( | ) | [virtual] |
Implements RE_Server.
| virtual char RE_EGLServer::initServer | ( | char * | hostSystem = 0 |
) | [virtual] |
Reimplemented from RE_Server.
| virtual bool RE_EGLServer::windowUnderCursor | ( | RE_IDType | wid, | |
| int | x, | |||
| int | y | |||
| ) | [virtual] |
Determine if the given window is currently under the mouse The current x,y mouse coordinates are optional under certain platforms
Reimplemented from RE_Server.
1.5.9