Qt 4.8
Public Functions | List of all members
QPlatformNativeInterface Class Reference

#include <qplatformnativeinterface_qpa.h>

Inheritance diagram for QPlatformNativeInterface:
QBBNativeInterface QWaylandNativeInterface QXcbNativeInterface QXlibNativeInterface

Public Functions

virtual void * nativeResourceForWidget (const QByteArray &resource, QWidget *widget)
 

Detailed Description

Definition at line 55 of file qplatformnativeinterface_qpa.h.

Functions

◆ nativeResourceForWidget()

void * QPlatformNativeInterface::nativeResourceForWidget ( const QByteArray resource,
QWidget widget 
)
virtual

Reimplemented in QXcbNativeInterface, QXlibNativeInterface, QBBNativeInterface, and QWaylandNativeInterface.

Definition at line 46 of file qplatformnativeinterface_qpa.cpp.

47 {
48  Q_UNUSED(resource);
49  Q_UNUSED(widget);
50  return 0;
51 }
#define Q_UNUSED(x)
Indicates to the compiler that the parameter with the specified name is not used in the body of a fun...
Definition: qglobal.h:1729

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