CopperSpice API  1.9.1
QPlatformOffscreenSurface Class Reference

Additional documentation pending.

Inheritance diagram for QPlatformOffscreenSurface:
QPlatformSurface

Public Methods

 QPlatformOffscreenSurface (QOffscreenSurface *offscreenSurface)
 
virtual ~QPlatformOffscreenSurface ()
 
virtual QSurfaceFormat format () const override
 
virtual bool isValid () const
 
QOffscreenSurfaceoffscreenSurface () const
 
QPlatformScreenscreen () const
 

Constructor & Destructor Documentation

QPlatformOffscreenSurface::QPlatformOffscreenSurface ( QOffscreenSurface offscreenSurface)
explicit

Additional documentation pending.

QPlatformOffscreenSurface::~QPlatformOffscreenSurface ( )
virtual

Additional documentation pending.

Method Documentation

QSurfaceFormat QPlatformOffscreenSurface::format ( ) const
overridevirtual

Returns the actual surface format of the offscreen surface.

Implements QPlatformSurface

bool QPlatformOffscreenSurface::isValid ( ) const
virtual

Returns true if the platform offscreen surface has been allocated.

QOffscreenSurface * QPlatformOffscreenSurface::offscreenSurface ( ) const

Additional documentation pending.

QPlatformScreen * QPlatformOffscreenSurface::screen ( ) const

Returns the platform screen handle corresponding to this QPlatformOffscreenSurface.