##// END OF EJS Templates
merged contributions from https://github.com/commontk/PythonQt/compare/svn-mirror...patched changed polymorphichandler char** to const char** git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@204 ea8d5007-eb21-0410-b261-ccb3ea6e24a9

File last commit:

r128:2bd3690c0f37
r165:06bd1a1f31e2
Show More
com_trolltech_qt_gui10.h
2140 lines | 115.0 KiB | text/x-c | CLexer
florianlink
updated to Qt 4.6 API...
r110 #include <PythonQt.h>
#include <QIcon>
#include <QMessageBox>
#include <QObject>
#include <QVariant>
#include <qabstractbutton.h>
#include <qabstractitemdelegate.h>
#include <qabstractitemmodel.h>
#include <qaction.h>
#include <qactiongroup.h>
#include <qapplication.h>
#include <qbitmap.h>
#include <qboxlayout.h>
#include <qbrush.h>
#include <qbytearray.h>
#include <qcoreevent.h>
#include <qcursor.h>
#include <qdatastream.h>
#include <qevent.h>
#include <qfont.h>
#include <qgraphicseffect.h>
#include <qgraphicsproxywidget.h>
#include <qgraphicswidget.h>
#include <qheaderview.h>
#include <qicon.h>
#include <qinputcontext.h>
#include <qitemselectionmodel.h>
#include <qkeysequence.h>
#include <qlayout.h>
#include <qlayoutitem.h>
#include <qline.h>
#include <qlist.h>
#include <qlocale.h>
#include <qmargins.h>
#include <qmatrix.h>
#include <qmatrix4x4.h>
#include <qmenu.h>
#include <qmimedata.h>
#include <qobject.h>
#include <qpaintdevice.h>
#include <qpaintengine.h>
#include <qpainter.h>
#include <qpainterpath.h>
#include <qpalette.h>
#include <qpixmap.h>
#include <qpoint.h>
#include <qpolygon.h>
#include <qrect.h>
#include <qregion.h>
#include <qscrollbar.h>
#include <qsize.h>
#include <qsizepolicy.h>
#include <qstringlist.h>
#include <qstyle.h>
#include <qstyleoption.h>
#include <qtooltip.h>
#include <qtransform.h>
#include <qtreeview.h>
#include <qtreewidget.h>
#include <qundogroup.h>
#include <qundostack.h>
#include <qundoview.h>
#include <qvalidator.h>
#include <qvector2d.h>
#include <qvector3d.h>
#include <qvector4d.h>
#include <qwhatsthis.h>
#include <qwidget.h>
#include <qwidgetaction.h>
#include <qwindowsstyle.h>
#include <qwizard.h>
#include <qworkspace.h>
class PythonQtWrapper_QToolTip : public QObject
{ Q_OBJECT
public:
public slots:
void delete_QToolTip(QToolTip* obj) { delete obj; }
florianlink
updated to improved generator...
r128 QFont static_QToolTip_font();
void static_QToolTip_hideText();
bool static_QToolTip_isVisible();
florianlink
updated to Qt 4.6 API...
r110 QPalette static_QToolTip_palette();
florianlink
updated to improved generator...
r128 void static_QToolTip_setFont(const QFont& arg__1);
florianlink
updated to new operators...
r120 void static_QToolTip_setPalette(const QPalette& arg__1);
florianlink
updated to Qt 4.6 API...
r110 void static_QToolTip_showText(const QPoint& pos, const QString& text, QWidget* w = 0);
florianlink
updated to improved generator...
r128 void static_QToolTip_showText(const QPoint& pos, const QString& text, QWidget* w, const QRect& rect);
florianlink
updated to Qt 4.6 API...
r110 QString static_QToolTip_text();
};
class PythonQtShell_QTouchEvent : public QTouchEvent
{
public:
PythonQtShell_QTouchEvent(QEvent::Type eventType, QTouchEvent::DeviceType deviceType = QTouchEvent::TouchScreen, Qt::KeyboardModifiers modifiers = Qt::NoModifier, Qt::TouchPointStates touchPointStates = 0, const QList<QTouchEvent::TouchPoint >& touchPoints = QList<QTouchEvent::TouchPoint>()):QTouchEvent(eventType, deviceType, modifiers, touchPointStates, touchPoints),_wrapper(NULL) {};
PythonQtInstanceWrapper* _wrapper;
};
class PythonQtWrapper_QTouchEvent : public QObject
{ Q_OBJECT
public:
Q_ENUMS(DeviceType )
enum DeviceType{
TouchScreen = QTouchEvent::TouchScreen, TouchPad = QTouchEvent::TouchPad};
public slots:
QTouchEvent* new_QTouchEvent(QEvent::Type eventType, QTouchEvent::DeviceType deviceType = QTouchEvent::TouchScreen, Qt::KeyboardModifiers modifiers = Qt::NoModifier, Qt::TouchPointStates touchPointStates = 0, const QList<QTouchEvent::TouchPoint >& touchPoints = QList<QTouchEvent::TouchPoint>());
void delete_QTouchEvent(QTouchEvent* obj) { delete obj; }
QTouchEvent::DeviceType deviceType(QTouchEvent* theWrappedObject) const;
florianlink
updated to new operators...
r120 void setDeviceType(QTouchEvent* theWrappedObject, QTouchEvent::DeviceType adeviceType);
void setTouchPointStates(QTouchEvent* theWrappedObject, Qt::TouchPointStates aTouchPointStates);
florianlink
updated to improved generator...
r128 void setTouchPoints(QTouchEvent* theWrappedObject, const QList<QTouchEvent::TouchPoint >& atouchPoints);
florianlink
updated to new operators...
r120 void setWidget(QTouchEvent* theWrappedObject, QWidget* awidget);
florianlink
updated to improved generator...
r128 Qt::TouchPointStates touchPointStates(QTouchEvent* theWrappedObject) const;
const QList<QTouchEvent::TouchPoint >* touchPoints(QTouchEvent* theWrappedObject) const;
QWidget* widget(QTouchEvent* theWrappedObject) const;
florianlink
updated to Qt 4.6 API...
r110 };
class PythonQtWrapper_QTouchEvent_TouchPoint : public QObject
{ Q_OBJECT
public:
public slots:
QTouchEvent::TouchPoint* new_QTouchEvent_TouchPoint(const QTouchEvent::TouchPoint& other);
QTouchEvent::TouchPoint* new_QTouchEvent_TouchPoint(int id = -1);
void delete_QTouchEvent_TouchPoint(QTouchEvent::TouchPoint* obj) { delete obj; }
florianlink
updated to new operators...
r120 int id(QTouchEvent::TouchPoint* theWrappedObject) const;
florianlink
updated to improved generator...
r128 bool isPrimary(QTouchEvent::TouchPoint* theWrappedObject) const;
QPointF lastNormalizedPos(QTouchEvent::TouchPoint* theWrappedObject) const;
QPointF lastPos(QTouchEvent::TouchPoint* theWrappedObject) const;
QPointF lastScenePos(QTouchEvent::TouchPoint* theWrappedObject) const;
QPointF lastScreenPos(QTouchEvent::TouchPoint* theWrappedObject) const;
florianlink
updated to new operators...
r120 QPointF normalizedPos(QTouchEvent::TouchPoint* theWrappedObject) const;
florianlink
updated to improved generator...
r128 QTouchEvent::TouchPoint* operator_assign(QTouchEvent::TouchPoint* theWrappedObject, const QTouchEvent::TouchPoint& other);
florianlink
updated to new operators...
r120 QPointF pos(QTouchEvent::TouchPoint* theWrappedObject) const;
florianlink
updated to improved generator...
r128 qreal pressure(QTouchEvent::TouchPoint* theWrappedObject) const;
QRectF rect(QTouchEvent::TouchPoint* theWrappedObject) const;
QPointF scenePos(QTouchEvent::TouchPoint* theWrappedObject) const;
QRectF sceneRect(QTouchEvent::TouchPoint* theWrappedObject) const;
QPointF screenPos(QTouchEvent::TouchPoint* theWrappedObject) const;
florianlink
updated to Qt 4.6 API...
r110 QRectF screenRect(QTouchEvent::TouchPoint* theWrappedObject) const;
florianlink
updated to improved generator...
r128 void setId(QTouchEvent::TouchPoint* theWrappedObject, int id);
void setLastNormalizedPos(QTouchEvent::TouchPoint* theWrappedObject, const QPointF& lastNormalizedPos);
florianlink
updated to Qt 4.6 API...
r110 void setLastPos(QTouchEvent::TouchPoint* theWrappedObject, const QPointF& lastPos);
florianlink
updated to improved generator...
r128 void setLastScenePos(QTouchEvent::TouchPoint* theWrappedObject, const QPointF& lastScenePos);
void setLastScreenPos(QTouchEvent::TouchPoint* theWrappedObject, const QPointF& lastScreenPos);
void setNormalizedPos(QTouchEvent::TouchPoint* theWrappedObject, const QPointF& normalizedPos);
void setPos(QTouchEvent::TouchPoint* theWrappedObject, const QPointF& pos);
florianlink
updated to new operators...
r120 void setPressure(QTouchEvent::TouchPoint* theWrappedObject, qreal pressure);
florianlink
updated to improved generator...
r128 void setRect(QTouchEvent::TouchPoint* theWrappedObject, const QRectF& rect);
void setScenePos(QTouchEvent::TouchPoint* theWrappedObject, const QPointF& scenePos);
florianlink
updated to new operators...
r120 void setSceneRect(QTouchEvent::TouchPoint* theWrappedObject, const QRectF& sceneRect);
florianlink
updated to improved generator...
r128 void setScreenPos(QTouchEvent::TouchPoint* theWrappedObject, const QPointF& screenPos);
void setScreenRect(QTouchEvent::TouchPoint* theWrappedObject, const QRectF& screenRect);
void setStartNormalizedPos(QTouchEvent::TouchPoint* theWrappedObject, const QPointF& startNormalizedPos);
void setStartPos(QTouchEvent::TouchPoint* theWrappedObject, const QPointF& startPos);
florianlink
updated to Qt 4.6 API...
r110 void setStartScenePos(QTouchEvent::TouchPoint* theWrappedObject, const QPointF& startScenePos);
florianlink
updated to improved generator...
r128 void setStartScreenPos(QTouchEvent::TouchPoint* theWrappedObject, const QPointF& startScreenPos);
void setState(QTouchEvent::TouchPoint* theWrappedObject, Qt::TouchPointStates state);
florianlink
updated to Qt 4.6 API...
r110 QPointF startNormalizedPos(QTouchEvent::TouchPoint* theWrappedObject) const;
florianlink
updated to new operators...
r120 QPointF startPos(QTouchEvent::TouchPoint* theWrappedObject) const;
florianlink
updated to improved generator...
r128 QPointF startScenePos(QTouchEvent::TouchPoint* theWrappedObject) const;
QPointF startScreenPos(QTouchEvent::TouchPoint* theWrappedObject) const;
Qt::TouchPointState state(QTouchEvent::TouchPoint* theWrappedObject) const;
florianlink
updated to Qt 4.6 API...
r110 };
class PythonQtWrapper_QTransform : public QObject
{ Q_OBJECT
public:
Q_ENUMS(TransformationType )
enum TransformationType{
TxNone = QTransform::TxNone, TxTranslate = QTransform::TxTranslate, TxScale = QTransform::TxScale, TxRotate = QTransform::TxRotate, TxShear = QTransform::TxShear, TxProject = QTransform::TxProject};
public slots:
QTransform* new_QTransform();
QTransform* new_QTransform(const QMatrix& mtx);
QTransform* new_QTransform(qreal h11, qreal h12, qreal h13, qreal h21, qreal h22, qreal h23, qreal h31, qreal h32, qreal h33 = 1.0);
QTransform* new_QTransform(qreal h11, qreal h12, qreal h21, qreal h22, qreal dx, qreal dy);
QTransform* new_QTransform(const QTransform& other) {
QTransform* a = new QTransform();
*((QTransform*)a) = other;
return a; }
void delete_QTransform(QTransform* obj) { delete obj; }
florianlink
updated to improved generator...
r128 QTransform adjoint(QTransform* theWrappedObject) const;
qreal det(QTransform* theWrappedObject) const;
qreal determinant(QTransform* theWrappedObject) const;
qreal dx(QTransform* theWrappedObject) const;
qreal dy(QTransform* theWrappedObject) const;
QTransform static_QTransform_fromScale(qreal dx, qreal dy);
QTransform static_QTransform_fromTranslate(qreal dx, qreal dy);
QTransform inverted(QTransform* theWrappedObject, bool* invertible = 0) const;
bool isAffine(QTransform* theWrappedObject) const;
bool isIdentity(QTransform* theWrappedObject) const;
bool isInvertible(QTransform* theWrappedObject) const;
florianlink
updated to Qt 4.6 API...
r110 bool isRotating(QTransform* theWrappedObject) const;
florianlink
updated to improved generator...
r128 bool isScaling(QTransform* theWrappedObject) const;
bool isTranslating(QTransform* theWrappedObject) const;
qreal m11(QTransform* theWrappedObject) const;
qreal m12(QTransform* theWrappedObject) const;
florianlink
updated to new operators...
r120 qreal m13(QTransform* theWrappedObject) const;
florianlink
updated to Qt 4.6 API...
r110 qreal m21(QTransform* theWrappedObject) const;
qreal m22(QTransform* theWrappedObject) const;
qreal m23(QTransform* theWrappedObject) const;
florianlink
updated to improved generator...
r128 qreal m31(QTransform* theWrappedObject) const;
qreal m32(QTransform* theWrappedObject) const;
qreal m33(QTransform* theWrappedObject) const;
QLine map(QTransform* theWrappedObject, const QLine& l) const;
florianlink
updated to new operators...
r120 QLineF map(QTransform* theWrappedObject, const QLineF& l) const;
florianlink
updated to Qt 4.6 API...
r110 QPainterPath map(QTransform* theWrappedObject, const QPainterPath& p) const;
florianlink
updated to new operators...
r120 QPoint map(QTransform* theWrappedObject, const QPoint& p) const;
florianlink
updated to improved generator...
r128 QPointF map(QTransform* theWrappedObject, const QPointF& p) const;
QPolygon map(QTransform* theWrappedObject, const QPolygon& a) const;
QPolygonF map(QTransform* theWrappedObject, const QPolygonF& a) const;
QRegion map(QTransform* theWrappedObject, const QRegion& r) const;
void map(QTransform* theWrappedObject, qreal x, qreal y, qreal* tx, qreal* ty) const;
florianlink
updated to new operators...
r120 QRect mapRect(QTransform* theWrappedObject, const QRect& arg__1) const;
florianlink
updated to improved generator...
r128 QRectF mapRect(QTransform* theWrappedObject, const QRectF& arg__1) const;
florianlink
updated to Qt 4.6 API...
r110 QPolygon mapToPolygon(QTransform* theWrappedObject, const QRect& r) const;
florianlink
updated to improved generator...
r128 bool __ne__(QTransform* theWrappedObject, const QTransform& arg__1) const;
QTransform multiplied(QTransform* theWrappedObject, const QTransform& o) const;
QTransform __mul__(QTransform* theWrappedObject, qreal n);
QTransform* __imul__(QTransform* theWrappedObject, const QTransform& arg__1);
QTransform* __imul__(QTransform* theWrappedObject, qreal div);
florianlink
updated to Qt 4.6 API...
r110 QTransform __add__(QTransform* theWrappedObject, qreal n);
florianlink
updated to improved generator...
r128 QTransform* __iadd__(QTransform* theWrappedObject, qreal div);
florianlink
updated to Qt 4.6 API...
r110 QTransform __sub__(QTransform* theWrappedObject, qreal n);
florianlink
updated to improved generator...
r128 QTransform* __isub__(QTransform* theWrappedObject, qreal div);
florianlink
updated to Qt 4.6 API...
r110 QTransform __div__(QTransform* theWrappedObject, qreal n);
florianlink
updated to improved generator...
r128 QTransform* __idiv__(QTransform* theWrappedObject, qreal div);
florianlink
updated to Qt 4.6 API...
r110 void writeTo(QTransform* theWrappedObject, QDataStream& arg__1);
florianlink
updated to improved generator...
r128 bool __eq__(QTransform* theWrappedObject, const QTransform& arg__1) const;
florianlink
updated to Qt 4.6 API...
r110 void readFrom(QTransform* theWrappedObject, QDataStream& arg__1);
florianlink
updated to improved generator...
r128 bool static_QTransform_quadToQuad(const QPolygonF& one, const QPolygonF& two, QTransform& result);
bool static_QTransform_quadToSquare(const QPolygonF& quad, QTransform& result);
void reset(QTransform* theWrappedObject);
QTransform* rotate(QTransform* theWrappedObject, qreal a, Qt::Axis axis = Qt::ZAxis);
QTransform* rotateRadians(QTransform* theWrappedObject, qreal a, Qt::Axis axis = Qt::ZAxis);
QTransform* scale(QTransform* theWrappedObject, qreal sx, qreal sy);
void setMatrix(QTransform* theWrappedObject, qreal m11, qreal m12, qreal m13, qreal m21, qreal m22, qreal m23, qreal m31, qreal m32, qreal m33);
QTransform* shear(QTransform* theWrappedObject, qreal sh, qreal sv);
bool static_QTransform_squareToQuad(const QPolygonF& square, QTransform& result);
const QMatrix* toAffine(QTransform* theWrappedObject) const;
QTransform* translate(QTransform* theWrappedObject, qreal dx, qreal dy);
QTransform transposed(QTransform* theWrappedObject) const;
QTransform::TransformationType type(QTransform* theWrappedObject) const;
florianlink
update with new py_ naming and field getters/setters...
r117 QString py_toString(QTransform*);
florianlink
updated to Qt 4.6 API...
r110 };
class PythonQtShell_QTreeView : public QTreeView
{
public:
PythonQtShell_QTreeView(QWidget* parent = 0):QTreeView(parent),_wrapper(NULL) {};
florianlink
updated to improved generator...
r128 virtual void actionEvent(QActionEvent* arg__1);
virtual void changeEvent(QEvent* arg__1);
virtual void childEvent(QChildEvent* arg__1);
virtual void closeEditor(QWidget* editor, QAbstractItemDelegate::EndEditHint hint);
virtual void closeEvent(QCloseEvent* arg__1);
virtual void commitData(QWidget* editor);
virtual void contextMenuEvent(QContextMenuEvent* arg__1);
virtual void currentChanged(const QModelIndex& current, const QModelIndex& previous);
virtual void customEvent(QEvent* arg__1);
virtual void dataChanged(const QModelIndex& topLeft, const QModelIndex& bottomRight);
virtual int devType() const;
virtual void doItemsLayout();
virtual void dragEnterEvent(QDragEnterEvent* event);
virtual void dragLeaveEvent(QDragLeaveEvent* event);
virtual void dragMoveEvent(QDragMoveEvent* event);
virtual void drawBranches(QPainter* painter, const QRect& rect, const QModelIndex& index) const;
virtual void drawRow(QPainter* painter, const QStyleOptionViewItem& options, const QModelIndex& index) const;
virtual void dropEvent(QDropEvent* event);
virtual bool edit(const QModelIndex& index, QAbstractItemView::EditTrigger trigger, QEvent* event);
virtual void editorDestroyed(QObject* editor);
virtual void enterEvent(QEvent* arg__1);
virtual bool event(QEvent* event);
virtual bool eventFilter(QObject* arg__1, QEvent* arg__2);
virtual void focusInEvent(QFocusEvent* event);
virtual bool focusNextPrevChild(bool next);
virtual void focusOutEvent(QFocusEvent* event);
virtual int heightForWidth(int arg__1) const;
virtual void hideEvent(QHideEvent* arg__1);
virtual int horizontalOffset() const;
virtual void horizontalScrollbarAction(int action);
virtual void horizontalScrollbarValueChanged(int value);
virtual QModelIndex indexAt(const QPoint& p) const;
virtual void inputMethodEvent(QInputMethodEvent* event);
virtual QVariant inputMethodQuery(Qt::InputMethodQuery query) const;
florianlink
updated to new operators...
r120 virtual bool isIndexHidden(const QModelIndex& index) const;
florianlink
updated to Qt 4.6 API...
r110 virtual void keyPressEvent(QKeyEvent* event);
florianlink
updated to improved generator...
r128 virtual void keyReleaseEvent(QKeyEvent* arg__1);
florianlink
updated to new operators...
r120 virtual void keyboardSearch(const QString& search);
florianlink
updated to improved generator...
r128 virtual void languageChange();
virtual void leaveEvent(QEvent* arg__1);
virtual int metric(QPaintDevice::PaintDeviceMetric arg__1) const;
virtual void mouseDoubleClickEvent(QMouseEvent* event);
virtual void mouseMoveEvent(QMouseEvent* event);
florianlink
updated to Qt 4.6 API...
r110 virtual void mousePressEvent(QMouseEvent* event);
florianlink
updated to improved generator...
r128 virtual void mouseReleaseEvent(QMouseEvent* event);
virtual void moveEvent(QMoveEvent* arg__1);
virtual QPaintEngine* paintEngine() const;
virtual void paintEvent(QPaintEvent* event);
florianlink
updated to new operators...
r120 virtual void reset();
florianlink
updated to improved generator...
r128 virtual void resizeEvent(QResizeEvent* event);
florianlink
updated to Qt 4.6 API...
r110 virtual void rowsAboutToBeRemoved(const QModelIndex& parent, int start, int end);
florianlink
updated to improved generator...
r128 virtual void rowsInserted(const QModelIndex& parent, int start, int end);
virtual void scrollContentsBy(int dx, int dy);
virtual void scrollTo(const QModelIndex& index, QAbstractItemView::ScrollHint hint = QAbstractItemView::EnsureVisible);
florianlink
updated to new operators...
r120 virtual void selectAll();
florianlink
updated to improved generator...
r128 virtual QList<QModelIndex > selectedIndexes() const;
florianlink
updated to new operators...
r120 virtual void selectionChanged(const QItemSelection& selected, const QItemSelection& deselected);
florianlink
updated to improved generator...
r128 virtual QItemSelectionModel::SelectionFlags selectionCommand(const QModelIndex& index, const QEvent* event) const;
virtual void setModel(QAbstractItemModel* model);
virtual void setRootIndex(const QModelIndex& index);
virtual void setSelection(const QRect& rect, QItemSelectionModel::SelectionFlags command);
virtual void setSelectionModel(QItemSelectionModel* selectionModel);
virtual void showEvent(QShowEvent* arg__1);
florianlink
updated to Qt 4.6 API...
r110 virtual int sizeHintForColumn(int column) const;
florianlink
updated to improved generator...
r128 virtual int sizeHintForRow(int row) const;
virtual void startDrag(Qt::DropActions supportedActions);
virtual void tabletEvent(QTabletEvent* arg__1);
florianlink
updated to new operators...
r120 virtual void timerEvent(QTimerEvent* event);
florianlink
updated to improved generator...
r128 virtual void updateEditorData();
virtual void updateEditorGeometries();
virtual void updateGeometries();
florianlink
updated to new operators...
r120 virtual int verticalOffset() const;
virtual void verticalScrollbarAction(int action);
virtual void verticalScrollbarValueChanged(int value);
florianlink
updated to improved generator...
r128 virtual QStyleOptionViewItem viewOptions() const;
virtual bool viewportEvent(QEvent* event);
virtual QRect visualRect(const QModelIndex& index) const;
virtual QRegion visualRegionForSelection(const QItemSelection& selection) const;
florianlink
updated to Qt 4.6 API...
r110 virtual void wheelEvent(QWheelEvent* arg__1);
PythonQtInstanceWrapper* _wrapper;
};
class PythonQtPublicPromoter_QTreeView : public QTreeView
{ public:
florianlink
updated to improved generator...
r128 inline void promoted_currentChanged(const QModelIndex& current, const QModelIndex& previous) { QTreeView::currentChanged(current, previous); }
inline void promoted_dataChanged(const QModelIndex& topLeft, const QModelIndex& bottomRight) { QTreeView::dataChanged(topLeft, bottomRight); }
inline void promoted_doItemsLayout() { QTreeView::doItemsLayout(); }
inline void promoted_dragMoveEvent(QDragMoveEvent* event) { QTreeView::dragMoveEvent(event); }
inline void promoted_drawBranches(QPainter* painter, const QRect& rect, const QModelIndex& index) const { QTreeView::drawBranches(painter, rect, index); }
inline void promoted_drawRow(QPainter* painter, const QStyleOptionViewItem& options, const QModelIndex& index) const { QTreeView::drawRow(painter, options, index); }
inline int promoted_horizontalOffset() const { return QTreeView::horizontalOffset(); }
inline void promoted_horizontalScrollbarAction(int action) { QTreeView::horizontalScrollbarAction(action); }
inline QModelIndex promoted_indexAt(const QPoint& p) const { return QTreeView::indexAt(p); }
florianlink
updated to new operators...
r120 inline bool promoted_isIndexHidden(const QModelIndex& index) const { return QTreeView::isIndexHidden(index); }
florianlink
updated to Qt 4.6 API...
r110 inline void promoted_keyPressEvent(QKeyEvent* event) { QTreeView::keyPressEvent(event); }
florianlink
updated to new operators...
r120 inline void promoted_keyboardSearch(const QString& search) { QTreeView::keyboardSearch(search); }
florianlink
updated to improved generator...
r128 inline void promoted_mouseDoubleClickEvent(QMouseEvent* event) { QTreeView::mouseDoubleClickEvent(event); }
inline void promoted_mouseMoveEvent(QMouseEvent* event) { QTreeView::mouseMoveEvent(event); }
florianlink
updated to Qt 4.6 API...
r110 inline void promoted_mousePressEvent(QMouseEvent* event) { QTreeView::mousePressEvent(event); }
florianlink
updated to improved generator...
r128 inline void promoted_mouseReleaseEvent(QMouseEvent* event) { QTreeView::mouseReleaseEvent(event); }
inline void promoted_paintEvent(QPaintEvent* event) { QTreeView::paintEvent(event); }
florianlink
updated to new operators...
r120 inline void promoted_reset() { QTreeView::reset(); }
florianlink
updated to Qt 4.6 API...
r110 inline void promoted_rowsAboutToBeRemoved(const QModelIndex& parent, int start, int end) { QTreeView::rowsAboutToBeRemoved(parent, start, end); }
florianlink
updated to improved generator...
r128 inline void promoted_rowsInserted(const QModelIndex& parent, int start, int end) { QTreeView::rowsInserted(parent, start, end); }
inline void promoted_scrollContentsBy(int dx, int dy) { QTreeView::scrollContentsBy(dx, dy); }
inline void promoted_scrollTo(const QModelIndex& index, QAbstractItemView::ScrollHint hint = QAbstractItemView::EnsureVisible) { QTreeView::scrollTo(index, hint); }
florianlink
updated to new operators...
r120 inline void promoted_selectAll() { QTreeView::selectAll(); }
florianlink
updated to improved generator...
r128 inline QList<QModelIndex > promoted_selectedIndexes() const { return QTreeView::selectedIndexes(); }
florianlink
updated to new operators...
r120 inline void promoted_selectionChanged(const QItemSelection& selected, const QItemSelection& deselected) { QTreeView::selectionChanged(selected, deselected); }
florianlink
updated to improved generator...
r128 inline void promoted_setModel(QAbstractItemModel* model) { QTreeView::setModel(model); }
inline void promoted_setRootIndex(const QModelIndex& index) { QTreeView::setRootIndex(index); }
inline void promoted_setSelection(const QRect& rect, QItemSelectionModel::SelectionFlags command) { QTreeView::setSelection(rect, command); }
inline void promoted_setSelectionModel(QItemSelectionModel* selectionModel) { QTreeView::setSelectionModel(selectionModel); }
florianlink
updated to Qt 4.6 API...
r110 inline int promoted_sizeHintForColumn(int column) const { return QTreeView::sizeHintForColumn(column); }
florianlink
updated to new operators...
r120 inline void promoted_timerEvent(QTimerEvent* event) { QTreeView::timerEvent(event); }
florianlink
updated to improved generator...
r128 inline void promoted_updateGeometries() { QTreeView::updateGeometries(); }
florianlink
updated to new operators...
r120 inline int promoted_verticalOffset() const { return QTreeView::verticalOffset(); }
florianlink
updated to improved generator...
r128 inline bool promoted_viewportEvent(QEvent* event) { return QTreeView::viewportEvent(event); }
inline QRect promoted_visualRect(const QModelIndex& index) const { return QTreeView::visualRect(index); }
inline QRegion promoted_visualRegionForSelection(const QItemSelection& selection) const { return QTreeView::visualRegionForSelection(selection); }
florianlink
updated to Qt 4.6 API...
r110 };
class PythonQtWrapper_QTreeView : public QObject
{ Q_OBJECT
public:
public slots:
QTreeView* new_QTreeView(QWidget* parent = 0);
void delete_QTreeView(QTreeView* obj) { delete obj; }
bool allColumnsShowFocus(QTreeView* theWrappedObject) const;
florianlink
updated to improved generator...
r128 int autoExpandDelay(QTreeView* theWrappedObject) const;
int columnAt(QTreeView* theWrappedObject, int x) const;
int columnViewportPosition(QTreeView* theWrappedObject, int column) const;
int columnWidth(QTreeView* theWrappedObject, int column) const;
void currentChanged(QTreeView* theWrappedObject, const QModelIndex& current, const QModelIndex& previous);
void dataChanged(QTreeView* theWrappedObject, const QModelIndex& topLeft, const QModelIndex& bottomRight);
void doItemsLayout(QTreeView* theWrappedObject);
void dragMoveEvent(QTreeView* theWrappedObject, QDragMoveEvent* event);
void drawBranches(QTreeView* theWrappedObject, QPainter* painter, const QRect& rect, const QModelIndex& index) const;
void drawRow(QTreeView* theWrappedObject, QPainter* painter, const QStyleOptionViewItem& options, const QModelIndex& index) const;
bool expandsOnDoubleClick(QTreeView* theWrappedObject) const;
QHeaderView* header(QTreeView* theWrappedObject) const;
int horizontalOffset(QTreeView* theWrappedObject) const;
void horizontalScrollbarAction(QTreeView* theWrappedObject, int action);
int indentation(QTreeView* theWrappedObject) const;
florianlink
updated to Qt 4.6 API...
r110 QModelIndex indexAbove(QTreeView* theWrappedObject, const QModelIndex& index) const;
florianlink
updated to improved generator...
r128 QModelIndex indexAt(QTreeView* theWrappedObject, const QPoint& p) const;
QModelIndex indexBelow(QTreeView* theWrappedObject, const QModelIndex& index) const;
bool isAnimated(QTreeView* theWrappedObject) const;
bool isColumnHidden(QTreeView* theWrappedObject, int column) const;
bool isExpanded(QTreeView* theWrappedObject, const QModelIndex& index) const;
bool isFirstColumnSpanned(QTreeView* theWrappedObject, int row, const QModelIndex& parent) const;
florianlink
updated to Qt 4.6 API...
r110 bool isHeaderHidden(QTreeView* theWrappedObject) const;
florianlink
updated to improved generator...
r128 bool isIndexHidden(QTreeView* theWrappedObject, const QModelIndex& index) const;
bool isRowHidden(QTreeView* theWrappedObject, int row, const QModelIndex& parent) const;
florianlink
updated to Qt 4.6 API...
r110 bool isSortingEnabled(QTreeView* theWrappedObject) const;
florianlink
updated to improved generator...
r128 bool itemsExpandable(QTreeView* theWrappedObject) const;
void keyPressEvent(QTreeView* theWrappedObject, QKeyEvent* event);
void keyboardSearch(QTreeView* theWrappedObject, const QString& search);
void mouseDoubleClickEvent(QTreeView* theWrappedObject, QMouseEvent* event);
void mouseMoveEvent(QTreeView* theWrappedObject, QMouseEvent* event);
void mousePressEvent(QTreeView* theWrappedObject, QMouseEvent* event);
void mouseReleaseEvent(QTreeView* theWrappedObject, QMouseEvent* event);
void paintEvent(QTreeView* theWrappedObject, QPaintEvent* event);
florianlink
updated to new operators...
r120 void reset(QTreeView* theWrappedObject);
florianlink
updated to improved generator...
r128 bool rootIsDecorated(QTreeView* theWrappedObject) const;
florianlink
updated to new operators...
r120 void rowsAboutToBeRemoved(QTreeView* theWrappedObject, const QModelIndex& parent, int start, int end);
florianlink
updated to improved generator...
r128 void rowsInserted(QTreeView* theWrappedObject, const QModelIndex& parent, int start, int end);
void scrollContentsBy(QTreeView* theWrappedObject, int dx, int dy);
void scrollTo(QTreeView* theWrappedObject, const QModelIndex& index, QAbstractItemView::ScrollHint hint = QAbstractItemView::EnsureVisible);
florianlink
updated to Qt 4.6 API...
r110 void selectAll(QTreeView* theWrappedObject);
florianlink
updated to improved generator...
r128 QList<QModelIndex > selectedIndexes(QTreeView* theWrappedObject) const;
florianlink
updated to new operators...
r120 void selectionChanged(QTreeView* theWrappedObject, const QItemSelection& selected, const QItemSelection& deselected);
void setAllColumnsShowFocus(QTreeView* theWrappedObject, bool enable);
florianlink
updated to Qt 4.6 API...
r110 void setAnimated(QTreeView* theWrappedObject, bool enable);
florianlink
updated to improved generator...
r128 void setAutoExpandDelay(QTreeView* theWrappedObject, int delay);
void setColumnHidden(QTreeView* theWrappedObject, int column, bool hide);
florianlink
updated to Qt 4.6 API...
r110 void setColumnWidth(QTreeView* theWrappedObject, int column, int width);
florianlink
updated to improved generator...
r128 void setExpanded(QTreeView* theWrappedObject, const QModelIndex& index, bool expand);
void setExpandsOnDoubleClick(QTreeView* theWrappedObject, bool enable);
void setFirstColumnSpanned(QTreeView* theWrappedObject, int row, const QModelIndex& parent, bool span);
void setHeader(QTreeView* theWrappedObject, QHeaderView* header);
void setHeaderHidden(QTreeView* theWrappedObject, bool hide);
void setIndentation(QTreeView* theWrappedObject, int i);
void setItemsExpandable(QTreeView* theWrappedObject, bool enable);
void setModel(QTreeView* theWrappedObject, QAbstractItemModel* model);
void setRootIndex(QTreeView* theWrappedObject, const QModelIndex& index);
void setRootIsDecorated(QTreeView* theWrappedObject, bool show);
void setRowHidden(QTreeView* theWrappedObject, int row, const QModelIndex& parent, bool hide);
void setSelection(QTreeView* theWrappedObject, const QRect& rect, QItemSelectionModel::SelectionFlags command);
void setSelectionModel(QTreeView* theWrappedObject, QItemSelectionModel* selectionModel);
void setSortingEnabled(QTreeView* theWrappedObject, bool enable);
void setUniformRowHeights(QTreeView* theWrappedObject, bool uniform);
void setWordWrap(QTreeView* theWrappedObject, bool on);
florianlink
updated to new operators...
r120 int sizeHintForColumn(QTreeView* theWrappedObject, int column) const;
void sortByColumn(QTreeView* theWrappedObject, int column, Qt::SortOrder order);
florianlink
updated to improved generator...
r128 void timerEvent(QTreeView* theWrappedObject, QTimerEvent* event);
florianlink
updated to new operators...
r120 bool uniformRowHeights(QTreeView* theWrappedObject) const;
florianlink
updated to improved generator...
r128 void updateGeometries(QTreeView* theWrappedObject);
florianlink
updated to new operators...
r120 int verticalOffset(QTreeView* theWrappedObject) const;
florianlink
updated to improved generator...
r128 bool viewportEvent(QTreeView* theWrappedObject, QEvent* event);
QRect visualRect(QTreeView* theWrappedObject, const QModelIndex& index) const;
QRegion visualRegionForSelection(QTreeView* theWrappedObject, const QItemSelection& selection) const;
bool wordWrap(QTreeView* theWrappedObject) const;
florianlink
updated to Qt 4.6 API...
r110 };
class PythonQtShell_QTreeWidget : public QTreeWidget
{
public:
PythonQtShell_QTreeWidget(QWidget* parent = 0):QTreeWidget(parent),_wrapper(NULL) {};
florianlink
updated to improved generator...
r128 virtual void actionEvent(QActionEvent* arg__1);
virtual void changeEvent(QEvent* arg__1);
virtual void childEvent(QChildEvent* arg__1);
virtual void closeEditor(QWidget* editor, QAbstractItemDelegate::EndEditHint hint);
virtual void closeEvent(QCloseEvent* arg__1);
virtual void commitData(QWidget* editor);
virtual void contextMenuEvent(QContextMenuEvent* arg__1);
virtual void currentChanged(const QModelIndex& current, const QModelIndex& previous);
virtual void customEvent(QEvent* arg__1);
virtual void dataChanged(const QModelIndex& topLeft, const QModelIndex& bottomRight);
virtual int devType() const;
virtual void doItemsLayout();
virtual void dragEnterEvent(QDragEnterEvent* event);
virtual void dragLeaveEvent(QDragLeaveEvent* event);
virtual void dragMoveEvent(QDragMoveEvent* event);
virtual void drawBranches(QPainter* painter, const QRect& rect, const QModelIndex& index) const;
virtual void drawRow(QPainter* painter, const QStyleOptionViewItem& options, const QModelIndex& index) const;
florianlink
updated to Qt 4.6 API...
r110 virtual void dropEvent(QDropEvent* event);
florianlink
updated to improved generator...
r128 virtual bool dropMimeData(QTreeWidgetItem* parent, int index, const QMimeData* data, Qt::DropAction action);
virtual bool edit(const QModelIndex& index, QAbstractItemView::EditTrigger trigger, QEvent* event);
virtual void editorDestroyed(QObject* editor);
virtual void enterEvent(QEvent* arg__1);
florianlink
updated to Qt 4.6 API...
r110 virtual bool event(QEvent* e);
florianlink
updated to improved generator...
r128 virtual bool eventFilter(QObject* arg__1, QEvent* arg__2);
virtual void focusInEvent(QFocusEvent* event);
virtual bool focusNextPrevChild(bool next);
virtual void focusOutEvent(QFocusEvent* event);
virtual int heightForWidth(int arg__1) const;
virtual void hideEvent(QHideEvent* arg__1);
virtual int horizontalOffset() const;
virtual void horizontalScrollbarAction(int action);
virtual void horizontalScrollbarValueChanged(int value);
virtual QModelIndex indexAt(const QPoint& p) const;
virtual void inputMethodEvent(QInputMethodEvent* event);
virtual QVariant inputMethodQuery(Qt::InputMethodQuery query) const;
virtual bool isIndexHidden(const QModelIndex& index) const;
florianlink
updated to Qt 4.6 API...
r110 virtual void keyPressEvent(QKeyEvent* event);
florianlink
updated to improved generator...
r128 virtual void keyReleaseEvent(QKeyEvent* arg__1);
florianlink
updated to new operators...
r120 virtual void keyboardSearch(const QString& search);
florianlink
updated to improved generator...
r128 virtual void languageChange();
virtual void leaveEvent(QEvent* arg__1);
virtual int metric(QPaintDevice::PaintDeviceMetric arg__1) const;
virtual QMimeData* mimeData(const QList<QTreeWidgetItem* > items) const;
virtual QStringList mimeTypes() const;
virtual void mouseDoubleClickEvent(QMouseEvent* event);
virtual void mouseMoveEvent(QMouseEvent* event);
virtual void mousePressEvent(QMouseEvent* event);
virtual void mouseReleaseEvent(QMouseEvent* event);
virtual void moveEvent(QMoveEvent* arg__1);
virtual QPaintEngine* paintEngine() const;
virtual void paintEvent(QPaintEvent* event);
florianlink
updated to new operators...
r120 virtual void reset();
florianlink
updated to improved generator...
r128 virtual void resizeEvent(QResizeEvent* event);
florianlink
updated to new operators...
r120 virtual void rowsAboutToBeRemoved(const QModelIndex& parent, int start, int end);
virtual void rowsInserted(const QModelIndex& parent, int start, int end);
florianlink
updated to improved generator...
r128 virtual void scrollContentsBy(int dx, int dy);
virtual void scrollTo(const QModelIndex& index, QAbstractItemView::ScrollHint hint);
virtual void selectAll();
virtual QList<QModelIndex > selectedIndexes() const;
virtual void selectionChanged(const QItemSelection& selected, const QItemSelection& deselected);
virtual QItemSelectionModel::SelectionFlags selectionCommand(const QModelIndex& index, const QEvent* event) const;
virtual void setRootIndex(const QModelIndex& index);
virtual void setSelection(const QRect& rect, QItemSelectionModel::SelectionFlags command);
virtual void setSelectionModel(QItemSelectionModel* selectionModel);
virtual void showEvent(QShowEvent* arg__1);
virtual int sizeHintForColumn(int column) const;
florianlink
updated to Qt 4.6 API...
r110 virtual int sizeHintForRow(int row) const;
florianlink
updated to improved generator...
r128 virtual void startDrag(Qt::DropActions supportedActions);
virtual Qt::DropActions supportedDropActions() const;
virtual void tabletEvent(QTabletEvent* arg__1);
virtual void timerEvent(QTimerEvent* event);
florianlink
updated to new operators...
r120 virtual void updateEditorData();
virtual void updateEditorGeometries();
florianlink
updated to improved generator...
r128 virtual void updateGeometries();
virtual int verticalOffset() const;
florianlink
updated to new operators...
r120 virtual void verticalScrollbarAction(int action);
virtual void verticalScrollbarValueChanged(int value);
florianlink
updated to improved generator...
r128 virtual QStyleOptionViewItem viewOptions() const;
virtual bool viewportEvent(QEvent* event);
virtual QRect visualRect(const QModelIndex& index) const;
virtual QRegion visualRegionForSelection(const QItemSelection& selection) const;
florianlink
updated to Qt 4.6 API...
r110 virtual void wheelEvent(QWheelEvent* arg__1);
PythonQtInstanceWrapper* _wrapper;
};
class PythonQtPublicPromoter_QTreeWidget : public QTreeWidget
{ public:
inline void promoted_dropEvent(QDropEvent* event) { QTreeWidget::dropEvent(event); }
florianlink
updated to improved generator...
r128 inline bool promoted_dropMimeData(QTreeWidgetItem* parent, int index, const QMimeData* data, Qt::DropAction action) { return QTreeWidget::dropMimeData(parent, index, data, action); }
florianlink
updated to Qt 4.6 API...
r110 inline bool promoted_event(QEvent* e) { return QTreeWidget::event(e); }
florianlink
updated to new operators...
r120 inline QStringList promoted_mimeTypes() const { return QTreeWidget::mimeTypes(); }
florianlink
updated to improved generator...
r128 inline void promoted_setSelectionModel(QItemSelectionModel* selectionModel) { QTreeWidget::setSelectionModel(selectionModel); }
inline Qt::DropActions promoted_supportedDropActions() const { return QTreeWidget::supportedDropActions(); }
florianlink
updated to Qt 4.6 API...
r110 };
class PythonQtWrapper_QTreeWidget : public QObject
{ Q_OBJECT
public:
public slots:
QTreeWidget* new_QTreeWidget(QWidget* parent = 0);
void delete_QTreeWidget(QTreeWidget* obj) { delete obj; }
florianlink
updated to improved generator...
r128 void addTopLevelItem(QTreeWidget* theWrappedObject, QTreeWidgetItem* item);
florianlink
updated to new operators...
r120 void addTopLevelItems(QTreeWidget* theWrappedObject, const QList<QTreeWidgetItem* >& items);
florianlink
updated to improved generator...
r128 void closePersistentEditor(QTreeWidget* theWrappedObject, QTreeWidgetItem* item, int column = 0);
int columnCount(QTreeWidget* theWrappedObject) const;
florianlink
updated to new operators...
r120 int currentColumn(QTreeWidget* theWrappedObject) const;
florianlink
updated to Qt 4.6 API...
r110 QTreeWidgetItem* currentItem(QTreeWidget* theWrappedObject) const;
florianlink
updated to improved generator...
r128 void dropEvent(QTreeWidget* theWrappedObject, QDropEvent* event);
bool dropMimeData(QTreeWidget* theWrappedObject, QTreeWidgetItem* parent, int index, const QMimeData* data, Qt::DropAction action);
void editItem(QTreeWidget* theWrappedObject, QTreeWidgetItem* item, int column = 0);
bool event(QTreeWidget* theWrappedObject, QEvent* e);
florianlink
updated to Qt 4.6 API...
r110 QList<QTreeWidgetItem* > findItems(QTreeWidget* theWrappedObject, const QString& text, Qt::MatchFlags flags, int column = 0) const;
florianlink
updated to improved generator...
r128 QTreeWidgetItem* headerItem(QTreeWidget* theWrappedObject) const;
florianlink
updated to new operators...
r120 int indexOfTopLevelItem(QTreeWidget* theWrappedObject, QTreeWidgetItem* item) const;
florianlink
updated to improved generator...
r128 void insertTopLevelItem(QTreeWidget* theWrappedObject, int index, QTreeWidgetItem* item);
void insertTopLevelItems(QTreeWidget* theWrappedObject, int index, const QList<QTreeWidgetItem* >& items);
QTreeWidgetItem* invisibleRootItem(QTreeWidget* theWrappedObject) const;
bool isFirstItemColumnSpanned(QTreeWidget* theWrappedObject, const QTreeWidgetItem* item) const;
QTreeWidgetItem* itemAbove(QTreeWidget* theWrappedObject, const QTreeWidgetItem* item) const;
florianlink
updated to Qt 4.6 API...
r110 QTreeWidgetItem* itemAt(QTreeWidget* theWrappedObject, const QPoint& p) const;
florianlink
updated to improved generator...
r128 QTreeWidgetItem* itemAt(QTreeWidget* theWrappedObject, int x, int y) const;
florianlink
updated to Qt 4.6 API...
r110 QTreeWidgetItem* itemBelow(QTreeWidget* theWrappedObject, const QTreeWidgetItem* item) const;
florianlink
updated to improved generator...
r128 QWidget* itemWidget(QTreeWidget* theWrappedObject, QTreeWidgetItem* item, int column) const;
QStringList mimeTypes(QTreeWidget* theWrappedObject) const;
void openPersistentEditor(QTreeWidget* theWrappedObject, QTreeWidgetItem* item, int column = 0);
florianlink
updated to new operators...
r120 void removeItemWidget(QTreeWidget* theWrappedObject, QTreeWidgetItem* item, int column);
florianlink
updated to improved generator...
r128 QList<QTreeWidgetItem* > selectedItems(QTreeWidget* theWrappedObject) const;
florianlink
updated to Qt 4.6 API...
r110 void setColumnCount(QTreeWidget* theWrappedObject, int columns);
florianlink
updated to improved generator...
r128 void setCurrentItem(QTreeWidget* theWrappedObject, QTreeWidgetItem* item);
void setCurrentItem(QTreeWidget* theWrappedObject, QTreeWidgetItem* item, int column);
void setCurrentItem(QTreeWidget* theWrappedObject, QTreeWidgetItem* item, int column, QItemSelectionModel::SelectionFlags command);
void setFirstItemColumnSpanned(QTreeWidget* theWrappedObject, const QTreeWidgetItem* item, bool span);
void setHeaderItem(QTreeWidget* theWrappedObject, QTreeWidgetItem* item);
void setHeaderLabel(QTreeWidget* theWrappedObject, const QString& label);
void setHeaderLabels(QTreeWidget* theWrappedObject, const QStringList& labels);
void setItemWidget(QTreeWidget* theWrappedObject, QTreeWidgetItem* item, int column, QWidget* widget);
void setSelectionModel(QTreeWidget* theWrappedObject, QItemSelectionModel* selectionModel);
int sortColumn(QTreeWidget* theWrappedObject) const;
void sortItems(QTreeWidget* theWrappedObject, int column, Qt::SortOrder order);
Qt::DropActions supportedDropActions(QTreeWidget* theWrappedObject) const;
florianlink
updated to Qt 4.6 API...
r110 QTreeWidgetItem* takeTopLevelItem(QTreeWidget* theWrappedObject, int index);
florianlink
updated to improved generator...
r128 QTreeWidgetItem* topLevelItem(QTreeWidget* theWrappedObject, int index) const;
int topLevelItemCount(QTreeWidget* theWrappedObject) const;
QRect visualItemRect(QTreeWidget* theWrappedObject, const QTreeWidgetItem* item) const;
florianlink
updated to Qt 4.6 API...
r110 };
class PythonQtShell_QTreeWidgetItem : public QTreeWidgetItem
{
public:
PythonQtShell_QTreeWidgetItem(QTreeWidget* view, QTreeWidgetItem* after, int type = Type):QTreeWidgetItem(view, after, type),_wrapper(NULL) {};
PythonQtShell_QTreeWidgetItem(QTreeWidget* view, const QStringList& strings, int type = Type):QTreeWidgetItem(view, strings, type),_wrapper(NULL) {};
PythonQtShell_QTreeWidgetItem(QTreeWidget* view, int type = Type):QTreeWidgetItem(view, type),_wrapper(NULL) {};
PythonQtShell_QTreeWidgetItem(QTreeWidgetItem* parent, QTreeWidgetItem* after, int type = Type):QTreeWidgetItem(parent, after, type),_wrapper(NULL) {};
PythonQtShell_QTreeWidgetItem(QTreeWidgetItem* parent, const QStringList& strings, int type = Type):QTreeWidgetItem(parent, strings, type),_wrapper(NULL) {};
PythonQtShell_QTreeWidgetItem(QTreeWidgetItem* parent, int type = Type):QTreeWidgetItem(parent, type),_wrapper(NULL) {};
PythonQtShell_QTreeWidgetItem(const QStringList& strings, int type = Type):QTreeWidgetItem(strings, type),_wrapper(NULL) {};
PythonQtShell_QTreeWidgetItem(int type = Type):QTreeWidgetItem(type),_wrapper(NULL) {};
florianlink
updated to new operators...
r120 virtual QTreeWidgetItem* clone() const;
florianlink
updated to improved generator...
r128 virtual QVariant data(int column, int role) const;
florianlink
updated to new operators...
r120 virtual bool __lt__(const QTreeWidgetItem& other) const;
florianlink
updated to improved generator...
r128 virtual void read(QDataStream& in);
florianlink
updated to Qt 4.6 API...
r110 virtual void setData(int column, int role, const QVariant& value);
florianlink
updated to improved generator...
r128 virtual void write(QDataStream& out) const;
florianlink
updated to Qt 4.6 API...
r110
PythonQtInstanceWrapper* _wrapper;
};
class PythonQtPublicPromoter_QTreeWidgetItem : public QTreeWidgetItem
{ public:
florianlink
updated to new operators...
r120 inline QTreeWidgetItem* promoted_clone() const { return QTreeWidgetItem::clone(); }
florianlink
updated to improved generator...
r128 inline QVariant promoted_data(int column, int role) const { return QTreeWidgetItem::data(column, role); }
florianlink
updated to Qt 4.6 API...
r110 inline void promoted_setData(int column, int role, const QVariant& value) { QTreeWidgetItem::setData(column, role, value); }
};
class PythonQtWrapper_QTreeWidgetItem : public QObject
{ Q_OBJECT
public:
Q_ENUMS(ItemType ChildIndicatorPolicy )
enum ItemType{
Type = QTreeWidgetItem::Type, UserType = QTreeWidgetItem::UserType};
enum ChildIndicatorPolicy{
ShowIndicator = QTreeWidgetItem::ShowIndicator, DontShowIndicator = QTreeWidgetItem::DontShowIndicator, DontShowIndicatorWhenChildless = QTreeWidgetItem::DontShowIndicatorWhenChildless};
public slots:
QTreeWidgetItem* new_QTreeWidgetItem(QTreeWidget* view, QTreeWidgetItem* after, int type = Type);
QTreeWidgetItem* new_QTreeWidgetItem(QTreeWidget* view, const QStringList& strings, int type = Type);
QTreeWidgetItem* new_QTreeWidgetItem(QTreeWidget* view, int type = Type);
QTreeWidgetItem* new_QTreeWidgetItem(QTreeWidgetItem* parent, QTreeWidgetItem* after, int type = Type);
QTreeWidgetItem* new_QTreeWidgetItem(QTreeWidgetItem* parent, const QStringList& strings, int type = Type);
QTreeWidgetItem* new_QTreeWidgetItem(QTreeWidgetItem* parent, int type = Type);
QTreeWidgetItem* new_QTreeWidgetItem(const QStringList& strings, int type = Type);
QTreeWidgetItem* new_QTreeWidgetItem(int type = Type);
void delete_QTreeWidgetItem(QTreeWidgetItem* obj) { delete obj; }
florianlink
update with new py_ naming and field getters/setters...
r117 bool py_hasOwner(QTreeWidgetItem* theWrappedObject) { return theWrappedObject->treeWidget()!=NULL || theWrappedObject->parent()!=NULL; }
florianlink
updated to improved generator...
r128 void addChild(QTreeWidgetItem* theWrappedObject, QTreeWidgetItem* child);
void addChildren(QTreeWidgetItem* theWrappedObject, const QList<QTreeWidgetItem* >& children);
QBrush background(QTreeWidgetItem* theWrappedObject, int column) const;
Qt::CheckState checkState(QTreeWidgetItem* theWrappedObject, int column) const;
florianlink
updated to new operators...
r120 QTreeWidgetItem* child(QTreeWidgetItem* theWrappedObject, int index) const;
florianlink
updated to improved generator...
r128 int childCount(QTreeWidgetItem* theWrappedObject) const;
QTreeWidgetItem::ChildIndicatorPolicy childIndicatorPolicy(QTreeWidgetItem* theWrappedObject) const;
QTreeWidgetItem* clone(QTreeWidgetItem* theWrappedObject) const;
florianlink
updated to new operators...
r120 int columnCount(QTreeWidgetItem* theWrappedObject) const;
florianlink
updated to Qt 4.6 API...
r110 QVariant data(QTreeWidgetItem* theWrappedObject, int column, int role) const;
florianlink
updated to improved generator...
r128 Qt::ItemFlags flags(QTreeWidgetItem* theWrappedObject) const;
florianlink
updated to new operators...
r120 QFont font(QTreeWidgetItem* theWrappedObject, int column) const;
florianlink
updated to improved generator...
r128 QBrush foreground(QTreeWidgetItem* theWrappedObject, int column) const;
QIcon icon(QTreeWidgetItem* theWrappedObject, int column) const;
int indexOfChild(QTreeWidgetItem* theWrappedObject, QTreeWidgetItem* child) const;
void insertChild(QTreeWidgetItem* theWrappedObject, int index, QTreeWidgetItem* child);
void insertChildren(QTreeWidgetItem* theWrappedObject, int index, const QList<QTreeWidgetItem* >& children);
bool isDisabled(QTreeWidgetItem* theWrappedObject) const;
bool isExpanded(QTreeWidgetItem* theWrappedObject) const;
florianlink
updated to new operators...
r120 bool isFirstColumnSpanned(QTreeWidgetItem* theWrappedObject) const;
florianlink
updated to improved generator...
r128 bool isHidden(QTreeWidgetItem* theWrappedObject) const;
bool isSelected(QTreeWidgetItem* theWrappedObject) const;
void writeTo(QTreeWidgetItem* theWrappedObject, QDataStream& out);
void readFrom(QTreeWidgetItem* theWrappedObject, QDataStream& in);
QTreeWidgetItem* parent(QTreeWidgetItem* theWrappedObject) const;
void removeChild(QTreeWidgetItem* theWrappedObject, QTreeWidgetItem* child);
florianlink
updated to new operators...
r120 void setBackground(QTreeWidgetItem* theWrappedObject, int column, const QBrush& brush);
void setCheckState(QTreeWidgetItem* theWrappedObject, int column, Qt::CheckState state);
florianlink
updated to improved generator...
r128 void setChildIndicatorPolicy(QTreeWidgetItem* theWrappedObject, QTreeWidgetItem::ChildIndicatorPolicy policy);
void setData(QTreeWidgetItem* theWrappedObject, int column, int role, const QVariant& value);
florianlink
updated to new operators...
r120 void setDisabled(QTreeWidgetItem* theWrappedObject, bool disabled);
florianlink
updated to improved generator...
r128 void setExpanded(QTreeWidgetItem* theWrappedObject, bool expand);
void setFirstColumnSpanned(QTreeWidgetItem* theWrappedObject, bool span);
void setFlags(QTreeWidgetItem* theWrappedObject, Qt::ItemFlags flags);
void setFont(QTreeWidgetItem* theWrappedObject, int column, const QFont& font);
void setForeground(QTreeWidgetItem* theWrappedObject, int column, const QBrush& brush);
florianlink
updated to new operators...
r120 void setHidden(QTreeWidgetItem* theWrappedObject, bool hide);
florianlink
updated to improved generator...
r128 void setIcon(QTreeWidgetItem* theWrappedObject, int column, const QIcon& icon);
void setSelected(QTreeWidgetItem* theWrappedObject, bool select);
void setSizeHint(QTreeWidgetItem* theWrappedObject, int column, const QSize& size);
void setStatusTip(QTreeWidgetItem* theWrappedObject, int column, const QString& statusTip);
void setText(QTreeWidgetItem* theWrappedObject, int column, const QString& text);
void setTextAlignment(QTreeWidgetItem* theWrappedObject, int column, int alignment);
void setToolTip(QTreeWidgetItem* theWrappedObject, int column, const QString& toolTip);
void setWhatsThis(QTreeWidgetItem* theWrappedObject, int column, const QString& whatsThis);
QSize sizeHint(QTreeWidgetItem* theWrappedObject, int column) const;
void sortChildren(QTreeWidgetItem* theWrappedObject, int column, Qt::SortOrder order);
QString statusTip(QTreeWidgetItem* theWrappedObject, int column) const;
QTreeWidgetItem* takeChild(QTreeWidgetItem* theWrappedObject, int index);
florianlink
updated to Qt 4.6 API...
r110 QList<QTreeWidgetItem* > takeChildren(QTreeWidgetItem* theWrappedObject);
florianlink
updated to improved generator...
r128 QString text(QTreeWidgetItem* theWrappedObject, int column) const;
int textAlignment(QTreeWidgetItem* theWrappedObject, int column) const;
QString toolTip(QTreeWidgetItem* theWrappedObject, int column) const;
QTreeWidget* treeWidget(QTreeWidgetItem* theWrappedObject) const;
int type(QTreeWidgetItem* theWrappedObject) const;
QString whatsThis(QTreeWidgetItem* theWrappedObject, int column) const;
florianlink
updated to Qt 4.6 API...
r110 };
class PythonQtShell_QUndoCommand : public QUndoCommand
{
public:
PythonQtShell_QUndoCommand(QUndoCommand* parent = 0):QUndoCommand(parent),_wrapper(NULL) {};
PythonQtShell_QUndoCommand(const QString& text, QUndoCommand* parent = 0):QUndoCommand(text, parent),_wrapper(NULL) {};
virtual int id() const;
florianlink
updated to improved generator...
r128 virtual bool mergeWith(const QUndoCommand* other);
florianlink
updated to Qt 4.6 API...
r110 virtual void redo();
florianlink
updated to improved generator...
r128 virtual void undo();
florianlink
updated to Qt 4.6 API...
r110
PythonQtInstanceWrapper* _wrapper;
};
class PythonQtPublicPromoter_QUndoCommand : public QUndoCommand
{ public:
inline int promoted_id() const { return QUndoCommand::id(); }
florianlink
updated to improved generator...
r128 inline bool promoted_mergeWith(const QUndoCommand* other) { return QUndoCommand::mergeWith(other); }
florianlink
updated to Qt 4.6 API...
r110 inline void promoted_redo() { QUndoCommand::redo(); }
florianlink
updated to improved generator...
r128 inline void promoted_undo() { QUndoCommand::undo(); }
florianlink
updated to Qt 4.6 API...
r110 };
class PythonQtWrapper_QUndoCommand : public QObject
{ Q_OBJECT
public:
public slots:
QUndoCommand* new_QUndoCommand(QUndoCommand* parent = 0);
QUndoCommand* new_QUndoCommand(const QString& text, QUndoCommand* parent = 0);
void delete_QUndoCommand(QUndoCommand* obj) { delete obj; }
const QUndoCommand* child(QUndoCommand* theWrappedObject, int index) const;
florianlink
updated to new operators...
r120 int childCount(QUndoCommand* theWrappedObject) const;
int id(QUndoCommand* theWrappedObject) const;
florianlink
updated to improved generator...
r128 bool mergeWith(QUndoCommand* theWrappedObject, const QUndoCommand* other);
florianlink
updated to new operators...
r120 void redo(QUndoCommand* theWrappedObject);
florianlink
updated to improved generator...
r128 void setText(QUndoCommand* theWrappedObject, const QString& text);
QString text(QUndoCommand* theWrappedObject) const;
void undo(QUndoCommand* theWrappedObject);
florianlink
updated to Qt 4.6 API...
r110 };
class PythonQtShell_QUndoGroup : public QUndoGroup
{
public:
PythonQtShell_QUndoGroup(QObject* parent = 0):QUndoGroup(parent),_wrapper(NULL) {};
florianlink
updated to new operators...
r120 virtual void childEvent(QChildEvent* arg__1);
virtual void customEvent(QEvent* arg__1);
florianlink
updated to improved generator...
r128 virtual bool event(QEvent* arg__1);
virtual bool eventFilter(QObject* arg__1, QEvent* arg__2);
florianlink
updated to new operators...
r120 virtual void timerEvent(QTimerEvent* arg__1);
florianlink
updated to Qt 4.6 API...
r110
PythonQtInstanceWrapper* _wrapper;
};
class PythonQtWrapper_QUndoGroup : public QObject
{ Q_OBJECT
public:
public slots:
QUndoGroup* new_QUndoGroup(QObject* parent = 0);
void delete_QUndoGroup(QUndoGroup* obj) { delete obj; }
florianlink
updated to improved generator...
r128 QUndoStack* activeStack(QUndoGroup* theWrappedObject) const;
void addStack(QUndoGroup* theWrappedObject, QUndoStack* stack);
florianlink
updated to Qt 4.6 API...
r110 bool canRedo(QUndoGroup* theWrappedObject) const;
florianlink
updated to improved generator...
r128 bool canUndo(QUndoGroup* theWrappedObject) const;
florianlink
updated to new operators...
r120 QAction* createRedoAction(QUndoGroup* theWrappedObject, QObject* parent, const QString& prefix = QString()) const;
florianlink
updated to improved generator...
r128 QAction* createUndoAction(QUndoGroup* theWrappedObject, QObject* parent, const QString& prefix = QString()) const;
bool isClean(QUndoGroup* theWrappedObject) const;
florianlink
updated to Qt 4.6 API...
r110 QString redoText(QUndoGroup* theWrappedObject) const;
florianlink
updated to improved generator...
r128 void removeStack(QUndoGroup* theWrappedObject, QUndoStack* stack);
florianlink
updated to Qt 4.6 API...
r110 QList<QUndoStack* > stacks(QUndoGroup* theWrappedObject) const;
QString undoText(QUndoGroup* theWrappedObject) const;
};
class PythonQtShell_QUndoStack : public QUndoStack
{
public:
PythonQtShell_QUndoStack(QObject* parent = 0):QUndoStack(parent),_wrapper(NULL) {};
florianlink
updated to new operators...
r120 virtual void childEvent(QChildEvent* arg__1);
virtual void customEvent(QEvent* arg__1);
florianlink
updated to improved generator...
r128 virtual bool event(QEvent* arg__1);
virtual bool eventFilter(QObject* arg__1, QEvent* arg__2);
florianlink
updated to new operators...
r120 virtual void timerEvent(QTimerEvent* arg__1);
florianlink
updated to Qt 4.6 API...
r110
PythonQtInstanceWrapper* _wrapper;
};
class PythonQtWrapper_QUndoStack : public QObject
{ Q_OBJECT
public:
public slots:
QUndoStack* new_QUndoStack(QObject* parent = 0);
void delete_QUndoStack(QUndoStack* obj) { delete obj; }
florianlink
updated to improved generator...
r128 void beginMacro(QUndoStack* theWrappedObject, const QString& text);
florianlink
updated to Qt 4.6 API...
r110 bool canRedo(QUndoStack* theWrappedObject) const;
florianlink
updated to improved generator...
r128 bool canUndo(QUndoStack* theWrappedObject) const;
int cleanIndex(QUndoStack* theWrappedObject) const;
void clear(QUndoStack* theWrappedObject);
florianlink
updated to Qt 4.6 API...
r110 const QUndoCommand* command(QUndoStack* theWrappedObject, int index) const;
florianlink
updated to improved generator...
r128 int count(QUndoStack* theWrappedObject) const;
florianlink
updated to Qt 4.6 API...
r110 QAction* createRedoAction(QUndoStack* theWrappedObject, QObject* parent, const QString& prefix = QString()) const;
florianlink
updated to new operators...
r120 QAction* createUndoAction(QUndoStack* theWrappedObject, QObject* parent, const QString& prefix = QString()) const;
florianlink
updated to improved generator...
r128 void endMacro(QUndoStack* theWrappedObject);
int index(QUndoStack* theWrappedObject) const;
bool isActive(QUndoStack* theWrappedObject) const;
florianlink
updated to Qt 4.6 API...
r110 bool isClean(QUndoStack* theWrappedObject) const;
florianlink
updated to improved generator...
r128 void push(QUndoStack* theWrappedObject, QUndoCommand* cmd);
QString redoText(QUndoStack* theWrappedObject) const;
florianlink
updated to new operators...
r120 void setUndoLimit(QUndoStack* theWrappedObject, int limit);
florianlink
updated to improved generator...
r128 QString text(QUndoStack* theWrappedObject, int idx) const;
florianlink
updated to Qt 4.6 API...
r110 int undoLimit(QUndoStack* theWrappedObject) const;
florianlink
updated to new operators...
r120 QString undoText(QUndoStack* theWrappedObject) const;
florianlink
updated to Qt 4.6 API...
r110 };
class PythonQtShell_QUndoView : public QUndoView
{
public:
PythonQtShell_QUndoView(QUndoGroup* group, QWidget* parent = 0):QUndoView(group, parent),_wrapper(NULL) {};
PythonQtShell_QUndoView(QUndoStack* stack, QWidget* parent = 0):QUndoView(stack, parent),_wrapper(NULL) {};
PythonQtShell_QUndoView(QWidget* parent = 0):QUndoView(parent),_wrapper(NULL) {};
florianlink
updated to improved generator...
r128 virtual void actionEvent(QActionEvent* arg__1);
virtual void changeEvent(QEvent* arg__1);
virtual void childEvent(QChildEvent* arg__1);
virtual void closeEditor(QWidget* editor, QAbstractItemDelegate::EndEditHint hint);
virtual void closeEvent(QCloseEvent* arg__1);
virtual void commitData(QWidget* editor);
virtual void contextMenuEvent(QContextMenuEvent* arg__1);
florianlink
updated to Qt 4.6 API...
r110 virtual void currentChanged(const QModelIndex& current, const QModelIndex& previous);
florianlink
updated to improved generator...
r128 virtual void customEvent(QEvent* arg__1);
virtual void dataChanged(const QModelIndex& topLeft, const QModelIndex& bottomRight);
virtual int devType() const;
virtual void doItemsLayout();
virtual void dragEnterEvent(QDragEnterEvent* event);
virtual void dragLeaveEvent(QDragLeaveEvent* e);
florianlink
updated to Qt 4.6 API...
r110 virtual void dragMoveEvent(QDragMoveEvent* e);
virtual void dropEvent(QDropEvent* e);
florianlink
updated to improved generator...
r128 virtual bool edit(const QModelIndex& index, QAbstractItemView::EditTrigger trigger, QEvent* event);
virtual void editorDestroyed(QObject* editor);
virtual void enterEvent(QEvent* arg__1);
virtual bool event(QEvent* e);
virtual bool eventFilter(QObject* arg__1, QEvent* arg__2);
virtual void focusInEvent(QFocusEvent* event);
virtual bool focusNextPrevChild(bool next);
virtual void focusOutEvent(QFocusEvent* event);
virtual int heightForWidth(int arg__1) const;
virtual void hideEvent(QHideEvent* arg__1);
virtual int horizontalOffset() const;
virtual void horizontalScrollbarAction(int action);
virtual void horizontalScrollbarValueChanged(int value);
virtual QModelIndex indexAt(const QPoint& p) const;
virtual void inputMethodEvent(QInputMethodEvent* event);
virtual QVariant inputMethodQuery(Qt::InputMethodQuery query) const;
virtual bool isIndexHidden(const QModelIndex& index) const;
virtual void keyPressEvent(QKeyEvent* event);
virtual void keyReleaseEvent(QKeyEvent* arg__1);
virtual void keyboardSearch(const QString& search);
virtual void languageChange();
virtual void leaveEvent(QEvent* arg__1);
virtual int metric(QPaintDevice::PaintDeviceMetric arg__1) const;
virtual void mouseDoubleClickEvent(QMouseEvent* event);
florianlink
updated to Qt 4.6 API...
r110 virtual void mouseMoveEvent(QMouseEvent* e);
florianlink
updated to improved generator...
r128 virtual void mousePressEvent(QMouseEvent* event);
florianlink
updated to Qt 4.6 API...
r110 virtual void mouseReleaseEvent(QMouseEvent* e);
florianlink
updated to improved generator...
r128 virtual void moveEvent(QMoveEvent* arg__1);
virtual QPaintEngine* paintEngine() const;
virtual void paintEvent(QPaintEvent* e);
virtual void reset();
virtual void resizeEvent(QResizeEvent* e);
virtual void rowsAboutToBeRemoved(const QModelIndex& parent, int start, int end);
virtual void rowsInserted(const QModelIndex& parent, int start, int end);
virtual void scrollContentsBy(int dx, int dy);
florianlink
updated to new operators...
r120 virtual void scrollTo(const QModelIndex& index, QAbstractItemView::ScrollHint hint);
florianlink
updated to improved generator...
r128 virtual void selectAll();
virtual QList<QModelIndex > selectedIndexes() const;
virtual void selectionChanged(const QItemSelection& selected, const QItemSelection& deselected);
virtual QItemSelectionModel::SelectionFlags selectionCommand(const QModelIndex& index, const QEvent* event) const;
virtual void setModel(QAbstractItemModel* model);
florianlink
updated to new operators...
r120 virtual void setRootIndex(const QModelIndex& index);
florianlink
updated to improved generator...
r128 virtual void setSelection(const QRect& rect, QItemSelectionModel::SelectionFlags command);
florianlink
updated to Qt 4.6 API...
r110 virtual void setSelectionModel(QItemSelectionModel* selectionModel);
florianlink
updated to improved generator...
r128 virtual void showEvent(QShowEvent* arg__1);
virtual int sizeHintForColumn(int column) const;
florianlink
updated to new operators...
r120 virtual int sizeHintForRow(int row) const;
florianlink
updated to improved generator...
r128 virtual void startDrag(Qt::DropActions supportedActions);
virtual void tabletEvent(QTabletEvent* arg__1);
virtual void timerEvent(QTimerEvent* e);
florianlink
updated to Qt 4.6 API...
r110 virtual void updateEditorData();
florianlink
updated to new operators...
r120 virtual void updateEditorGeometries();
florianlink
updated to improved generator...
r128 virtual void updateGeometries();
virtual int verticalOffset() const;
florianlink
updated to new operators...
r120 virtual void verticalScrollbarAction(int action);
virtual void verticalScrollbarValueChanged(int value);
florianlink
updated to improved generator...
r128 virtual QStyleOptionViewItem viewOptions() const;
virtual bool viewportEvent(QEvent* event);
virtual QRect visualRect(const QModelIndex& index) const;
virtual QRegion visualRegionForSelection(const QItemSelection& selection) const;
florianlink
updated to Qt 4.6 API...
r110 virtual void wheelEvent(QWheelEvent* arg__1);
PythonQtInstanceWrapper* _wrapper;
};
class PythonQtWrapper_QUndoView : public QObject
{ Q_OBJECT
public:
public slots:
QUndoView* new_QUndoView(QUndoGroup* group, QWidget* parent = 0);
QUndoView* new_QUndoView(QUndoStack* stack, QWidget* parent = 0);
QUndoView* new_QUndoView(QWidget* parent = 0);
void delete_QUndoView(QUndoView* obj) { delete obj; }
florianlink
updated to improved generator...
r128 QIcon cleanIcon(QUndoView* theWrappedObject) const;
florianlink
updated to Qt 4.6 API...
r110 QString emptyLabel(QUndoView* theWrappedObject) const;
florianlink
updated to improved generator...
r128 QUndoGroup* group(QUndoView* theWrappedObject) const;
florianlink
updated to Qt 4.6 API...
r110 void setCleanIcon(QUndoView* theWrappedObject, const QIcon& icon);
void setEmptyLabel(QUndoView* theWrappedObject, const QString& label);
florianlink
updated to improved generator...
r128 QUndoStack* stack(QUndoView* theWrappedObject) const;
florianlink
updated to Qt 4.6 API...
r110 };
class PythonQtShell_QVBoxLayout : public QVBoxLayout
{
public:
PythonQtShell_QVBoxLayout():QVBoxLayout(),_wrapper(NULL) {};
PythonQtShell_QVBoxLayout(QWidget* parent):QVBoxLayout(parent),_wrapper(NULL) {};
florianlink
updated to new operators...
r120 virtual void addItem(QLayoutItem* arg__1);
florianlink
update with new py_ naming and field getters/setters...
r117 virtual void childEvent(QChildEvent* e);
florianlink
updated to improved generator...
r128 virtual int count() const;
virtual void customEvent(QEvent* arg__1);
florianlink
update with new py_ naming and field getters/setters...
r117 virtual bool event(QEvent* arg__1);
florianlink
updated to Qt 4.6 API...
r110 virtual bool eventFilter(QObject* arg__1, QEvent* arg__2);
florianlink
updated to improved generator...
r128 virtual Qt::Orientations expandingDirections() const;
virtual QRect geometry() const;
virtual int indexOf(QWidget* arg__1) const;
virtual void invalidate();
virtual bool isEmpty() const;
virtual QLayoutItem* itemAt(int arg__1) const;
virtual QLayout* layout();
virtual QSize maximumSize() const;
virtual QSize minimumSize() const;
virtual void setGeometry(const QRect& arg__1);
virtual QLayoutItem* takeAt(int arg__1);
florianlink
updated to new operators...
r120 virtual void timerEvent(QTimerEvent* arg__1);
florianlink
updated to Qt 4.6 API...
r110
PythonQtInstanceWrapper* _wrapper;
};
class PythonQtWrapper_QVBoxLayout : public QObject
{ Q_OBJECT
public:
public slots:
QVBoxLayout* new_QVBoxLayout();
QVBoxLayout* new_QVBoxLayout(QWidget* parent);
void delete_QVBoxLayout(QVBoxLayout* obj) { delete obj; }
};
class PythonQtShell_QValidator : public QValidator
{
public:
PythonQtShell_QValidator(QObject* parent = 0):QValidator(parent),_wrapper(NULL) {};
florianlink
updated to new operators...
r120 virtual void childEvent(QChildEvent* arg__1);
virtual void customEvent(QEvent* arg__1);
florianlink
updated to improved generator...
r128 virtual bool event(QEvent* arg__1);
virtual bool eventFilter(QObject* arg__1, QEvent* arg__2);
virtual void fixup(QString& arg__1) const;
florianlink
updated to new operators...
r120 virtual void timerEvent(QTimerEvent* arg__1);
florianlink
updated to improved generator...
r128 virtual QValidator::State validate(QString& arg__1, int& arg__2) const;
florianlink
updated to Qt 4.6 API...
r110
PythonQtInstanceWrapper* _wrapper;
};
class PythonQtPublicPromoter_QValidator : public QValidator
{ public:
inline void promoted_fixup(QString& arg__1) const { QValidator::fixup(arg__1); }
};
class PythonQtWrapper_QValidator : public QObject
{ Q_OBJECT
public:
Q_ENUMS(State )
enum State{
Invalid = QValidator::Invalid, Intermediate = QValidator::Intermediate, Acceptable = QValidator::Acceptable};
public slots:
QValidator* new_QValidator(QObject* parent = 0);
void delete_QValidator(QValidator* obj) { delete obj; }
void fixup(QValidator* theWrappedObject, QString& arg__1) const;
QLocale locale(QValidator* theWrappedObject) const;
florianlink
updated to improved generator...
r128 void setLocale(QValidator* theWrappedObject, const QLocale& locale);
florianlink
updated to Qt 4.6 API...
r110 };
class PythonQtWrapper_QVector2D : public QObject
{ Q_OBJECT
public:
public slots:
QVector2D* new_QVector2D();
QVector2D* new_QVector2D(const QPoint& point);
QVector2D* new_QVector2D(const QPointF& point);
QVector2D* new_QVector2D(const QVector3D& vector);
QVector2D* new_QVector2D(const QVector4D& vector);
QVector2D* new_QVector2D(qreal xpos, qreal ypos);
QVector2D* new_QVector2D(const QVector2D& other) {
QVector2D* a = new QVector2D();
*((QVector2D*)a) = other;
return a; }
void delete_QVector2D(QVector2D* obj) { delete obj; }
florianlink
updated to new operators...
r120 qreal static_QVector2D_dotProduct(const QVector2D& v1, const QVector2D& v2);
florianlink
updated to improved generator...
r128 bool isNull(QVector2D* theWrappedObject) const;
florianlink
updated to new operators...
r120 qreal length(QVector2D* theWrappedObject) const;
qreal lengthSquared(QVector2D* theWrappedObject) const;
florianlink
updated to improved generator...
r128 void normalize(QVector2D* theWrappedObject);
QVector2D normalized(QVector2D* theWrappedObject) const;
florianlink
updated to new operators...
r120 const QVector2D __mul__(QVector2D* theWrappedObject, const QVector2D& v2);
florianlink
updated to improved generator...
r128 const QVector2D __mul__(QVector2D* theWrappedObject, qreal factor);
QVector2D* __imul__(QVector2D* theWrappedObject, const QVector2D& vector);
QVector2D* __imul__(QVector2D* theWrappedObject, qreal factor);
const QVector2D __add__(QVector2D* theWrappedObject, const QVector2D& v2);
QVector2D* __iadd__(QVector2D* theWrappedObject, const QVector2D& vector);
const QVector2D __sub__(QVector2D* theWrappedObject, const QVector2D& v2);
QVector2D* __isub__(QVector2D* theWrappedObject, const QVector2D& vector);
const QVector2D __div__(QVector2D* theWrappedObject, qreal divisor);
QVector2D* __idiv__(QVector2D* theWrappedObject, qreal divisor);
florianlink
updated to Qt 4.6 API...
r110 void writeTo(QVector2D* theWrappedObject, QDataStream& arg__1);
florianlink
updated to improved generator...
r128 bool __eq__(QVector2D* theWrappedObject, const QVector2D& v2);
florianlink
updated to Qt 4.6 API...
r110 void readFrom(QVector2D* theWrappedObject, QDataStream& arg__1);
florianlink
updated to improved generator...
r128 void setX(QVector2D* theWrappedObject, qreal x);
void setY(QVector2D* theWrappedObject, qreal y);
QPoint toPoint(QVector2D* theWrappedObject) const;
QPointF toPointF(QVector2D* theWrappedObject) const;
QVector3D toVector3D(QVector2D* theWrappedObject) const;
QVector4D toVector4D(QVector2D* theWrappedObject) const;
qreal x(QVector2D* theWrappedObject) const;
qreal y(QVector2D* theWrappedObject) const;
florianlink
update with new py_ naming and field getters/setters...
r117 QString py_toString(QVector2D*);
florianlink
updated to new operators...
r120 bool __nonzero__(QVector2D* obj) { return !obj->isNull(); }
florianlink
updated to Qt 4.6 API...
r110 };
class PythonQtWrapper_QVector3D : public QObject
{ Q_OBJECT
public:
public slots:
QVector3D* new_QVector3D();
QVector3D* new_QVector3D(const QPoint& point);
QVector3D* new_QVector3D(const QPointF& point);
QVector3D* new_QVector3D(const QVector2D& vector);
QVector3D* new_QVector3D(const QVector2D& vector, qreal zpos);
QVector3D* new_QVector3D(const QVector4D& vector);
QVector3D* new_QVector3D(qreal xpos, qreal ypos, qreal zpos);
QVector3D* new_QVector3D(const QVector3D& other) {
QVector3D* a = new QVector3D();
*((QVector3D*)a) = other;
return a; }
void delete_QVector3D(QVector3D* obj) { delete obj; }
QVector3D static_QVector3D_crossProduct(const QVector3D& v1, const QVector3D& v2);
florianlink
updated to improved generator...
r128 qreal distanceToLine(QVector3D* theWrappedObject, const QVector3D& point, const QVector3D& direction) const;
qreal distanceToPlane(QVector3D* theWrappedObject, const QVector3D& plane, const QVector3D& normal) const;
qreal distanceToPlane(QVector3D* theWrappedObject, const QVector3D& plane1, const QVector3D& plane2, const QVector3D& plane3) const;
florianlink
updated to Qt 4.6 API...
r110 qreal static_QVector3D_dotProduct(const QVector3D& v1, const QVector3D& v2);
bool isNull(QVector3D* theWrappedObject) const;
florianlink
updated to improved generator...
r128 qreal length(QVector3D* theWrappedObject) const;
qreal lengthSquared(QVector3D* theWrappedObject) const;
QVector3D static_QVector3D_normal(const QVector3D& v1, const QVector3D& v2);
QVector3D static_QVector3D_normal(const QVector3D& v1, const QVector3D& v2, const QVector3D& v3);
florianlink
updated to Qt 4.6 API...
r110 void normalize(QVector3D* theWrappedObject);
florianlink
updated to improved generator...
r128 QVector3D normalized(QVector3D* theWrappedObject) const;
QVector3D __mul__(QVector3D* theWrappedObject, const QMatrix4x4& matrix);
const QVector3D __mul__(QVector3D* theWrappedObject, const QVector3D& v2);
const QVector3D __mul__(QVector3D* theWrappedObject, qreal factor);
QVector3D* __imul__(QVector3D* theWrappedObject, const QVector3D& vector);
QVector3D* __imul__(QVector3D* theWrappedObject, qreal factor);
florianlink
updated to Qt 4.6 API...
r110 const QVector3D __add__(QVector3D* theWrappedObject, const QVector3D& v2);
florianlink
updated to improved generator...
r128 QVector3D* __iadd__(QVector3D* theWrappedObject, const QVector3D& vector);
florianlink
updated to Qt 4.6 API...
r110 const QVector3D __sub__(QVector3D* theWrappedObject, const QVector3D& v2);
florianlink
updated to improved generator...
r128 QVector3D* __isub__(QVector3D* theWrappedObject, const QVector3D& vector);
florianlink
updated to new operators...
r120 const QVector3D __div__(QVector3D* theWrappedObject, qreal divisor);
florianlink
updated to improved generator...
r128 QVector3D* __idiv__(QVector3D* theWrappedObject, qreal divisor);
florianlink
updated to Qt 4.6 API...
r110 void writeTo(QVector3D* theWrappedObject, QDataStream& arg__1);
florianlink
updated to improved generator...
r128 bool __eq__(QVector3D* theWrappedObject, const QVector3D& v2);
florianlink
updated to Qt 4.6 API...
r110 void readFrom(QVector3D* theWrappedObject, QDataStream& arg__1);
florianlink
updated to improved generator...
r128 void setX(QVector3D* theWrappedObject, qreal x);
void setY(QVector3D* theWrappedObject, qreal y);
void setZ(QVector3D* theWrappedObject, qreal z);
QPoint toPoint(QVector3D* theWrappedObject) const;
QPointF toPointF(QVector3D* theWrappedObject) const;
QVector2D toVector2D(QVector3D* theWrappedObject) const;
QVector4D toVector4D(QVector3D* theWrappedObject) const;
qreal x(QVector3D* theWrappedObject) const;
qreal y(QVector3D* theWrappedObject) const;
qreal z(QVector3D* theWrappedObject) const;
florianlink
update with new py_ naming and field getters/setters...
r117 QString py_toString(QVector3D*);
florianlink
updated to new operators...
r120 bool __nonzero__(QVector3D* obj) { return !obj->isNull(); }
florianlink
updated to Qt 4.6 API...
r110 };
class PythonQtWrapper_QVector4D : public QObject
{ Q_OBJECT
public:
public slots:
QVector4D* new_QVector4D();
QVector4D* new_QVector4D(const QPoint& point);
QVector4D* new_QVector4D(const QPointF& point);
QVector4D* new_QVector4D(const QVector2D& vector);
QVector4D* new_QVector4D(const QVector2D& vector, qreal zpos, qreal wpos);
QVector4D* new_QVector4D(const QVector3D& vector);
QVector4D* new_QVector4D(const QVector3D& vector, qreal wpos);
QVector4D* new_QVector4D(qreal xpos, qreal ypos, qreal zpos, qreal wpos);
QVector4D* new_QVector4D(const QVector4D& other) {
QVector4D* a = new QVector4D();
*((QVector4D*)a) = other;
return a; }
void delete_QVector4D(QVector4D* obj) { delete obj; }
florianlink
updated to new operators...
r120 qreal static_QVector4D_dotProduct(const QVector4D& v1, const QVector4D& v2);
florianlink
updated to improved generator...
r128 bool isNull(QVector4D* theWrappedObject) const;
florianlink
updated to new operators...
r120 qreal length(QVector4D* theWrappedObject) const;
florianlink
updated to improved generator...
r128 qreal lengthSquared(QVector4D* theWrappedObject) const;
void normalize(QVector4D* theWrappedObject);
QVector4D normalized(QVector4D* theWrappedObject) const;
QVector4D __mul__(QVector4D* theWrappedObject, const QMatrix4x4& matrix);
const QVector4D __mul__(QVector4D* theWrappedObject, const QVector4D& v2);
const QVector4D __mul__(QVector4D* theWrappedObject, qreal factor);
QVector4D* __imul__(QVector4D* theWrappedObject, const QVector4D& vector);
QVector4D* __imul__(QVector4D* theWrappedObject, qreal factor);
const QVector4D __add__(QVector4D* theWrappedObject, const QVector4D& v2);
QVector4D* __iadd__(QVector4D* theWrappedObject, const QVector4D& vector);
const QVector4D __sub__(QVector4D* theWrappedObject, const QVector4D& v2);
florianlink
updated to new operators...
r120 QVector4D* __isub__(QVector4D* theWrappedObject, const QVector4D& vector);
florianlink
updated to improved generator...
r128 const QVector4D __div__(QVector4D* theWrappedObject, qreal divisor);
QVector4D* __idiv__(QVector4D* theWrappedObject, qreal divisor);
void writeTo(QVector4D* theWrappedObject, QDataStream& arg__1);
bool __eq__(QVector4D* theWrappedObject, const QVector4D& v2);
void readFrom(QVector4D* theWrappedObject, QDataStream& arg__1);
florianlink
updated to Qt 4.6 API...
r110 void setW(QVector4D* theWrappedObject, qreal w);
florianlink
updated to new operators...
r120 void setX(QVector4D* theWrappedObject, qreal x);
florianlink
updated to improved generator...
r128 void setY(QVector4D* theWrappedObject, qreal y);
florianlink
updated to Qt 4.6 API...
r110 void setZ(QVector4D* theWrappedObject, qreal z);
florianlink
updated to improved generator...
r128 QPoint toPoint(QVector4D* theWrappedObject) const;
florianlink
updated to new operators...
r120 QPointF toPointF(QVector4D* theWrappedObject) const;
QVector2D toVector2D(QVector4D* theWrappedObject) const;
florianlink
updated to Qt 4.6 API...
r110 QVector2D toVector2DAffine(QVector4D* theWrappedObject) const;
florianlink
updated to improved generator...
r128 QVector3D toVector3D(QVector4D* theWrappedObject) const;
QVector3D toVector3DAffine(QVector4D* theWrappedObject) const;
qreal w(QVector4D* theWrappedObject) const;
florianlink
updated to Qt 4.6 API...
r110 qreal x(QVector4D* theWrappedObject) const;
florianlink
updated to improved generator...
r128 qreal y(QVector4D* theWrappedObject) const;
florianlink
updated to new operators...
r120 qreal z(QVector4D* theWrappedObject) const;
florianlink
update with new py_ naming and field getters/setters...
r117 QString py_toString(QVector4D*);
florianlink
updated to new operators...
r120 bool __nonzero__(QVector4D* obj) { return !obj->isNull(); }
florianlink
updated to Qt 4.6 API...
r110 };
class PythonQtWrapper_QWhatsThis : public QObject
{ Q_OBJECT
public:
public slots:
void delete_QWhatsThis(QWhatsThis* obj) { delete obj; }
florianlink
updated to improved generator...
r128 QAction* static_QWhatsThis_createAction(QObject* parent = 0);
florianlink
updated to new operators...
r120 void static_QWhatsThis_enterWhatsThisMode();
florianlink
updated to improved generator...
r128 void static_QWhatsThis_hideText();
florianlink
updated to new operators...
r120 bool static_QWhatsThis_inWhatsThisMode();
florianlink
updated to Qt 4.6 API...
r110 void static_QWhatsThis_leaveWhatsThisMode();
florianlink
updated to new operators...
r120 void static_QWhatsThis_showText(const QPoint& pos, const QString& text, QWidget* w = 0);
florianlink
updated to Qt 4.6 API...
r110 };
class PythonQtWrapper_QWhatsThisClickedEvent : public QObject
{ Q_OBJECT
public:
public slots:
QWhatsThisClickedEvent* new_QWhatsThisClickedEvent(const QString& href);
void delete_QWhatsThisClickedEvent(QWhatsThisClickedEvent* obj) { delete obj; }
QString href(QWhatsThisClickedEvent* theWrappedObject) const;
};
class PythonQtShell_QWheelEvent : public QWheelEvent
{
public:
PythonQtShell_QWheelEvent(const QPoint& pos, const QPoint& globalPos, int delta, Qt::MouseButtons buttons, Qt::KeyboardModifiers modifiers, Qt::Orientation orient = Qt::Vertical):QWheelEvent(pos, globalPos, delta, buttons, modifiers, orient),_wrapper(NULL) {};
PythonQtShell_QWheelEvent(const QPoint& pos, int delta, Qt::MouseButtons buttons, Qt::KeyboardModifiers modifiers, Qt::Orientation orient = Qt::Vertical):QWheelEvent(pos, delta, buttons, modifiers, orient),_wrapper(NULL) {};
PythonQtInstanceWrapper* _wrapper;
};
class PythonQtWrapper_QWheelEvent : public QObject
{ Q_OBJECT
public:
public slots:
QWheelEvent* new_QWheelEvent(const QPoint& pos, const QPoint& globalPos, int delta, Qt::MouseButtons buttons, Qt::KeyboardModifiers modifiers, Qt::Orientation orient = Qt::Vertical);
QWheelEvent* new_QWheelEvent(const QPoint& pos, int delta, Qt::MouseButtons buttons, Qt::KeyboardModifiers modifiers, Qt::Orientation orient = Qt::Vertical);
void delete_QWheelEvent(QWheelEvent* obj) { delete obj; }
florianlink
updated to improved generator...
r128 Qt::MouseButtons buttons(QWheelEvent* theWrappedObject) const;
florianlink
updated to Qt 4.6 API...
r110 int delta(QWheelEvent* theWrappedObject) const;
const QPoint* globalPos(QWheelEvent* theWrappedObject) const;
int globalX(QWheelEvent* theWrappedObject) const;
int globalY(QWheelEvent* theWrappedObject) const;
florianlink
updated to new operators...
r120 Qt::Orientation orientation(QWheelEvent* theWrappedObject) const;
florianlink
updated to improved generator...
r128 const QPoint* pos(QWheelEvent* theWrappedObject) const;
int x(QWheelEvent* theWrappedObject) const;
int y(QWheelEvent* theWrappedObject) const;
florianlink
updated to Qt 4.6 API...
r110 };
class PythonQtShell_QWidget : public QWidget
{
public:
PythonQtShell_QWidget(QWidget* parent = 0, Qt::WindowFlags f = 0):QWidget(parent, f),_wrapper(NULL) {};
florianlink
updated to improved generator...
r128 virtual void actionEvent(QActionEvent* arg__1);
florianlink
updated to new operators...
r120 virtual void changeEvent(QEvent* arg__1);
florianlink
updated to improved generator...
r128 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 enabledChange(bool arg__1);
florianlink
updated to new operators...
r120 virtual void enterEvent(QEvent* arg__1);
florianlink
updated to improved generator...
r128 virtual bool event(QEvent* arg__1);
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 void fontChange(const QFont& arg__1);
virtual int heightForWidth(int arg__1) const;
florianlink
updated to new operators...
r120 virtual void hideEvent(QHideEvent* arg__1);
florianlink
updated to improved generator...
r128 virtual void inputMethodEvent(QInputMethodEvent* arg__1);
virtual QVariant inputMethodQuery(Qt::InputMethodQuery arg__1) const;
virtual void keyPressEvent(QKeyEvent* arg__1);
florianlink
updated to Qt 4.6 API...
r110 virtual void keyReleaseEvent(QKeyEvent* arg__1);
florianlink
updated to improved generator...
r128 virtual void languageChange();
virtual void leaveEvent(QEvent* arg__1);
florianlink
updated to new operators...
r120 virtual int metric(QPaintDevice::PaintDeviceMetric arg__1) const;
florianlink
updated to improved generator...
r128 virtual QSize minimumSizeHint() const;
virtual void mouseDoubleClickEvent(QMouseEvent* arg__1);
florianlink
updated to Qt 4.6 API...
r110 virtual void mouseMoveEvent(QMouseEvent* arg__1);
florianlink
updated to improved generator...
r128 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 paletteChange(const QPalette& arg__1);
florianlink
updated to Qt 4.6 API...
r110 virtual void resizeEvent(QResizeEvent* arg__1);
virtual void setVisible(bool visible);
florianlink
updated to improved generator...
r128 virtual void showEvent(QShowEvent* arg__1);
florianlink
updated to new operators...
r120 virtual QSize sizeHint() const;
florianlink
updated to Qt 4.6 API...
r110 virtual void tabletEvent(QTabletEvent* arg__1);
florianlink
updated to new operators...
r120 virtual void timerEvent(QTimerEvent* arg__1);
florianlink
updated to improved generator...
r128 virtual void wheelEvent(QWheelEvent* arg__1);
virtual void windowActivationChange(bool arg__1);
florianlink
updated to Qt 4.6 API...
r110
PythonQtInstanceWrapper* _wrapper;
};
class PythonQtPublicPromoter_QWidget : public QWidget
{ public:
florianlink
updated to improved generator...
r128 inline void promoted_actionEvent(QActionEvent* arg__1) { QWidget::actionEvent(arg__1); }
florianlink
updated to new operators...
r120 inline void promoted_changeEvent(QEvent* arg__1) { QWidget::changeEvent(arg__1); }
florianlink
updated to improved generator...
r128 inline void promoted_closeEvent(QCloseEvent* arg__1) { QWidget::closeEvent(arg__1); }
inline void promoted_contextMenuEvent(QContextMenuEvent* arg__1) { QWidget::contextMenuEvent(arg__1); }
inline int promoted_devType() const { return QWidget::devType(); }
inline void promoted_dragEnterEvent(QDragEnterEvent* arg__1) { QWidget::dragEnterEvent(arg__1); }
inline void promoted_dragLeaveEvent(QDragLeaveEvent* arg__1) { QWidget::dragLeaveEvent(arg__1); }
inline void promoted_dragMoveEvent(QDragMoveEvent* arg__1) { QWidget::dragMoveEvent(arg__1); }
inline void promoted_dropEvent(QDropEvent* arg__1) { QWidget::dropEvent(arg__1); }
florianlink
updated to new operators...
r120 inline void promoted_enterEvent(QEvent* arg__1) { QWidget::enterEvent(arg__1); }
florianlink
updated to improved generator...
r128 inline bool promoted_event(QEvent* arg__1) { return QWidget::event(arg__1); }
inline void promoted_focusInEvent(QFocusEvent* arg__1) { QWidget::focusInEvent(arg__1); }
inline bool promoted_focusNextPrevChild(bool next) { return QWidget::focusNextPrevChild(next); }
inline void promoted_focusOutEvent(QFocusEvent* arg__1) { QWidget::focusOutEvent(arg__1); }
inline int promoted_heightForWidth(int arg__1) const { return QWidget::heightForWidth(arg__1); }
florianlink
updated to new operators...
r120 inline void promoted_hideEvent(QHideEvent* arg__1) { QWidget::hideEvent(arg__1); }
florianlink
updated to improved generator...
r128 inline void promoted_inputMethodEvent(QInputMethodEvent* arg__1) { QWidget::inputMethodEvent(arg__1); }
inline QVariant promoted_inputMethodQuery(Qt::InputMethodQuery arg__1) const { return QWidget::inputMethodQuery(arg__1); }
inline void promoted_keyPressEvent(QKeyEvent* arg__1) { QWidget::keyPressEvent(arg__1); }
florianlink
updated to Qt 4.6 API...
r110 inline void promoted_keyReleaseEvent(QKeyEvent* arg__1) { QWidget::keyReleaseEvent(arg__1); }
florianlink
updated to improved generator...
r128 inline void promoted_languageChange() { QWidget::languageChange(); }
inline void promoted_leaveEvent(QEvent* arg__1) { QWidget::leaveEvent(arg__1); }
florianlink
updated to new operators...
r120 inline int promoted_metric(QPaintDevice::PaintDeviceMetric arg__1) const { return QWidget::metric(arg__1); }
florianlink
updated to improved generator...
r128 inline QSize promoted_minimumSizeHint() const { return QWidget::minimumSizeHint(); }
inline void promoted_mouseDoubleClickEvent(QMouseEvent* arg__1) { QWidget::mouseDoubleClickEvent(arg__1); }
florianlink
updated to Qt 4.6 API...
r110 inline void promoted_mouseMoveEvent(QMouseEvent* arg__1) { QWidget::mouseMoveEvent(arg__1); }
florianlink
updated to new operators...
r120 inline void promoted_mousePressEvent(QMouseEvent* arg__1) { QWidget::mousePressEvent(arg__1); }
inline void promoted_mouseReleaseEvent(QMouseEvent* arg__1) { QWidget::mouseReleaseEvent(arg__1); }
florianlink
updated to improved generator...
r128 inline void promoted_moveEvent(QMoveEvent* arg__1) { QWidget::moveEvent(arg__1); }
florianlink
updated to Qt 4.6 API...
r110 inline QPaintEngine* promoted_paintEngine() const { return QWidget::paintEngine(); }
florianlink
updated to improved generator...
r128 inline void promoted_paintEvent(QPaintEvent* arg__1) { QWidget::paintEvent(arg__1); }
inline void promoted_resizeEvent(QResizeEvent* arg__1) { QWidget::resizeEvent(arg__1); }
inline void promoted_showEvent(QShowEvent* arg__1) { QWidget::showEvent(arg__1); }
inline QSize promoted_sizeHint() const { return QWidget::sizeHint(); }
inline void promoted_tabletEvent(QTabletEvent* arg__1) { QWidget::tabletEvent(arg__1); }
inline void promoted_wheelEvent(QWheelEvent* arg__1) { QWidget::wheelEvent(arg__1); }
florianlink
updated to Qt 4.6 API...
r110 };
class PythonQtWrapper_QWidget : public QObject
{ Q_OBJECT
public:
Q_ENUMS(RenderFlag )
Q_FLAGS(RenderFlags )
enum RenderFlag{
DrawWindowBackground = QWidget::DrawWindowBackground, DrawChildren = QWidget::DrawChildren, IgnoreMask = QWidget::IgnoreMask};
Q_DECLARE_FLAGS(RenderFlags, RenderFlag)
public slots:
QWidget* new_QWidget(QWidget* parent = 0, Qt::WindowFlags f = 0);
void delete_QWidget(QWidget* obj) { delete obj; }
florianlink
updated to improved generator...
r128 bool acceptDrops(QWidget* theWrappedObject) const;
QString accessibleDescription(QWidget* theWrappedObject) const;
QString accessibleName(QWidget* theWrappedObject) const;
void actionEvent(QWidget* theWrappedObject, QActionEvent* arg__1);
QList<QAction* > actions(QWidget* theWrappedObject) const;
void activateWindow(QWidget* theWrappedObject);
void addAction(QWidget* theWrappedObject, QAction* action);
void addActions(QWidget* theWrappedObject, QList<QAction* > actions);
void adjustSize(QWidget* theWrappedObject);
bool autoFillBackground(QWidget* theWrappedObject) const;
QPalette::ColorRole backgroundRole(QWidget* theWrappedObject) const;
QSize baseSize(QWidget* theWrappedObject) const;
florianlink
updated to new operators...
r120 void changeEvent(QWidget* theWrappedObject, QEvent* arg__1);
florianlink
updated to improved generator...
r128 QWidget* childAt(QWidget* theWrappedObject, const QPoint& p) const;
QWidget* childAt(QWidget* theWrappedObject, int x, int y) const;
QRect childrenRect(QWidget* theWrappedObject) const;
QRegion childrenRegion(QWidget* theWrappedObject) const;
void clearFocus(QWidget* theWrappedObject);
void clearMask(QWidget* theWrappedObject);
void closeEvent(QWidget* theWrappedObject, QCloseEvent* arg__1);
QMargins contentsMargins(QWidget* theWrappedObject) const;
QRect contentsRect(QWidget* theWrappedObject) const;
void contextMenuEvent(QWidget* theWrappedObject, QContextMenuEvent* arg__1);
Qt::ContextMenuPolicy contextMenuPolicy(QWidget* theWrappedObject) const;
void createWinId(QWidget* theWrappedObject);
QCursor cursor(QWidget* theWrappedObject) const;
int devType(QWidget* theWrappedObject) const;
void dragEnterEvent(QWidget* theWrappedObject, QDragEnterEvent* arg__1);
void dragLeaveEvent(QWidget* theWrappedObject, QDragLeaveEvent* arg__1);
void dragMoveEvent(QWidget* theWrappedObject, QDragMoveEvent* arg__1);
void dropEvent(QWidget* theWrappedObject, QDropEvent* arg__1);
WId effectiveWinId(QWidget* theWrappedObject) const;
void ensurePolished(QWidget* theWrappedObject) const;
florianlink
updated to new operators...
r120 void enterEvent(QWidget* theWrappedObject, QEvent* arg__1);
florianlink
updated to improved generator...
r128 bool event(QWidget* theWrappedObject, QEvent* arg__1);
void focusInEvent(QWidget* theWrappedObject, QFocusEvent* arg__1);
bool focusNextPrevChild(QWidget* theWrappedObject, bool next);
void focusOutEvent(QWidget* theWrappedObject, QFocusEvent* arg__1);
Qt::FocusPolicy focusPolicy(QWidget* theWrappedObject) const;
QWidget* focusProxy(QWidget* theWrappedObject) const;
QWidget* focusWidget(QWidget* theWrappedObject) const;
const QFont* font(QWidget* theWrappedObject) const;
QPalette::ColorRole foregroundRole(QWidget* theWrappedObject) const;
QRect frameGeometry(QWidget* theWrappedObject) const;
QSize frameSize(QWidget* theWrappedObject) const;
const QRect* geometry(QWidget* theWrappedObject) const;
florianlink
updated to Qt 4.6 API...
r110 void getContentsMargins(QWidget* theWrappedObject, int* left, int* top, int* right, int* bottom) const;
void grabKeyboard(QWidget* theWrappedObject);
florianlink
updated to improved generator...
r128 void grabMouse(QWidget* theWrappedObject);
void grabMouse(QWidget* theWrappedObject, const QCursor& arg__1);
florianlink
updated to new operators...
r120 int grabShortcut(QWidget* theWrappedObject, const QKeySequence& key, Qt::ShortcutContext context = Qt::WindowShortcut);
florianlink
updated to improved generator...
r128 QGraphicsEffect* graphicsEffect(QWidget* theWrappedObject) const;
QGraphicsProxyWidget* graphicsProxyWidget(QWidget* theWrappedObject) const;
bool hasFocus(QWidget* theWrappedObject) const;
bool hasMouseTracking(QWidget* theWrappedObject) const;
int height(QWidget* theWrappedObject) const;
int heightForWidth(QWidget* theWrappedObject, int arg__1) const;
void hideEvent(QWidget* theWrappedObject, QHideEvent* arg__1);
QInputContext* inputContext(QWidget* theWrappedObject);
florianlink
updated to new operators...
r120 void inputMethodEvent(QWidget* theWrappedObject, QInputMethodEvent* arg__1);
florianlink
updated to improved generator...
r128 Qt::InputMethodHints inputMethodHints(QWidget* theWrappedObject) const;
QVariant inputMethodQuery(QWidget* theWrappedObject, Qt::InputMethodQuery arg__1) const;
void insertAction(QWidget* theWrappedObject, QAction* before, QAction* action);
void insertActions(QWidget* theWrappedObject, QAction* before, QList<QAction* > actions);
florianlink
updated to Qt 4.6 API...
r110 bool isActiveWindow(QWidget* theWrappedObject) const;
florianlink
updated to improved generator...
r128 bool isAncestorOf(QWidget* theWrappedObject, const QWidget* child) const;
bool isEnabled(QWidget* theWrappedObject) const;
bool isEnabledTo(QWidget* theWrappedObject, QWidget* arg__1) const;
florianlink
updated to Qt 4.6 API...
r110 bool isFullScreen(QWidget* theWrappedObject) const;
florianlink
updated to improved generator...
r128 bool isHidden(QWidget* theWrappedObject) const;
bool isLeftToRight(QWidget* theWrappedObject) const;
bool isMaximized(QWidget* theWrappedObject) const;
bool isMinimized(QWidget* theWrappedObject) const;
bool isModal(QWidget* theWrappedObject) const;
bool isRightToLeft(QWidget* theWrappedObject) const;
florianlink
updated to Qt 4.6 API...
r110 bool isVisible(QWidget* theWrappedObject) const;
florianlink
updated to improved generator...
r128 bool isVisibleTo(QWidget* theWrappedObject, QWidget* arg__1) const;
bool isWindow(QWidget* theWrappedObject) const;
bool isWindowModified(QWidget* theWrappedObject) const;
void keyPressEvent(QWidget* theWrappedObject, QKeyEvent* arg__1);
void keyReleaseEvent(QWidget* theWrappedObject, QKeyEvent* arg__1);
QWidget* static_QWidget_keyboardGrabber();
void languageChange(QWidget* theWrappedObject);
florianlink
updated to Qt 4.6 API...
r110 QLayout* layout(QWidget* theWrappedObject) const;
florianlink
updated to improved generator...
r128 Qt::LayoutDirection layoutDirection(QWidget* theWrappedObject) const;
void leaveEvent(QWidget* theWrappedObject, QEvent* arg__1);
QLocale locale(QWidget* theWrappedObject) const;
QPoint mapFrom(QWidget* theWrappedObject, QWidget* arg__1, const QPoint& arg__2) const;
QPoint mapFromGlobal(QWidget* theWrappedObject, const QPoint& arg__1) const;
QPoint mapFromParent(QWidget* theWrappedObject, const QPoint& arg__1) const;
QPoint mapTo(QWidget* theWrappedObject, QWidget* arg__1, const QPoint& arg__2) const;
florianlink
updated to new operators...
r120 QPoint mapToGlobal(QWidget* theWrappedObject, const QPoint& arg__1) const;
florianlink
updated to improved generator...
r128 QPoint mapToParent(QWidget* theWrappedObject, const QPoint& arg__1) const;
florianlink
updated to Qt 4.6 API...
r110 QRegion mask(QWidget* theWrappedObject) const;
florianlink
updated to improved generator...
r128 int maximumHeight(QWidget* theWrappedObject) const;
QSize maximumSize(QWidget* theWrappedObject) const;
int maximumWidth(QWidget* theWrappedObject) const;
int metric(QWidget* theWrappedObject, QPaintDevice::PaintDeviceMetric arg__1) const;
int minimumHeight(QWidget* theWrappedObject) const;
QSize minimumSize(QWidget* theWrappedObject) const;
QSize minimumSizeHint(QWidget* theWrappedObject) const;
int minimumWidth(QWidget* theWrappedObject) const;
void mouseDoubleClickEvent(QWidget* theWrappedObject, QMouseEvent* arg__1);
QWidget* static_QWidget_mouseGrabber();
void mouseMoveEvent(QWidget* theWrappedObject, QMouseEvent* arg__1);
void mousePressEvent(QWidget* theWrappedObject, QMouseEvent* arg__1);
void mouseReleaseEvent(QWidget* theWrappedObject, QMouseEvent* arg__1);
void move(QWidget* theWrappedObject, const QPoint& arg__1);
void move(QWidget* theWrappedObject, int x, int y);
void moveEvent(QWidget* theWrappedObject, QMoveEvent* arg__1);
QWidget* nativeParentWidget(QWidget* theWrappedObject) const;
florianlink
updated to Qt 4.6 API...
r110 QWidget* nextInFocusChain(QWidget* theWrappedObject) const;
florianlink
updated to improved generator...
r128 QRect normalGeometry(QWidget* theWrappedObject) const;
florianlink
updated to Qt 4.6 API...
r110 void overrideWindowFlags(QWidget* theWrappedObject, Qt::WindowFlags type);
florianlink
updated to improved generator...
r128 void overrideWindowState(QWidget* theWrappedObject, Qt::WindowStates state);
QPaintEngine* paintEngine(QWidget* theWrappedObject) const;
void paintEvent(QWidget* theWrappedObject, QPaintEvent* arg__1);
const QPalette* palette(QWidget* theWrappedObject) const;
QWidget* parentWidget(QWidget* theWrappedObject) const;
QPoint pos(QWidget* theWrappedObject) const;
QWidget* previousInFocusChain(QWidget* theWrappedObject) const;
QRect rect(QWidget* theWrappedObject) const;
void releaseKeyboard(QWidget* theWrappedObject);
void releaseMouse(QWidget* theWrappedObject);
void releaseShortcut(QWidget* theWrappedObject, int id);
void removeAction(QWidget* theWrappedObject, QAction* action);
void render(QWidget* theWrappedObject, QPaintDevice* target, const QPoint& targetOffset = QPoint(), const QRegion& sourceRegion = QRegion(), QWidget::RenderFlags renderFlags = QWidget::RenderFlags(DrawWindowBackground | DrawChildren));
void render(QWidget* theWrappedObject, QPainter* painter, const QPoint& targetOffset = QPoint(), const QRegion& sourceRegion = QRegion(), QWidget::RenderFlags renderFlags = QWidget::RenderFlags(DrawWindowBackground | DrawChildren));
void repaint(QWidget* theWrappedObject, const QRect& arg__1);
void repaint(QWidget* theWrappedObject, const QRegion& arg__1);
void repaint(QWidget* theWrappedObject, int x, int y, int w, int h);
void resize(QWidget* theWrappedObject, const QSize& arg__1);
void resize(QWidget* theWrappedObject, int w, int h);
void resizeEvent(QWidget* theWrappedObject, QResizeEvent* arg__1);
bool restoreGeometry(QWidget* theWrappedObject, const QByteArray& geometry);
QByteArray saveGeometry(QWidget* theWrappedObject) const;
void scroll(QWidget* theWrappedObject, int dx, int dy);
void scroll(QWidget* theWrappedObject, int dx, int dy, const QRect& arg__3);
void setAcceptDrops(QWidget* theWrappedObject, bool on);
void setAccessibleDescription(QWidget* theWrappedObject, const QString& description);
void setAccessibleName(QWidget* theWrappedObject, const QString& name);
void setAttribute(QWidget* theWrappedObject, Qt::WidgetAttribute arg__1, bool on = true);
void setAutoFillBackground(QWidget* theWrappedObject, bool enabled);
void setBackgroundRole(QWidget* theWrappedObject, QPalette::ColorRole arg__1);
void setBaseSize(QWidget* theWrappedObject, const QSize& arg__1);
void setBaseSize(QWidget* theWrappedObject, int basew, int baseh);
florianlink
updated to new operators...
r120 void setContentsMargins(QWidget* theWrappedObject, const QMargins& margins);
florianlink
updated to improved generator...
r128 void setContentsMargins(QWidget* theWrappedObject, int left, int top, int right, int bottom);
florianlink
updated to new operators...
r120 void setContextMenuPolicy(QWidget* theWrappedObject, Qt::ContextMenuPolicy policy);
florianlink
updated to improved generator...
r128 void setCursor(QWidget* theWrappedObject, const QCursor& arg__1);
void setFixedHeight(QWidget* theWrappedObject, int h);
void setFixedSize(QWidget* theWrappedObject, const QSize& arg__1);
void setFixedSize(QWidget* theWrappedObject, int w, int h);
void setFixedWidth(QWidget* theWrappedObject, int w);
florianlink
updated to new operators...
r120 void setFocus(QWidget* theWrappedObject, Qt::FocusReason reason);
florianlink
updated to improved generator...
r128 void setFocusPolicy(QWidget* theWrappedObject, Qt::FocusPolicy policy);
void setFocusProxy(QWidget* theWrappedObject, QWidget* arg__1);
florianlink
updated to new operators...
r120 void setFont(QWidget* theWrappedObject, const QFont& arg__1);
florianlink
updated to improved generator...
r128 void setForegroundRole(QWidget* theWrappedObject, QPalette::ColorRole arg__1);
void setGeometry(QWidget* theWrappedObject, const QRect& arg__1);
void setGeometry(QWidget* theWrappedObject, int x, int y, int w, int h);
void setGraphicsEffect(QWidget* theWrappedObject, QGraphicsEffect* effect);
void setInputContext(QWidget* theWrappedObject, QInputContext* arg__1);
florianlink
updated to new operators...
r120 void setInputMethodHints(QWidget* theWrappedObject, Qt::InputMethodHints hints);
florianlink
updated to improved generator...
r128 void setLayout(QWidget* theWrappedObject, QLayout* arg__1);
void setLayoutDirection(QWidget* theWrappedObject, Qt::LayoutDirection direction);
void setLocale(QWidget* theWrappedObject, const QLocale& locale);
void setMask(QWidget* theWrappedObject, const QBitmap& arg__1);
void setMask(QWidget* theWrappedObject, const QRegion& arg__1);
void setMaximumHeight(QWidget* theWrappedObject, int maxh);
florianlink
updated to Qt 4.6 API...
r110 void setMaximumSize(QWidget* theWrappedObject, const QSize& arg__1);
florianlink
updated to improved generator...
r128 void setMaximumSize(QWidget* theWrappedObject, int maxw, int maxh);
void setMaximumWidth(QWidget* theWrappedObject, int maxw);
florianlink
updated to new operators...
r120 void setMinimumHeight(QWidget* theWrappedObject, int minh);
florianlink
updated to improved generator...
r128 void setMinimumSize(QWidget* theWrappedObject, const QSize& arg__1);
void setMinimumSize(QWidget* theWrappedObject, int minw, int minh);
void setMinimumWidth(QWidget* theWrappedObject, int minw);
void setMouseTracking(QWidget* theWrappedObject, bool enable);
void setPalette(QWidget* theWrappedObject, const QPalette& arg__1);
void setParent(QWidget* theWrappedObject, QWidget* parent);
void setParent(QWidget* theWrappedObject, QWidget* parent, Qt::WindowFlags f);
void setShortcutAutoRepeat(QWidget* theWrappedObject, int id, bool enable = true);
void setShortcutEnabled(QWidget* theWrappedObject, int id, bool enable = true);
void setSizeIncrement(QWidget* theWrappedObject, const QSize& arg__1);
void setSizeIncrement(QWidget* theWrappedObject, int w, int h);
florianlink
updated to Qt 4.6 API...
r110 void setSizePolicy(QWidget* theWrappedObject, QSizePolicy arg__1);
florianlink
updated to improved generator...
r128 void setSizePolicy(QWidget* theWrappedObject, QSizePolicy::Policy horizontal, QSizePolicy::Policy vertical);
void setStatusTip(QWidget* theWrappedObject, const QString& arg__1);
void setStyle(QWidget* theWrappedObject, QStyle* arg__1);
void static_QWidget_setTabOrder(QWidget* arg__1, QWidget* arg__2);
void setToolTip(QWidget* theWrappedObject, const QString& arg__1);
void setUpdatesEnabled(QWidget* theWrappedObject, bool enable);
void setWhatsThis(QWidget* theWrappedObject, const QString& arg__1);
void setWindowFilePath(QWidget* theWrappedObject, const QString& filePath);
void setWindowFlags(QWidget* theWrappedObject, Qt::WindowFlags type);
void setWindowIcon(QWidget* theWrappedObject, const QIcon& icon);
void setWindowIconText(QWidget* theWrappedObject, const QString& arg__1);
void setWindowModality(QWidget* theWrappedObject, Qt::WindowModality windowModality);
void setWindowOpacity(QWidget* theWrappedObject, qreal level);
void setWindowRole(QWidget* theWrappedObject, const QString& arg__1);
void setWindowState(QWidget* theWrappedObject, Qt::WindowStates state);
void showEvent(QWidget* theWrappedObject, QShowEvent* arg__1);
QSize size(QWidget* theWrappedObject) const;
QSize sizeHint(QWidget* theWrappedObject) const;
QSize sizeIncrement(QWidget* theWrappedObject) const;
QSizePolicy sizePolicy(QWidget* theWrappedObject) const;
void stackUnder(QWidget* theWrappedObject, QWidget* arg__1);
QString statusTip(QWidget* theWrappedObject) const;
QStyle* style(QWidget* theWrappedObject) const;
QString styleSheet(QWidget* theWrappedObject) const;
florianlink
updated to Qt 4.6 API...
r110 void tabletEvent(QWidget* theWrappedObject, QTabletEvent* arg__1);
florianlink
updated to improved generator...
r128 bool testAttribute(QWidget* theWrappedObject, Qt::WidgetAttribute arg__1) const;
florianlink
updated to Qt 4.6 API...
r110 QString toolTip(QWidget* theWrappedObject) const;
florianlink
updated to improved generator...
r128 bool underMouse(QWidget* theWrappedObject) const;
void unsetCursor(QWidget* theWrappedObject);
void unsetLayoutDirection(QWidget* theWrappedObject);
void unsetLocale(QWidget* theWrappedObject);
void update(QWidget* theWrappedObject, const QRect& arg__1);
void update(QWidget* theWrappedObject, const QRegion& arg__1);
void update(QWidget* theWrappedObject, int x, int y, int w, int h);
void updateGeometry(QWidget* theWrappedObject);
florianlink
updated to Qt 4.6 API...
r110 bool updatesEnabled(QWidget* theWrappedObject) const;
florianlink
updated to improved generator...
r128 QRegion visibleRegion(QWidget* theWrappedObject) const;
QString whatsThis(QWidget* theWrappedObject) const;
void wheelEvent(QWidget* theWrappedObject, QWheelEvent* arg__1);
int width(QWidget* theWrappedObject) const;
WId winId(QWidget* theWrappedObject) const;
QWidget* window(QWidget* theWrappedObject) const;
QString windowFilePath(QWidget* theWrappedObject) const;
florianlink
updated to new operators...
r120 Qt::WindowFlags windowFlags(QWidget* theWrappedObject) const;
florianlink
updated to improved generator...
r128 QIcon windowIcon(QWidget* theWrappedObject) const;
QString windowIconText(QWidget* theWrappedObject) const;
Qt::WindowModality windowModality(QWidget* theWrappedObject) const;
qreal windowOpacity(QWidget* theWrappedObject) const;
QString windowRole(QWidget* theWrappedObject) const;
Qt::WindowStates windowState(QWidget* theWrappedObject) const;
QString windowTitle(QWidget* theWrappedObject) const;
Qt::WindowType windowType(QWidget* theWrappedObject) const;
int x(QWidget* theWrappedObject) const;
int y(QWidget* theWrappedObject) const;
florianlink
updated to Qt 4.6 API...
r110 };
class PythonQtShell_QWidgetAction : public QWidgetAction
{
public:
PythonQtShell_QWidgetAction(QObject* parent):QWidgetAction(parent),_wrapper(NULL) {};
virtual void childEvent(QChildEvent* arg__1);
florianlink
updated to improved generator...
r128 virtual QWidget* createWidget(QWidget* parent);
florianlink
updated to Qt 4.6 API...
r110 virtual void customEvent(QEvent* arg__1);
florianlink
updated to improved generator...
r128 virtual void deleteWidget(QWidget* widget);
virtual bool event(QEvent* arg__1);
virtual bool eventFilter(QObject* arg__1, QEvent* arg__2);
florianlink
updated to new operators...
r120 virtual void timerEvent(QTimerEvent* arg__1);
florianlink
updated to Qt 4.6 API...
r110
PythonQtInstanceWrapper* _wrapper;
};
class PythonQtPublicPromoter_QWidgetAction : public QWidgetAction
{ public:
inline QWidget* promoted_createWidget(QWidget* parent) { return QWidgetAction::createWidget(parent); }
florianlink
updated to new operators...
r120 inline void promoted_deleteWidget(QWidget* widget) { QWidgetAction::deleteWidget(widget); }
florianlink
updated to improved generator...
r128 inline bool promoted_event(QEvent* arg__1) { return QWidgetAction::event(arg__1); }
inline bool promoted_eventFilter(QObject* arg__1, QEvent* arg__2) { return QWidgetAction::eventFilter(arg__1, arg__2); }
florianlink
updated to Qt 4.6 API...
r110 };
class PythonQtWrapper_QWidgetAction : public QObject
{ Q_OBJECT
public:
public slots:
QWidgetAction* new_QWidgetAction(QObject* parent);
void delete_QWidgetAction(QWidgetAction* obj) { delete obj; }
florianlink
updated to improved generator...
r128 QWidget* createWidget(QWidgetAction* theWrappedObject, QWidget* parent);
florianlink
updated to Qt 4.6 API...
r110 QWidget* defaultWidget(QWidgetAction* theWrappedObject) const;
florianlink
updated to improved generator...
r128 void deleteWidget(QWidgetAction* theWrappedObject, QWidget* widget);
florianlink
updated to new operators...
r120 bool event(QWidgetAction* theWrappedObject, QEvent* arg__1);
florianlink
updated to improved generator...
r128 bool eventFilter(QWidgetAction* theWrappedObject, QObject* arg__1, QEvent* arg__2);
void releaseWidget(QWidgetAction* theWrappedObject, QWidget* widget);
florianlink
updated to Qt 4.6 API...
r110 QWidget* requestWidget(QWidgetAction* theWrappedObject, QWidget* parent);
florianlink
updated to improved generator...
r128 void setDefaultWidget(QWidgetAction* theWrappedObject, QWidget* w);
florianlink
updated to Qt 4.6 API...
r110 };
class PythonQtShell_QWidgetItem : public QWidgetItem
{
public:
PythonQtShell_QWidgetItem(QWidget* w):QWidgetItem(w),_wrapper(NULL) {};
virtual Qt::Orientations expandingDirections() const;
florianlink
updated to new operators...
r120 virtual QRect geometry() const;
florianlink
updated to Qt 4.6 API...
r110 virtual bool hasHeightForWidth() const;
florianlink
updated to improved generator...
r128 virtual int heightForWidth(int arg__1) const;
virtual void invalidate();
florianlink
updated to Qt 4.6 API...
r110 virtual bool isEmpty() const;
florianlink
updated to improved generator...
r128 virtual QLayout* layout();
florianlink
updated to new operators...
r120 virtual QSize maximumSize() const;
florianlink
updated to Qt 4.6 API...
r110 virtual int minimumHeightForWidth(int arg__1) const;
florianlink
updated to improved generator...
r128 virtual QSize minimumSize() const;
virtual void setGeometry(const QRect& arg__1);
virtual QSize sizeHint() const;
florianlink
updated to Qt 4.6 API...
r110 virtual QSpacerItem* spacerItem();
florianlink
updated to improved generator...
r128 virtual QWidget* widget();
florianlink
updated to Qt 4.6 API...
r110
PythonQtInstanceWrapper* _wrapper;
};
class PythonQtPublicPromoter_QWidgetItem : public QWidgetItem
{ public:
inline Qt::Orientations promoted_expandingDirections() const { return QWidgetItem::expandingDirections(); }
florianlink
updated to new operators...
r120 inline QRect promoted_geometry() const { return QWidgetItem::geometry(); }
florianlink
updated to Qt 4.6 API...
r110 inline bool promoted_hasHeightForWidth() const { return QWidgetItem::hasHeightForWidth(); }
florianlink
updated to improved generator...
r128 inline int promoted_heightForWidth(int arg__1) const { return QWidgetItem::heightForWidth(arg__1); }
florianlink
updated to Qt 4.6 API...
r110 inline bool promoted_isEmpty() const { return QWidgetItem::isEmpty(); }
florianlink
updated to new operators...
r120 inline QSize promoted_maximumSize() const { return QWidgetItem::maximumSize(); }
florianlink
updated to Qt 4.6 API...
r110 inline QSize promoted_minimumSize() const { return QWidgetItem::minimumSize(); }
florianlink
updated to improved generator...
r128 inline void promoted_setGeometry(const QRect& arg__1) { QWidgetItem::setGeometry(arg__1); }
inline QSize promoted_sizeHint() const { return QWidgetItem::sizeHint(); }
inline QWidget* promoted_widget() { return QWidgetItem::widget(); }
florianlink
updated to Qt 4.6 API...
r110 };
class PythonQtWrapper_QWidgetItem : public QObject
{ Q_OBJECT
public:
public slots:
QWidgetItem* new_QWidgetItem(QWidget* w);
void delete_QWidgetItem(QWidgetItem* obj) { delete obj; }
Qt::Orientations expandingDirections(QWidgetItem* theWrappedObject) const;
florianlink
updated to new operators...
r120 QRect geometry(QWidgetItem* theWrappedObject) const;
florianlink
updated to Qt 4.6 API...
r110 bool hasHeightForWidth(QWidgetItem* theWrappedObject) const;
florianlink
updated to improved generator...
r128 int heightForWidth(QWidgetItem* theWrappedObject, int arg__1) const;
florianlink
updated to Qt 4.6 API...
r110 bool isEmpty(QWidgetItem* theWrappedObject) const;
florianlink
updated to new operators...
r120 QSize maximumSize(QWidgetItem* theWrappedObject) const;
florianlink
updated to Qt 4.6 API...
r110 QSize minimumSize(QWidgetItem* theWrappedObject) const;
florianlink
updated to improved generator...
r128 void setGeometry(QWidgetItem* theWrappedObject, const QRect& arg__1);
QSize sizeHint(QWidgetItem* theWrappedObject) const;
QWidget* widget(QWidgetItem* theWrappedObject);
florianlink
updated to Qt 4.6 API...
r110 };
class PythonQtWrapper_QWindowStateChangeEvent : public QObject
{ Q_OBJECT
public:
public slots:
QWindowStateChangeEvent* new_QWindowStateChangeEvent(Qt::WindowStates aOldState);
QWindowStateChangeEvent* new_QWindowStateChangeEvent(Qt::WindowStates aOldState, bool isOverride);
void delete_QWindowStateChangeEvent(QWindowStateChangeEvent* obj) { delete obj; }
bool isOverride(QWindowStateChangeEvent* theWrappedObject) const;
Qt::WindowStates oldState(QWindowStateChangeEvent* theWrappedObject) const;
};
class PythonQtShell_QWindowsStyle : public QWindowsStyle
{
public:
PythonQtShell_QWindowsStyle():QWindowsStyle(),_wrapper(NULL) {};
florianlink
updated to improved generator...
r128 virtual void childEvent(QChildEvent* arg__1);
virtual void customEvent(QEvent* arg__1);
virtual void drawComplexControl(QStyle::ComplexControl cc, const QStyleOptionComplex* opt, QPainter* p, const QWidget* w = 0) const;
florianlink
updated to Qt 4.6 API...
r110 virtual void drawControl(QStyle::ControlElement element, const QStyleOption* opt, QPainter* p, const QWidget* w = 0) const;
florianlink
updated to improved generator...
r128 virtual void drawItemPixmap(QPainter* painter, const QRect& rect, int alignment, const QPixmap& pixmap) const;
virtual void drawItemText(QPainter* painter, const QRect& rect, int flags, const QPalette& pal, bool enabled, const QString& text, QPalette::ColorRole textRole) const;
florianlink
updated to Qt 4.6 API...
r110 virtual void drawPrimitive(QStyle::PrimitiveElement pe, const QStyleOption* opt, QPainter* p, const QWidget* w = 0) const;
florianlink
updated to improved generator...
r128 virtual bool event(QEvent* arg__1);
florianlink
updated to Qt 4.6 API...
r110 virtual bool eventFilter(QObject* o, QEvent* e);
virtual QPixmap generatedIconPixmap(QIcon::Mode iconMode, const QPixmap& pixmap, const QStyleOption* opt) const;
florianlink
updated to new operators...
r120 virtual QStyle::SubControl hitTestComplexControl(QStyle::ComplexControl cc, const QStyleOptionComplex* opt, const QPoint& pt, const QWidget* w) const;
florianlink
updated to Qt 4.6 API...
r110 virtual QRect itemPixmapRect(const QRect& r, int flags, const QPixmap& pixmap) const;
florianlink
updated to improved generator...
r128 virtual int pixelMetric(QStyle::PixelMetric pm, const QStyleOption* option = 0, const QWidget* widget = 0) const;
virtual void polish(QApplication* arg__1);
virtual void polish(QPalette& arg__1);
virtual void polish(QWidget* arg__1);
virtual QSize sizeFromContents(QStyle::ContentsType ct, const QStyleOption* opt, const QSize& contentsSize, const QWidget* widget = 0) const;
florianlink
update with new py_ naming and field getters/setters...
r117 virtual QPalette standardPalette() const;
florianlink
updated to new operators...
r120 virtual QPixmap standardPixmap(QStyle::StandardPixmap standardPixmap, const QStyleOption* opt, const QWidget* widget) const;
florianlink
updated to improved generator...
r128 virtual int styleHint(QStyle::StyleHint hint, const QStyleOption* opt = 0, const QWidget* widget = 0, QStyleHintReturn* returnData = 0) const;
virtual QRect subControlRect(QStyle::ComplexControl cc, const QStyleOptionComplex* opt, QStyle::SubControl sc, const QWidget* w) const;
virtual QRect subElementRect(QStyle::SubElement r, const QStyleOption* opt, const QWidget* widget = 0) const;
virtual void timerEvent(QTimerEvent* event);
virtual void unpolish(QApplication* arg__1);
virtual void unpolish(QWidget* arg__1);
florianlink
updated to Qt 4.6 API...
r110
PythonQtInstanceWrapper* _wrapper;
};
class PythonQtPublicPromoter_QWindowsStyle : public QWindowsStyle
{ public:
florianlink
updated to improved generator...
r128 inline void promoted_drawComplexControl(QStyle::ComplexControl cc, const QStyleOptionComplex* opt, QPainter* p, const QWidget* w = 0) const { QWindowsStyle::drawComplexControl(cc, opt, p, w); }
florianlink
updated to Qt 4.6 API...
r110 inline void promoted_drawControl(QStyle::ControlElement element, const QStyleOption* opt, QPainter* p, const QWidget* w = 0) const { QWindowsStyle::drawControl(element, opt, p, w); }
inline void promoted_drawPrimitive(QStyle::PrimitiveElement pe, const QStyleOption* opt, QPainter* p, const QWidget* w = 0) const { QWindowsStyle::drawPrimitive(pe, opt, p, w); }
inline bool promoted_eventFilter(QObject* o, QEvent* e) { return QWindowsStyle::eventFilter(o, e); }
florianlink
updated to improved generator...
r128 inline int promoted_pixelMetric(QStyle::PixelMetric pm, const QStyleOption* option = 0, const QWidget* widget = 0) const { return QWindowsStyle::pixelMetric(pm, option, widget); }
inline void promoted_polish(QApplication* arg__1) { QWindowsStyle::polish(arg__1); }
florianlink
updated to Qt 4.6 API...
r110 inline void promoted_polish(QPalette& arg__1) { QWindowsStyle::polish(arg__1); }
inline void promoted_polish(QWidget* arg__1) { QWindowsStyle::polish(arg__1); }
florianlink
updated to improved generator...
r128 inline QSize promoted_sizeFromContents(QStyle::ContentsType ct, const QStyleOption* opt, const QSize& contentsSize, const QWidget* widget = 0) const { return QWindowsStyle::sizeFromContents(ct, opt, contentsSize, widget); }
inline int promoted_styleHint(QStyle::StyleHint hint, const QStyleOption* opt = 0, const QWidget* widget = 0, QStyleHintReturn* returnData = 0) const { return QWindowsStyle::styleHint(hint, opt, widget, returnData); }
florianlink
updated to Qt 4.6 API...
r110 inline QRect promoted_subElementRect(QStyle::SubElement r, const QStyleOption* opt, const QWidget* widget = 0) const { return QWindowsStyle::subElementRect(r, opt, widget); }
florianlink
updated to improved generator...
r128 inline void promoted_timerEvent(QTimerEvent* event) { QWindowsStyle::timerEvent(event); }
inline void promoted_unpolish(QApplication* arg__1) { QWindowsStyle::unpolish(arg__1); }
inline void promoted_unpolish(QWidget* arg__1) { QWindowsStyle::unpolish(arg__1); }
florianlink
updated to Qt 4.6 API...
r110 };
class PythonQtWrapper_QWindowsStyle : public QObject
{ Q_OBJECT
public:
public slots:
QWindowsStyle* new_QWindowsStyle();
void delete_QWindowsStyle(QWindowsStyle* obj) { delete obj; }
florianlink
updated to improved generator...
r128 void drawComplexControl(QWindowsStyle* theWrappedObject, QStyle::ComplexControl cc, const QStyleOptionComplex* opt, QPainter* p, const QWidget* w = 0) const;
florianlink
updated to Qt 4.6 API...
r110 void drawControl(QWindowsStyle* theWrappedObject, QStyle::ControlElement element, const QStyleOption* opt, QPainter* p, const QWidget* w = 0) const;
void drawPrimitive(QWindowsStyle* theWrappedObject, QStyle::PrimitiveElement pe, const QStyleOption* opt, QPainter* p, const QWidget* w = 0) const;
bool eventFilter(QWindowsStyle* theWrappedObject, QObject* o, QEvent* e);
florianlink
updated to improved generator...
r128 int pixelMetric(QWindowsStyle* theWrappedObject, QStyle::PixelMetric pm, const QStyleOption* option = 0, const QWidget* widget = 0) const;
void polish(QWindowsStyle* theWrappedObject, QApplication* arg__1);
florianlink
updated to Qt 4.6 API...
r110 void polish(QWindowsStyle* theWrappedObject, QPalette& arg__1);
void polish(QWindowsStyle* theWrappedObject, QWidget* arg__1);
florianlink
updated to improved generator...
r128 QSize sizeFromContents(QWindowsStyle* theWrappedObject, QStyle::ContentsType ct, const QStyleOption* opt, const QSize& contentsSize, const QWidget* widget = 0) const;
int styleHint(QWindowsStyle* theWrappedObject, QStyle::StyleHint hint, const QStyleOption* opt = 0, const QWidget* widget = 0, QStyleHintReturn* returnData = 0) const;
florianlink
updated to Qt 4.6 API...
r110 QRect subElementRect(QWindowsStyle* theWrappedObject, QStyle::SubElement r, const QStyleOption* opt, const QWidget* widget = 0) const;
florianlink
updated to improved generator...
r128 void timerEvent(QWindowsStyle* theWrappedObject, QTimerEvent* event);
void unpolish(QWindowsStyle* theWrappedObject, QApplication* arg__1);
void unpolish(QWindowsStyle* theWrappedObject, QWidget* arg__1);
florianlink
updated to Qt 4.6 API...
r110 };
class PythonQtShell_QWizard : public QWizard
{
public:
PythonQtShell_QWizard(QWidget* parent = 0, Qt::WindowFlags flags = 0):QWizard(parent, flags),_wrapper(NULL) {};
florianlink
updated to improved generator...
r128 virtual void accept();
virtual void actionEvent(QActionEvent* arg__1);
virtual void changeEvent(QEvent* arg__1);
virtual void childEvent(QChildEvent* arg__1);
florianlink
updated to Qt 4.6 API...
r110 virtual void cleanupPage(int id);
florianlink
updated to new operators...
r120 virtual void closeEvent(QCloseEvent* arg__1);
florianlink
updated to improved generator...
r128 virtual void contextMenuEvent(QContextMenuEvent* arg__1);
virtual void customEvent(QEvent* arg__1);
florianlink
updated to new operators...
r120 virtual int devType() const;
florianlink
updated to improved generator...
r128 virtual void done(int result);
virtual void dragEnterEvent(QDragEnterEvent* arg__1);
virtual void dragLeaveEvent(QDragLeaveEvent* arg__1);
florianlink
updated to new operators...
r120 virtual void dragMoveEvent(QDragMoveEvent* arg__1);
florianlink
updated to improved generator...
r128 virtual void dropEvent(QDropEvent* arg__1);
florianlink
updated to new operators...
r120 virtual void enterEvent(QEvent* arg__1);
florianlink
updated to improved generator...
r128 virtual bool event(QEvent* event);
virtual bool eventFilter(QObject* arg__1, QEvent* arg__2);
florianlink
updated to new operators...
r120 virtual void focusInEvent(QFocusEvent* arg__1);
florianlink
updated to improved generator...
r128 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 initializePage(int id);
virtual void inputMethodEvent(QInputMethodEvent* arg__1);
florianlink
updated to Qt 4.6 API...
r110 virtual QVariant inputMethodQuery(Qt::InputMethodQuery arg__1) const;
florianlink
updated to improved generator...
r128 virtual void keyPressEvent(QKeyEvent* arg__1);
florianlink
updated to new operators...
r120 virtual void keyReleaseEvent(QKeyEvent* arg__1);
florianlink
updated to improved generator...
r128 virtual void languageChange();
virtual void leaveEvent(QEvent* arg__1);
florianlink
updated to new operators...
r120 virtual int metric(QPaintDevice::PaintDeviceMetric arg__1) const;
florianlink
updated to improved generator...
r128 virtual void mouseDoubleClickEvent(QMouseEvent* arg__1);
virtual void mouseMoveEvent(QMouseEvent* arg__1);
virtual void mousePressEvent(QMouseEvent* arg__1);
florianlink
updated to new operators...
r120 virtual void mouseReleaseEvent(QMouseEvent* arg__1);
florianlink
updated to improved generator...
r128 virtual void moveEvent(QMoveEvent* arg__1);
virtual int nextId() const;
florianlink
updated to new operators...
r120 virtual QPaintEngine* paintEngine() const;
florianlink
updated to improved generator...
r128 virtual void paintEvent(QPaintEvent* event);
virtual void reject();
virtual void resizeEvent(QResizeEvent* event);
virtual void showEvent(QShowEvent* arg__1);
virtual void tabletEvent(QTabletEvent* arg__1);
florianlink
updated to new operators...
r120 virtual void timerEvent(QTimerEvent* arg__1);
florianlink
updated to improved generator...
r128 virtual bool validateCurrentPage();
virtual void wheelEvent(QWheelEvent* arg__1);
florianlink
updated to Qt 4.6 API...
r110
PythonQtInstanceWrapper* _wrapper;
};
class PythonQtPublicPromoter_QWizard : public QWizard
{ public:
inline void promoted_cleanupPage(int id) { QWizard::cleanupPage(id); }
inline void promoted_done(int result) { QWizard::done(result); }
florianlink
updated to improved generator...
r128 inline bool promoted_event(QEvent* event) { return QWizard::event(event); }
florianlink
updated to Qt 4.6 API...
r110 inline void promoted_initializePage(int id) { QWizard::initializePage(id); }
florianlink
updated to improved generator...
r128 inline int promoted_nextId() const { return QWizard::nextId(); }
inline void promoted_paintEvent(QPaintEvent* event) { QWizard::paintEvent(event); }
florianlink
updated to Qt 4.6 API...
r110 inline void promoted_resizeEvent(QResizeEvent* event) { QWizard::resizeEvent(event); }
florianlink
updated to improved generator...
r128 inline bool promoted_validateCurrentPage() { return QWizard::validateCurrentPage(); }
florianlink
updated to Qt 4.6 API...
r110 };
class PythonQtWrapper_QWizard : public QObject
{ Q_OBJECT
public:
Q_ENUMS(WizardButton WizardPixmap )
enum WizardButton{
BackButton = QWizard::BackButton, NextButton = QWizard::NextButton, CommitButton = QWizard::CommitButton, FinishButton = QWizard::FinishButton, CancelButton = QWizard::CancelButton, HelpButton = QWizard::HelpButton, CustomButton1 = QWizard::CustomButton1, CustomButton2 = QWizard::CustomButton2, CustomButton3 = QWizard::CustomButton3, Stretch = QWizard::Stretch, NoButton = QWizard::NoButton, NStandardButtons = QWizard::NStandardButtons, NButtons = QWizard::NButtons};
enum WizardPixmap{
WatermarkPixmap = QWizard::WatermarkPixmap, LogoPixmap = QWizard::LogoPixmap, BannerPixmap = QWizard::BannerPixmap, BackgroundPixmap = QWizard::BackgroundPixmap, NPixmaps = QWizard::NPixmaps};
public slots:
QWizard* new_QWizard(QWidget* parent = 0, Qt::WindowFlags flags = 0);
void delete_QWizard(QWizard* obj) { delete obj; }
florianlink
updated to improved generator...
r128 int addPage(QWizard* theWrappedObject, QWizardPage* page);
QAbstractButton* button(QWizard* theWrappedObject, QWizard::WizardButton which) const;
QString buttonText(QWizard* theWrappedObject, QWizard::WizardButton which) const;
florianlink
updated to Qt 4.6 API...
r110 void cleanupPage(QWizard* theWrappedObject, int id);
florianlink
updated to new operators...
r120 int currentId(QWizard* theWrappedObject) const;
florianlink
updated to improved generator...
r128 QWizardPage* currentPage(QWizard* theWrappedObject) const;
florianlink
updated to Qt 4.6 API...
r110 void done(QWizard* theWrappedObject, int result);
florianlink
updated to improved generator...
r128 bool event(QWizard* theWrappedObject, QEvent* event);
florianlink
updated to Qt 4.6 API...
r110 QVariant field(QWizard* theWrappedObject, const QString& name) const;
florianlink
updated to new operators...
r120 bool hasVisitedPage(QWizard* theWrappedObject, int id) const;
florianlink
updated to improved generator...
r128 void initializePage(QWizard* theWrappedObject, int id);
int nextId(QWizard* theWrappedObject) const;
QWizard::WizardOptions options(QWizard* theWrappedObject) const;
QWizardPage* page(QWizard* theWrappedObject, int id) const;
florianlink
updated to new operators...
r120 QList<int > pageIds(QWizard* theWrappedObject) const;
florianlink
updated to improved generator...
r128 void paintEvent(QWizard* theWrappedObject, QPaintEvent* event);
florianlink
updated to Qt 4.6 API...
r110 QPixmap pixmap(QWizard* theWrappedObject, QWizard::WizardPixmap which) const;
florianlink
updated to improved generator...
r128 void removePage(QWizard* theWrappedObject, int id);
void resizeEvent(QWizard* theWrappedObject, QResizeEvent* event);
void setButton(QWizard* theWrappedObject, QWizard::WizardButton which, QAbstractButton* button);
void setButtonLayout(QWizard* theWrappedObject, const QList<QWizard::WizardButton >& layout);
void setButtonText(QWizard* theWrappedObject, QWizard::WizardButton which, const QString& text);
void setField(QWizard* theWrappedObject, const QString& name, const QVariant& value);
void setOption(QWizard* theWrappedObject, QWizard::WizardOption option, bool on = true);
void setOptions(QWizard* theWrappedObject, QWizard::WizardOptions options);
void setPage(QWizard* theWrappedObject, int id, QWizardPage* page);
florianlink
updated to Qt 4.6 API...
r110 void setPixmap(QWizard* theWrappedObject, QWizard::WizardPixmap which, const QPixmap& pixmap);
florianlink
updated to improved generator...
r128 void setStartId(QWizard* theWrappedObject, int id);
void setSubTitleFormat(QWizard* theWrappedObject, Qt::TextFormat format);
void setTitleFormat(QWizard* theWrappedObject, Qt::TextFormat format);
void setVisible(QWizard* theWrappedObject, bool visible);
void setWizardStyle(QWizard* theWrappedObject, QWizard::WizardStyle style);
QSize sizeHint(QWizard* theWrappedObject) const;
int startId(QWizard* theWrappedObject) const;
florianlink
updated to Qt 4.6 API...
r110 Qt::TextFormat subTitleFormat(QWizard* theWrappedObject) const;
florianlink
updated to improved generator...
r128 bool testOption(QWizard* theWrappedObject, QWizard::WizardOption option) const;
florianlink
updated to new operators...
r120 Qt::TextFormat titleFormat(QWizard* theWrappedObject) const;
florianlink
updated to improved generator...
r128 bool validateCurrentPage(QWizard* theWrappedObject);
QList<int > visitedPages(QWizard* theWrappedObject) const;
QWizard::WizardStyle wizardStyle(QWizard* theWrappedObject) const;
florianlink
updated to Qt 4.6 API...
r110 };
class PythonQtShell_QWizardPage : public QWizardPage
{
public:
PythonQtShell_QWizardPage(QWidget* parent = 0):QWizardPage(parent),_wrapper(NULL) {};
florianlink
updated to improved generator...
r128 virtual void actionEvent(QActionEvent* arg__1);
virtual void changeEvent(QEvent* arg__1);
virtual void childEvent(QChildEvent* arg__1);
florianlink
updated to Qt 4.6 API...
r110 virtual void cleanupPage();
florianlink
updated to new operators...
r120 virtual void closeEvent(QCloseEvent* arg__1);
florianlink
updated to improved generator...
r128 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);
florianlink
updated to new operators...
r120 virtual void enterEvent(QEvent* arg__1);
virtual bool event(QEvent* arg__1);
florianlink
updated to improved generator...
r128 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 initializePage();
virtual void inputMethodEvent(QInputMethodEvent* arg__1);
florianlink
updated to Qt 4.6 API...
r110 virtual QVariant inputMethodQuery(Qt::InputMethodQuery arg__1) const;
florianlink
updated to improved generator...
r128 virtual bool isComplete() const;
virtual void keyPressEvent(QKeyEvent* arg__1);
virtual void keyReleaseEvent(QKeyEvent* arg__1);
virtual void languageChange();
virtual void leaveEvent(QEvent* arg__1);
florianlink
updated to new operators...
r120 virtual int metric(QPaintDevice::PaintDeviceMetric arg__1) const;
florianlink
updated to improved generator...
r128 virtual QSize minimumSizeHint() const;
virtual void mouseDoubleClickEvent(QMouseEvent* arg__1);
virtual void mouseMoveEvent(QMouseEvent* arg__1);
florianlink
updated to new operators...
r120 virtual void mousePressEvent(QMouseEvent* arg__1);
florianlink
updated to improved generator...
r128 virtual void mouseReleaseEvent(QMouseEvent* arg__1);
virtual void moveEvent(QMoveEvent* arg__1);
virtual int nextId() const;
virtual QPaintEngine* paintEngine() const;
florianlink
updated to Qt 4.6 API...
r110 virtual void paintEvent(QPaintEvent* arg__1);
florianlink
updated to improved generator...
r128 virtual void resizeEvent(QResizeEvent* arg__1);
florianlink
updated to new operators...
r120 virtual void showEvent(QShowEvent* arg__1);
florianlink
updated to improved generator...
r128 virtual QSize sizeHint() const;
florianlink
updated to new operators...
r120 virtual void tabletEvent(QTabletEvent* arg__1);
virtual void timerEvent(QTimerEvent* arg__1);
florianlink
updated to improved generator...
r128 virtual bool validatePage();
virtual void wheelEvent(QWheelEvent* arg__1);
florianlink
updated to Qt 4.6 API...
r110
PythonQtInstanceWrapper* _wrapper;
};
class PythonQtPublicPromoter_QWizardPage : public QWizardPage
{ public:
inline void promoted_cleanupPage() { QWizardPage::cleanupPage(); }
inline void promoted_initializePage() { QWizardPage::initializePage(); }
inline bool promoted_isComplete() const { return QWizardPage::isComplete(); }
inline int promoted_nextId() const { return QWizardPage::nextId(); }
florianlink
updated to improved generator...
r128 inline bool promoted_validatePage() { return QWizardPage::validatePage(); }
florianlink
updated to Qt 4.6 API...
r110 };
class PythonQtWrapper_QWizardPage : public QObject
{ Q_OBJECT
public:
public slots:
QWizardPage* new_QWizardPage(QWidget* parent = 0);
void delete_QWizardPage(QWizardPage* obj) { delete obj; }
florianlink
updated to improved generator...
r128 QString buttonText(QWizardPage* theWrappedObject, QWizard::WizardButton which) const;
florianlink
updated to Qt 4.6 API...
r110 void cleanupPage(QWizardPage* theWrappedObject);
void initializePage(QWizardPage* theWrappedObject);
florianlink
updated to improved generator...
r128 bool isCommitPage(QWizardPage* theWrappedObject) const;
florianlink
updated to new operators...
r120 bool isComplete(QWizardPage* theWrappedObject) const;
florianlink
updated to improved generator...
r128 bool isFinalPage(QWizardPage* theWrappedObject) const;
florianlink
updated to Qt 4.6 API...
r110 int nextId(QWizardPage* theWrappedObject) const;
florianlink
updated to new operators...
r120 QPixmap pixmap(QWizardPage* theWrappedObject, QWizard::WizardPixmap which) const;
florianlink
updated to improved generator...
r128 void setButtonText(QWizardPage* theWrappedObject, QWizard::WizardButton which, const QString& text);
void setCommitPage(QWizardPage* theWrappedObject, bool commitPage);
void setFinalPage(QWizardPage* theWrappedObject, bool finalPage);
void setPixmap(QWizardPage* theWrappedObject, QWizard::WizardPixmap which, const QPixmap& pixmap);
void setSubTitle(QWizardPage* theWrappedObject, const QString& subTitle);
void setTitle(QWizardPage* theWrappedObject, const QString& title);
QString subTitle(QWizardPage* theWrappedObject) const;
QString title(QWizardPage* theWrappedObject) const;
bool validatePage(QWizardPage* theWrappedObject);
florianlink
updated to Qt 4.6 API...
r110 };
class PythonQtShell_QWorkspace : public QWorkspace
{
public:
PythonQtShell_QWorkspace(QWidget* parent = 0):QWorkspace(parent),_wrapper(NULL) {};
florianlink
updated to improved generator...
r128 virtual void actionEvent(QActionEvent* arg__1);
florianlink
updated to Qt 4.6 API...
r110 virtual void changeEvent(QEvent* arg__1);
virtual void childEvent(QChildEvent* arg__1);
florianlink
updated to new operators...
r120 virtual void closeEvent(QCloseEvent* arg__1);
virtual void contextMenuEvent(QContextMenuEvent* arg__1);
florianlink
updated to improved generator...
r128 virtual void customEvent(QEvent* arg__1);
virtual int devType() const;
florianlink
updated to new operators...
r120 virtual void dragEnterEvent(QDragEnterEvent* arg__1);
virtual void dragLeaveEvent(QDragLeaveEvent* arg__1);
florianlink
updated to improved generator...
r128 virtual void dragMoveEvent(QDragMoveEvent* arg__1);
florianlink
updated to new operators...
r120 virtual void dropEvent(QDropEvent* arg__1);
florianlink
updated to improved generator...
r128 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* e);
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);
florianlink
updated to Qt 4.6 API...
r110 virtual void languageChange();
florianlink
updated to improved generator...
r128 virtual void leaveEvent(QEvent* arg__1);
virtual int metric(QPaintDevice::PaintDeviceMetric arg__1) const;
florianlink
updated to new operators...
r120 virtual QSize minimumSizeHint() const;
florianlink
updated to improved generator...
r128 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* e);
virtual void resizeEvent(QResizeEvent* arg__1);
virtual void showEvent(QShowEvent* e);
virtual void tabletEvent(QTabletEvent* arg__1);
florianlink
updated to new operators...
r120 virtual void timerEvent(QTimerEvent* arg__1);
florianlink
updated to improved generator...
r128 virtual void wheelEvent(QWheelEvent* e);
florianlink
updated to Qt 4.6 API...
r110
PythonQtInstanceWrapper* _wrapper;
};
class PythonQtPublicPromoter_QWorkspace : public QWorkspace
{ public:
inline void promoted_changeEvent(QEvent* arg__1) { QWorkspace::changeEvent(arg__1); }
inline void promoted_childEvent(QChildEvent* arg__1) { QWorkspace::childEvent(arg__1); }
florianlink
updated to improved generator...
r128 inline bool promoted_event(QEvent* e) { return QWorkspace::event(e); }
florianlink
updated to Qt 4.6 API...
r110 inline bool promoted_eventFilter(QObject* arg__1, QEvent* arg__2) { return QWorkspace::eventFilter(arg__1, arg__2); }
florianlink
updated to improved generator...
r128 inline void promoted_hideEvent(QHideEvent* e) { QWorkspace::hideEvent(e); }
florianlink
updated to new operators...
r120 inline void promoted_paintEvent(QPaintEvent* e) { QWorkspace::paintEvent(e); }
florianlink
updated to improved generator...
r128 inline void promoted_resizeEvent(QResizeEvent* arg__1) { QWorkspace::resizeEvent(arg__1); }
inline void promoted_showEvent(QShowEvent* e) { QWorkspace::showEvent(e); }
inline void promoted_wheelEvent(QWheelEvent* e) { QWorkspace::wheelEvent(e); }
florianlink
updated to Qt 4.6 API...
r110 };
class PythonQtWrapper_QWorkspace : public QObject
{ Q_OBJECT
public:
Q_ENUMS(WindowOrder )
enum WindowOrder{
CreationOrder = QWorkspace::CreationOrder, StackingOrder = QWorkspace::StackingOrder};
public slots:
QWorkspace* new_QWorkspace(QWidget* parent = 0);
void delete_QWorkspace(QWorkspace* obj) { delete obj; }
florianlink
updated to improved generator...
r128 QWidget* activeWindow(QWorkspace* theWrappedObject) const;
QWidget* addWindow(QWorkspace* theWrappedObject, QWidget* w, Qt::WindowFlags flags = 0);
QBrush background(QWorkspace* theWrappedObject) const;
void changeEvent(QWorkspace* theWrappedObject, QEvent* arg__1);
void childEvent(QWorkspace* theWrappedObject, QChildEvent* arg__1);
florianlink
updated to Qt 4.6 API...
r110 bool event(QWorkspace* theWrappedObject, QEvent* e);
florianlink
updated to improved generator...
r128 bool eventFilter(QWorkspace* theWrappedObject, QObject* arg__1, QEvent* arg__2);
void hideEvent(QWorkspace* theWrappedObject, QHideEvent* e);
void paintEvent(QWorkspace* theWrappedObject, QPaintEvent* e);
void resizeEvent(QWorkspace* theWrappedObject, QResizeEvent* arg__1);
bool scrollBarsEnabled(QWorkspace* theWrappedObject) const;
florianlink
updated to Qt 4.6 API...
r110 void setBackground(QWorkspace* theWrappedObject, const QBrush& background);
void setScrollBarsEnabled(QWorkspace* theWrappedObject, bool enable);
void showEvent(QWorkspace* theWrappedObject, QShowEvent* e);
QSize sizeHint(QWorkspace* theWrappedObject) const;
florianlink
updated to new operators...
r120 void wheelEvent(QWorkspace* theWrappedObject, QWheelEvent* e);
florianlink
updated to improved generator...
r128 QList<QWidget* > windowList(QWorkspace* theWrappedObject, QWorkspace::WindowOrder order = QWorkspace::CreationOrder) const;
florianlink
updated to Qt 4.6 API...
r110 };