This documentation is automatically generated from the openFrameworks source code using doxygen and refers to the most recent release, version 0.12.0.
ofAppEGLWindowSettings Struct Reference
#include <ofAppEGLWindow.h>
Inheritance diagram for ofAppEGLWindowSettings:

Public Member Functions | |
ofAppEGLWindowSettings () | |
ofAppEGLWindowSettings (const ofGLESWindowSettings &settings) | |
![]() | |
ofGLESWindowSettings () | |
ofGLESWindowSettings (const ofWindowSettings &settings) | |
virtual | ~ofGLESWindowSettings () |
void | setGLESVersion (int version) |
![]() | |
ofWindowSettings () | |
virtual | ~ofWindowSettings () |
void | setPosition (const glm::vec2 &position) |
void | setSize (int width, int height) |
bool | isSizeSet () const |
int | getWidth () const |
int | getHeight () const |
const glm::vec2 & | getPosition () const |
bool | isPositionSet () const |
Public Attributes | |
ofAppEGLWindowType | eglWindowPreference |
what window type is preferred? | |
EGLint | eglWindowOpacity |
0-255 window alpha value | |
ofEGLAttributeList | frameBufferAttributes |
ofEGLAttributeList | windowSurfaceAttributes |
ofColor | initialClearColor |
int | screenNum |
int | layer |
![]() | |
int | glesVersion |
![]() | |
std::string | title |
ofWindowMode | windowMode |
Additional Inherited Members | |
![]() | |
int | width |
int | height |
bool | sizeSet |
glm::vec2 | position |
bool | positionSet |
Constructor & Destructor Documentation
◆ ofAppEGLWindowSettings() [1/2]
ofAppEGLWindowSettings::ofAppEGLWindowSettings | ( | ) |
◆ ofAppEGLWindowSettings() [2/2]
ofAppEGLWindowSettings::ofAppEGLWindowSettings | ( | const ofGLESWindowSettings & | settings | ) |
Member Data Documentation
◆ eglWindowOpacity
EGLint ofAppEGLWindowSettings::eglWindowOpacity |
0-255 window alpha value
◆ eglWindowPreference
ofAppEGLWindowType ofAppEGLWindowSettings::eglWindowPreference |
what window type is preferred?
◆ frameBufferAttributes
ofEGLAttributeList ofAppEGLWindowSettings::frameBufferAttributes |
◆ initialClearColor
ofColor ofAppEGLWindowSettings::initialClearColor |
◆ layer
int ofAppEGLWindowSettings::layer |
◆ screenNum
int ofAppEGLWindowSettings::screenNum |
◆ windowSurfaceAttributes
ofEGLAttributeList ofAppEGLWindowSettings::windowSurfaceAttributes |
The documentation for this struct was generated from the following files:
- /Users/icq4ever/Desktop/oF0120/libs/openFrameworks/app/ofAppEGLWindow.h
- /Users/icq4ever/Desktop/oF0120/libs/openFrameworks/app/ofAppEGLWindow.cpp