Mir
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Public Member Functions | Protected Member Functions | List of all members
mir::examples::EGLHelper Class Reference

Simple helper class for managing an EGL rendering with a sensible default configuration. More...

#include <example_egl_helper.h>

Public Member Functions

 EGLHelper (EGLNativeDisplayType native_display, EGLNativeWindowType native_surface)
 
virtual ~EGLHelper ()
 
EGLDisplay the_display () const
 
EGLContext the_context () const
 
EGLSurface the_surface () const
 

Protected Member Functions

 EGLHelper (EGLHelper const &)=delete
 
EGLHelperoperator= (EGLHelper const &)=delete
 

Detailed Description

Simple helper class for managing an EGL rendering with a sensible default configuration.

Constructor & Destructor Documentation

mir::examples::EGLHelper::EGLHelper ( EGLNativeDisplayType  native_display,
EGLNativeWindowType  native_surface 
)
mir::examples::EGLHelper::~EGLHelper ( )
virtual
mir::examples::EGLHelper::EGLHelper ( EGLHelper const &  )
protecteddelete

Member Function Documentation

EGLHelper& mir::examples::EGLHelper::operator= ( EGLHelper const &  )
protecteddelete
EGLContext mir::examples::EGLHelper::the_context ( ) const
EGLDisplay mir::examples::EGLHelper::the_display ( ) const
EGLSurface mir::examples::EGLHelper::the_surface ( ) const

The documentation for this class was generated from the following files:

Copyright © 2012,2013 Canonical Ltd.
Generated on Wed Oct 30 18:52:19 UTC 2013