|
KWin
|
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 46 of file opengl_context_attribute_builder_test.cpp.
|
overridevirtual |
Implements KWin::AbstractOpenGLContextAttributeBuilder.
Definition at line 52 of file opengl_context_attribute_builder_test.cpp.