KWin
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
KWin::OpenGLSurfaceContents Class Reference

#include <openglsurfacetexture.h>

Public Member Functions

 OpenGLSurfaceContents ()
 
 OpenGLSurfaceContents (const std::shared_ptr< GLTexture > &contents)
 
 OpenGLSurfaceContents (const QList< std::shared_ptr< GLTexture > > &planes)
 
void setDirty ()
 
void reset ()
 
bool isValid () const
 

Public Attributes

QList< std::shared_ptr< GLTexture > > planes
 

Detailed Description

Definition at line 18 of file openglsurfacetexture.h.

Constructor & Destructor Documentation

◆ OpenGLSurfaceContents() [1/3]

KWin::OpenGLSurfaceContents::OpenGLSurfaceContents ( )
inline

Definition at line 21 of file openglsurfacetexture.h.

◆ OpenGLSurfaceContents() [2/3]

KWin::OpenGLSurfaceContents::OpenGLSurfaceContents ( const std::shared_ptr< GLTexture > & contents)
inline

Definition at line 24 of file openglsurfacetexture.h.

◆ OpenGLSurfaceContents() [3/3]

KWin::OpenGLSurfaceContents::OpenGLSurfaceContents ( const QList< std::shared_ptr< GLTexture > > & planes)
inline

Definition at line 28 of file openglsurfacetexture.h.

Member Function Documentation

◆ isValid()

bool KWin::OpenGLSurfaceContents::isValid ( ) const
inline

Definition at line 38 of file openglsurfacetexture.h.

◆ reset()

void KWin::OpenGLSurfaceContents::reset ( )
inline

Definition at line 34 of file openglsurfacetexture.h.

◆ setDirty()

void KWin::OpenGLSurfaceContents::setDirty ( )

Definition at line 37 of file openglsurfacetexture.cpp.

Member Data Documentation

◆ planes

QList<std::shared_ptr<GLTexture> > KWin::OpenGLSurfaceContents::planes

Definition at line 43 of file openglsurfacetexture.h.


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