#ifndef PYTHONQTWRAPPER_QRUBBERBAND_H #define PYTHONQTWRAPPER_QRUBBERBAND_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 #include class PythonQtShell_QRubberBand : public QRubberBand { public: PythonQtShell_QRubberBand(QRubberBand::Shape arg__1, QWidget* arg__2 = 0):QRubberBand(arg__1, arg__2),_wrapper(NULL) {}; virtual void actionEvent(QActionEvent* arg__1); virtual void changeEvent(QEvent* arg__1); virtual void childEvent(QChildEvent* arg__1); virtual void closeEvent(QCloseEvent* arg__1); virtual void contextMenuEvent(QContextMenuEvent* arg__1); virtual void customEvent(QEvent* arg__1); virtual int devType() const; virtual void dragEnterEvent(QDragEnterEvent* arg__1); virtual void dragLeaveEvent(QDragLeaveEvent* arg__1); virtual void dragMoveEvent(QDragMoveEvent* arg__1); virtual void dropEvent(QDropEvent* arg__1); virtual void enterEvent(QEvent* arg__1); virtual bool event(QEvent* e); virtual bool eventFilter(QObject* arg__1, QEvent* arg__2); virtual void focusInEvent(QFocusEvent* arg__1); virtual bool focusNextPrevChild(bool next); virtual void focusOutEvent(QFocusEvent* arg__1); virtual int heightForWidth(int arg__1) const; virtual void hideEvent(QHideEvent* arg__1); virtual void inputMethodEvent(QInputMethodEvent* arg__1); virtual QVariant inputMethodQuery(Qt::InputMethodQuery arg__1) const; virtual void keyPressEvent(QKeyEvent* arg__1); virtual void keyReleaseEvent(QKeyEvent* arg__1); virtual void languageChange(); virtual void leaveEvent(QEvent* arg__1); virtual int metric(QPaintDevice::PaintDeviceMetric arg__1) const; virtual QSize minimumSizeHint() const; virtual void mouseDoubleClickEvent(QMouseEvent* arg__1); virtual void mouseMoveEvent(QMouseEvent* arg__1); virtual void mousePressEvent(QMouseEvent* arg__1); virtual void mouseReleaseEvent(QMouseEvent* arg__1); virtual void moveEvent(QMoveEvent* arg__1); virtual QPaintEngine* paintEngine() const; virtual void paintEvent(QPaintEvent* arg__1); virtual void resizeEvent(QResizeEvent* arg__1); virtual void showEvent(QShowEvent* arg__1); virtual QSize sizeHint() const; virtual void tabletEvent(QTabletEvent* arg__1); virtual void timerEvent(QTimerEvent* arg__1); virtual void wheelEvent(QWheelEvent* arg__1); PythonQtInstanceWrapper* _wrapper; }; class PythonQtPublicPromoter_QRubberBand : public QRubberBand { public: inline void promoted_resizeEvent(QResizeEvent* arg__1) { QRubberBand::resizeEvent(arg__1); } inline void promoted_paintEvent(QPaintEvent* arg__1) { QRubberBand::paintEvent(arg__1); } inline bool promoted_event(QEvent* e) { return QRubberBand::event(e); } inline void promoted_changeEvent(QEvent* arg__1) { QRubberBand::changeEvent(arg__1); } inline void promoted_showEvent(QShowEvent* arg__1) { QRubberBand::showEvent(arg__1); } inline void promoted_moveEvent(QMoveEvent* arg__1) { QRubberBand::moveEvent(arg__1); } }; class PythonQtWrapper_QRubberBand : public QObject { Q_OBJECT public: Q_ENUMS(Shape ) enum Shape{ Line = QRubberBand::Line, Rectangle = QRubberBand::Rectangle}; public slots: QRubberBand* new_QRubberBand(QRubberBand::Shape arg__1, QWidget* arg__2 = 0); void delete_QRubberBand(QRubberBand* obj) { delete obj; } void setGeometry(QRubberBand* theWrappedObject, const QRect& r); void move(QRubberBand* theWrappedObject, const QPoint& p); void resize(QRubberBand* theWrappedObject, const QSize& s); void resizeEvent(QRubberBand* theWrappedObject, QResizeEvent* arg__1); QRubberBand::Shape shape(QRubberBand* theWrappedObject) const; void setGeometry(QRubberBand* theWrappedObject, int x, int y, int w, int h); void resize(QRubberBand* theWrappedObject, int w, int h); void paintEvent(QRubberBand* theWrappedObject, QPaintEvent* arg__1); void move(QRubberBand* theWrappedObject, int x, int y); bool event(QRubberBand* theWrappedObject, QEvent* e); void changeEvent(QRubberBand* theWrappedObject, QEvent* arg__1); void showEvent(QRubberBand* theWrappedObject, QShowEvent* arg__1); void moveEvent(QRubberBand* theWrappedObject, QMoveEvent* arg__1); }; #endif // PYTHONQTWRAPPER_QRUBBERBAND_H