#ifndef PYTHONQTWRAPPER_QDESKTOPWIDGET_H #define PYTHONQTWRAPPER_QDESKTOPWIDGET_H #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include class PythonQtWrapper_QDesktopWidget : public QObject { Q_OBJECT public: public slots: QDesktopWidget* new_QDesktopWidget(); void delete_QDesktopWidget(QDesktopWidget* obj) { delete obj; } const QRect availableGeometry(QDesktopWidget* theWrappedObject, const QPoint& point) const; const QRect availableGeometry(QDesktopWidget* theWrappedObject, const QWidget* widget) const; const QRect availableGeometry(QDesktopWidget* theWrappedObject, int screen = -1) const; bool isVirtualDesktop(QDesktopWidget* theWrappedObject) const; int numScreens(QDesktopWidget* theWrappedObject) const; int primaryScreen(QDesktopWidget* theWrappedObject) const; QWidget* screen(QDesktopWidget* theWrappedObject, int screen = -1); const QRect screenGeometry(QDesktopWidget* theWrappedObject, const QPoint& point) const; const QRect screenGeometry(QDesktopWidget* theWrappedObject, const QWidget* widget) const; const QRect screenGeometry(QDesktopWidget* theWrappedObject, int screen = -1) const; int screenNumber(QDesktopWidget* theWrappedObject, const QPoint& arg__1) const; int screenNumber(QDesktopWidget* theWrappedObject, const QWidget* widget = 0) const; }; #endif // PYTHONQTWRAPPER_QDESKTOPWIDGET_H