reference

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:
ofGLESWindowSettings ofWindowSettings

Public Member Functions

 ofAppEGLWindowSettings ()
 
 ofAppEGLWindowSettings (const ofGLESWindowSettings &settings)
 
- Public Member Functions inherited from ofGLESWindowSettings
 ofGLESWindowSettings ()
 
 ofGLESWindowSettings (const ofWindowSettings &settings)
 
virtual ~ofGLESWindowSettings ()
 
void setGLESVersion (int version)
 
- Public Member Functions inherited from ofWindowSettings
 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
 
- Public Attributes inherited from ofGLESWindowSettings
int glesVersion
 
- Public Attributes inherited from ofWindowSettings
std::string title
 
ofWindowMode windowMode
 

Additional Inherited Members

- Protected Attributes inherited from ofWindowSettings
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: