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
QOpenGLContextData Struct Reference

#include <qwindowsglcontext.h>

Collaboration diagram for QOpenGLContextData:

Public Member Functions

 QOpenGLContextData (HGLRC r, HWND h, HDC d)
 QOpenGLContextData ()

Public Attributes

HGLRC renderingContext = nullptr
HWND hwnd = nullptr
HDC hdc = nullptr

Detailed Description

Definition at line 37 of file qwindowsglcontext.h.

Constructor & Destructor Documentation

◆ QOpenGLContextData() [1/2]

QOpenGLContextData::QOpenGLContextData ( HGLRC r,
HWND h,
HDC d )
inline

Definition at line 39 of file qwindowsglcontext.h.

◆ QOpenGLContextData() [2/2]

QOpenGLContextData::QOpenGLContextData ( )
inline

Definition at line 40 of file qwindowsglcontext.h.

Member Data Documentation

◆ hdc

HDC QOpenGLContextData::hdc = nullptr

Definition at line 44 of file qwindowsglcontext.h.

◆ hwnd

HWND QOpenGLContextData::hwnd = nullptr

Definition at line 43 of file qwindowsglcontext.h.

◆ renderingContext

HGLRC QOpenGLContextData::renderingContext = nullptr

Definition at line 42 of file qwindowsglcontext.h.


The documentation for this struct was generated from the following file: