reference

This documentation is automatically generated from the openFrameworks source code using doxygen and refers to the most recent release, version 0.12.0.

ofAppEGLWindow.h File Reference
#include "ofAppBaseWindow.h"
#include "ofThread.h"
#include "ofImage.h"
#include "ofEvents.h"
#include "ofRectangle.h"
#include "ofConstants.h"
#include <queue>
#include <map>
#include <X11/Xlib.h>

Go to the source code of this file.

Classes

struct  ofAppEGLWindowSettings
 
class  ofAppEGLWindow
 

Typedefs

typedef struct _XIM * XIM
 
typedef struct _XIC * XIC
 
typedef unsigned long Window
 
typedef struct _XDisplay Display
 
typedef unsigned int EGLBoolean
 
typedef int32_t EGLint
 
typedef void * EGLDisplay
 
typedef void * EGLConfig
 
typedef void * EGLSurface
 
typedef void * EGLContext
 
typedef std::map< EGLint, EGLintofEGLAttributeList
 
typedef std::map< EGLint, EGLint >::iterator ofEGLAttributeListIterator
 

Enumerations

enum  ofAppEGLWindowType { OF_APP_WINDOW_AUTO , OF_APP_WINDOW_NATIVE , OF_APP_WINDOW_X11 }
 

Typedef Documentation

◆ Display

typedef struct _XDisplay Display

◆ EGLBoolean

typedef unsigned int EGLBoolean

◆ EGLConfig

typedef void* EGLConfig

◆ EGLContext

typedef void* EGLContext

◆ EGLDisplay

typedef void* EGLDisplay

◆ EGLint

typedef int32_t EGLint

◆ EGLSurface

typedef void* EGLSurface

◆ ofEGLAttributeList

typedef std::map<EGLint,EGLint> ofEGLAttributeList

◆ ofEGLAttributeListIterator

typedef std::map<EGLint,EGLint>::iterator ofEGLAttributeListIterator

◆ Window

typedef unsigned long Window

◆ XIC

typedef struct _XIC* XIC

◆ XIM

typedef struct _XIM* XIM

Enumeration Type Documentation

◆ ofAppEGLWindowType

Enumerator
OF_APP_WINDOW_AUTO 
OF_APP_WINDOW_NATIVE 
OF_APP_WINDOW_X11