Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QOpenVGOffscreenSurface Class Reference

#include <qopenvgoffscreensurface.h>

Collaboration diagram for QOpenVGOffscreenSurface:

Public Member Functions

 QOpenVGOffscreenSurface (const QSize &size)
 ~QOpenVGOffscreenSurface ()
void makeCurrent ()
void doneCurrent ()
void swapBuffers ()
VGImage image ()
QSize size () const
QImage readbackQImage ()

Detailed Description

Definition at line 11 of file qopenvgoffscreensurface.h.

Constructor & Destructor Documentation

◆ QOpenVGOffscreenSurface()

QT_BEGIN_NAMESPACE QOpenVGOffscreenSurface::QOpenVGOffscreenSurface ( const QSize & size)

Definition at line 12 of file qopenvgoffscreensurface.cpp.

◆ ~QOpenVGOffscreenSurface()

QOpenVGOffscreenSurface::~QOpenVGOffscreenSurface ( )

Definition at line 46 of file qopenvgoffscreensurface.cpp.

Member Function Documentation

◆ doneCurrent()

void QOpenVGOffscreenSurface::doneCurrent ( )

Definition at line 65 of file qopenvgoffscreensurface.cpp.

Referenced by QSGOpenVGGlyphNode::render(), and QSGOpenVGInternalRectangleNode::render().

Here is the caller graph for this function:

◆ image()

VGImage QOpenVGOffscreenSurface::image ( )
inline

Definition at line 21 of file qopenvgoffscreensurface.h.

◆ makeCurrent()

void QOpenVGOffscreenSurface::makeCurrent ( )

Definition at line 53 of file qopenvgoffscreensurface.cpp.

Referenced by QSGOpenVGGlyphNode::render(), and QSGOpenVGInternalRectangleNode::render().

Here is the caller graph for this function:

◆ readbackQImage()

QImage QOpenVGOffscreenSurface::readbackQImage ( )

Definition at line 81 of file qopenvgoffscreensurface.cpp.

◆ size()

QSize QOpenVGOffscreenSurface::size ( ) const
inline

Definition at line 22 of file qopenvgoffscreensurface.h.

◆ swapBuffers()

void QOpenVGOffscreenSurface::swapBuffers ( )

Definition at line 76 of file qopenvgoffscreensurface.cpp.


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