#include <OSWindow.h>
◆ OSWindow()
◆ ~OSWindow()
◆ destroy()
virtual void OSWindow::destroy |
( |
| ) |
|
|
pure virtual |
◆ didTestEventFire()
bool OSWindow::didTestEventFire |
( |
| ) |
|
◆ getHeight()
int OSWindow::getHeight |
( |
| ) |
const |
◆ getNativeDisplay()
virtual EGLNativeDisplayType OSWindow::getNativeDisplay |
( |
| ) |
const |
|
pure virtual |
◆ getNativeWindow()
virtual EGLNativeWindowType OSWindow::getNativeWindow |
( |
| ) |
const |
|
pure virtual |
◆ getWidth()
int OSWindow::getWidth |
( |
| ) |
const |
◆ getX()
int OSWindow::getX |
( |
| ) |
const |
◆ getY()
int OSWindow::getY |
( |
| ) |
const |
◆ initialize()
◆ messageLoop()
virtual void OSWindow::messageLoop |
( |
| ) |
|
|
pure virtual |
◆ popEvent()
bool OSWindow::popEvent |
( |
Event * |
event | ) |
|
◆ pushEvent()
◆ resize()
virtual bool OSWindow::resize |
( |
int |
width, |
|
|
int |
height |
|
) |
| |
|
pure virtual |
◆ setMousePosition()
virtual void OSWindow::setMousePosition |
( |
int |
x, |
|
|
int |
y |
|
) |
| |
|
pure virtual |
◆ setPosition()
virtual bool OSWindow::setPosition |
( |
int |
x, |
|
|
int |
y |
|
) |
| |
|
pure virtual |
◆ setVisible()
virtual void OSWindow::setVisible |
( |
bool |
isVisible | ) |
|
|
pure virtual |
◆ signalTestEvent()
virtual void OSWindow::signalTestEvent |
( |
| ) |
|
|
pure virtual |
◆ takeScreenshot()
virtual bool OSWindow::takeScreenshot |
( |
uint8_t * |
pixelData | ) |
|
|
inlinevirtual |
◆ mEvents
std::list<Event> OSWindow::mEvents |
|
protected |
◆ mHeight
◆ mWidth
◆ mX
◆ mY
The documentation for this class was generated from the following files: