Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QXcbEglNativeInterfaceHandler Class Reference

#include <qxcbeglnativeinterfacehandler.h>

+ Inheritance diagram for QXcbEglNativeInterfaceHandler:
+ Collaboration diagram for QXcbEglNativeInterfaceHandler:

Public Types

enum  ResourceType { EglDisplay , EglContext , EglConfig }
 

Public Member Functions

 QXcbEglNativeInterfaceHandler (QXcbNativeInterface *nativeInterface)
 
QPlatformNativeInterface::NativeResourceForIntegrationFunction nativeResourceFunctionForIntegration (const QByteArray &resource) const override
 
QPlatformNativeInterface::NativeResourceForContextFunction nativeResourceFunctionForContext (const QByteArray &resource) const override
 
QPlatformNativeInterface::NativeResourceForWindowFunction nativeResourceFunctionForWindow (const QByteArray &resource) const override
 
- Public Member Functions inherited from QXcbNativeInterfaceHandler
 QXcbNativeInterfaceHandler (QXcbNativeInterface *nativeInterface)
 
virtual ~QXcbNativeInterfaceHandler ()
 
virtual QPlatformNativeInterface::NativeResourceForScreenFunction nativeResourceFunctionForScreen (const QByteArray &resource) const
 
virtual QPlatformNativeInterface::NativeResourceForBackingStoreFunction nativeResourceFunctionForBackingStore (const QByteArray &resource) const
 
virtual QFunctionPointer platformFunction (const QByteArray &function) const
 

Additional Inherited Members

- Protected Attributes inherited from QXcbNativeInterfaceHandler
QXcbNativeInterfacem_native_interface
 

Detailed Description

Definition at line 11 of file qxcbeglnativeinterfacehandler.h.

Member Enumeration Documentation

◆ ResourceType

Enumerator
EglDisplay 
EglContext 
EglConfig 

Definition at line 14 of file qxcbeglnativeinterfacehandler.h.

Constructor & Destructor Documentation

◆ QXcbEglNativeInterfaceHandler()

QXcbEglNativeInterfaceHandler::QXcbEglNativeInterfaceHandler ( QXcbNativeInterface * nativeInterface)

Definition at line 32 of file qxcbeglnativeinterfacehandler.cpp.

Member Function Documentation

◆ nativeResourceFunctionForContext()

QPlatformNativeInterface::NativeResourceForContextFunction QXcbEglNativeInterfaceHandler::nativeResourceFunctionForContext ( const QByteArray & resource) const
overridevirtual

Reimplemented from QXcbNativeInterfaceHandler.

Definition at line 47 of file qxcbeglnativeinterfacehandler.cpp.

References EglConfig, EglContext, and resourceType().

+ Here is the call graph for this function:

◆ nativeResourceFunctionForIntegration()

QPlatformNativeInterface::NativeResourceForIntegrationFunction QXcbEglNativeInterfaceHandler::nativeResourceFunctionForIntegration ( const QByteArray & resource) const
overridevirtual

Reimplemented from QXcbNativeInterfaceHandler.

Definition at line 37 of file qxcbeglnativeinterfacehandler.cpp.

References EglDisplay, and resourceType().

+ Here is the call graph for this function:

◆ nativeResourceFunctionForWindow()

QPlatformNativeInterface::NativeResourceForWindowFunction QXcbEglNativeInterfaceHandler::nativeResourceFunctionForWindow ( const QByteArray & resource) const
overridevirtual

Reimplemented from QXcbNativeInterfaceHandler.

Definition at line 60 of file qxcbeglnativeinterfacehandler.cpp.

References EglDisplay, and resourceType().

+ Here is the call graph for this function:

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