QtBase  v6.3.1
Public Member Functions | Static Public Member Functions | Friends | List of all members
QPlatformSurface Class Referenceabstract

#include <qplatformsurface.h>

Inheritance diagram for QPlatformSurface:
Inheritance graph
[legend]

Public Member Functions

virtual ~QPlatformSurface ()
 
virtual QSurfaceFormat format () const =0
 
QSurfacesurface () const
 
virtual QPlatformScreenscreen () const =0
 

Static Public Member Functions

static bool isRasterSurface (QSurface *surface)
 

Friends

class QPlatformWindow
 
class QPlatformOffscreenSurface
 

Detailed Description

Since
5.0

Definition at line 65 of file qplatformsurface.h.

Constructor & Destructor Documentation

◆ ~QPlatformSurface()

QPlatformSurface::~QPlatformSurface ( )
virtual

Definition at line 57 of file qplatformsurface.cpp.

Member Function Documentation

◆ format()

virtual QSurfaceFormat QPlatformSurface::format ( ) const
pure virtual

◆ isRasterSurface()

bool QPlatformSurface::isRasterSurface ( QSurface surface)
static

Definition at line 71 of file qplatformsurface.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ screen()

virtual QPlatformScreen* QPlatformSurface::screen ( ) const
pure virtual

◆ surface()

QSurface * QPlatformSurface::surface ( ) const

Definition at line 62 of file qplatformsurface.cpp.

Here is the caller graph for this function:

Friends And Related Function Documentation

◆ QPlatformOffscreenSurface

friend class QPlatformOffscreenSurface
friend

Definition at line 84 of file qplatformsurface.h.

◆ QPlatformWindow

friend class QPlatformWindow
friend

Definition at line 83 of file qplatformsurface.h.


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