| KWin
    | 
#include <egl_context_attribute_builder.h>
 
  
| Public Member Functions | |
| std::vector< int > | build () const override | 
|  Public Member Functions inherited from KWin::AbstractOpenGLContextAttributeBuilder | |
| virtual | ~AbstractOpenGLContextAttributeBuilder () | 
| void | setVersion (int major, int minor=0) | 
| bool | isVersionRequested () const | 
| int | majorVersion () const | 
| int | minorVersion () const | 
| void | setRobust (bool robust) | 
| bool | isRobust () const | 
| void | setForwardCompatible (bool forward) | 
| bool | isForwardCompatible () const | 
| void | setCoreProfile (bool core) | 
| bool | isCoreProfile () const | 
| void | setCompatibilityProfile (bool compatibility) | 
| bool | isCompatibilityProfile () const | 
| void | setResetOnVideoMemoryPurge (bool reset) | 
| bool | isResetOnVideoMemoryPurge () const | 
| void | setHighPriority (bool highPriority) | 
| bool | isHighPriority () const | 
| QDebug | operator<< (QDebug dbg) const | 
Definition at line 16 of file egl_context_attribute_builder.h.
| 
 | overridevirtual | 
Implements KWin::AbstractOpenGLContextAttributeBuilder.
Definition at line 14 of file egl_context_attribute_builder.cpp.