#include <qbbnativeinterface.h>
Definition at line 51 of file qbbnativeinterface.h.
◆ QBBNativeInterface()
QBBNativeInterface::QBBNativeInterface |
( |
QBBIntegration * |
integration | ) |
|
|
explicit |
◆ nativeResourceForWidget()
void * QBBNativeInterface::nativeResourceForWidget |
( |
const QByteArray & |
resource, |
|
|
QWidget * |
widget |
|
) |
| |
|
virtual |
Reimplemented from QPlatformNativeInterface.
Definition at line 56 of file qbbnativeinterface.cpp.
58 if (resource ==
"windowGroup" && widget) {
59 const QWidget *
const nativeWidget =
61 const screen_window_t
window =
reinterpret_cast<screen_window_t
>(nativeWidget->
winId());
QPointer< QWidget > widget
QSharedPointer< QBBRootWindow > rootWindow() const
QByteArray groupName() const
const char * constData() const
Returns a pointer to the data stored in the byte array.
QBBIntegration * mIntegration
QBBScreen * screenForWindow(screen_window_t window) const
◆ mIntegration
The documentation for this class was generated from the following files: