##// END OF EJS Templates
improved so that dict contains properties and that dir() shows all available things, including the derived base attributes...
improved so that dict contains properties and that dir() shows all available things, including the derived base attributes git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@70 ea8d5007-eb21-0410-b261-ccb3ea6e24a9

File last commit:

r28:cf202027b50b
r34:5daedfb035c8
Show More
PythonQtWrapper_QGraphicsSceneWheelEvent.h
35 lines | 1.7 KiB | text/x-c | CLexer
/ generated_cpp / com_trolltech_qt_gui / PythonQtWrapper_QGraphicsSceneWheelEvent.h
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 #ifndef PYTHONQTWRAPPER_QGRAPHICSSCENEWHEELEVENT_H
#define PYTHONQTWRAPPER_QGRAPHICSSCENEWHEELEVENT_H
#include <qgraphicssceneevent.h>
#include <QObject>
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 #include <PythonQt.h>
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 #include <QVariant>
#include <qpoint.h>
#include <qwidget.h>
class PythonQtWrapper_QGraphicsSceneWheelEvent : public QObject
{ Q_OBJECT
public:
public slots:
QGraphicsSceneWheelEvent* new_QGraphicsSceneWheelEvent(QEvent::Type type = QEvent::None);
void delete_QGraphicsSceneWheelEvent(QGraphicsSceneWheelEvent* obj) { delete obj; }
florianlink
upgraded wrappers to current generator version...
r28 void setPos(QGraphicsSceneWheelEvent* theWrappedObject, const QPointF& pos);
void setScenePos(QGraphicsSceneWheelEvent* theWrappedObject, const QPointF& pos);
void setButtons(QGraphicsSceneWheelEvent* theWrappedObject, Qt::MouseButtons buttons);
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 void setDelta(QGraphicsSceneWheelEvent* theWrappedObject, int delta);
void setScreenPos(QGraphicsSceneWheelEvent* theWrappedObject, const QPoint& pos);
QPoint screenPos(QGraphicsSceneWheelEvent* theWrappedObject) const;
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 int delta(QGraphicsSceneWheelEvent* theWrappedObject) const;
Qt::KeyboardModifiers modifiers(QGraphicsSceneWheelEvent* theWrappedObject) const;
florianlink
upgraded wrappers to current generator version...
r28 Qt::MouseButtons buttons(QGraphicsSceneWheelEvent* theWrappedObject) const;
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 QPointF pos(QGraphicsSceneWheelEvent* theWrappedObject) const;
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 void setOrientation(QGraphicsSceneWheelEvent* theWrappedObject, Qt::Orientation orientation);
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 QPointF scenePos(QGraphicsSceneWheelEvent* theWrappedObject) const;
void setModifiers(QGraphicsSceneWheelEvent* theWrappedObject, Qt::KeyboardModifiers modifiers);
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 Qt::Orientation orientation(QGraphicsSceneWheelEvent* theWrappedObject) const;
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 };
#endif // PYTHONQTWRAPPER_QGRAPHICSSCENEWHEELEVENT_H