42 #ifndef QBBINTEGRATION_H 43 #define QBBINTEGRATION_H 45 #include <QtGui/QPlatformIntegration> 47 #include <screen/screen.h> 54 class QBBLocaleThread;
81 #ifndef QT_NO_CLIPBOARD 115 #endif // QBBINTEGRATION_H
QPlatformFontDatabase * mFontDb
QBBLocaleThread * mLocaleThread
#define QT_END_NAMESPACE
This macro expands to.
QPointer< QWidget > widget
QBBNativeInterface * mNativeInterface
void createDisplay(screen_display_t display, int screenIndex)
virtual QList< QPlatformScreen * > screens() const
Accessor function to a list of all the screens on the current system.
virtual void moveToScreen(QWidget *window, int screen)
This function is called when a QWidget is displayed on screen, or the QWidget is to be displayed on a...
QBBAbstractVirtualKeyboard * mVirtualKeyboard
QBBButtonEventNotifier * mButtonsNotifier
virtual bool hasCapability(QPlatformIntegration::Capability cap) const
virtual ~QBBIntegration()
QList< QPlatformScreen * > mScreens
virtual QPixmapData * createPixmapData(QPixmapData::PixelType type) const
Factory function for QPixmapData.
#define QT_BEGIN_NAMESPACE
This macro expands to.
Q_GUI_EXPORT EGLDisplay display()
QBBScreenEventThread * mScreenEventThread
virtual QPlatformFontDatabase * fontDatabase() const
Accessor for the platform integrations fontdatabase.
QBBScreen * screenForNative(screen_display_t screen) const
The QWindowSurface class provides the drawing area for top-level windows.
virtual QPlatformNativeInterface * nativeInterface() const
QBBScreen * primaryDisplay() const
virtual QWindowSurface * createWindowSurface(QWidget *widget, WId winId) const
Factory function for QWindowSurface.
virtual void setCursorPos(int x, int y)
QBBBpsEventFilter * mBpsEventFilter
QBBScreenEventHandler * mScreenEventHandler
void removeDisplay(QBBScreen *screen)
QBBScreen * screenForWindow(screen_window_t window) const
QBBNavigatorEventHandler * mNavigatorEventHandler
QBBNavigatorEventNotifier * mNavigatorEventNotifier
screen_context_t mContext
virtual QPlatformClipboard * clipboard() const
Accessor for the platform integrations clipboard.
bool paintUsingOpenGL() const
virtual QPlatformWindow * createPlatformWindow(QWidget *widget, WId winId) const
Factory function for QPlatformWindow.
The QList class is a template class that provides lists.