##// 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_QAbstractButton.h
149 lines | 6.7 KiB | text/x-c | CLexer
/ generated_cpp / com_trolltech_qt_gui / PythonQtWrapper_QAbstractButton.h
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 #ifndef PYTHONQTWRAPPER_QABSTRACTBUTTON_H
#define PYTHONQTWRAPPER_QABSTRACTBUTTON_H
#include <qabstractbutton.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 <qabstractbutton.h>
#include <qaction.h>
#include <qbitmap.h>
#include <qbuttongroup.h>
#include <qbytearray.h>
#include <qcoreevent.h>
#include <qcursor.h>
#include <qevent.h>
#include <qfont.h>
#include <qicon.h>
#include <qinputcontext.h>
#include <qkeysequence.h>
#include <qlayout.h>
#include <qlist.h>
#include <qlocale.h>
#include <qobject.h>
#include <qpaintdevice.h>
#include <qpaintengine.h>
#include <qpainter.h>
#include <qpalette.h>
#include <qpoint.h>
#include <qrect.h>
#include <qregion.h>
#include <qsize.h>
#include <qsizepolicy.h>
#include <qstyle.h>
#include <qwidget.h>
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 class PythonQtShell_QAbstractButton : public QAbstractButton
{
public:
PythonQtShell_QAbstractButton(QWidget* parent = 0):QAbstractButton(parent),_wrapper(NULL) {};
virtual void actionEvent(QActionEvent* arg__1);
virtual void changeEvent(QEvent* e);
virtual void checkStateSet();
virtual void childEvent(QChildEvent* arg__1);
virtual void closeEvent(QCloseEvent* arg__1);
virtual void contextMenuEvent(QContextMenuEvent* arg__1);
virtual void customEvent(QEvent* arg__1);
virtual int devType() const;
virtual void dragEnterEvent(QDragEnterEvent* arg__1);
virtual void dragLeaveEvent(QDragLeaveEvent* arg__1);
virtual void dragMoveEvent(QDragMoveEvent* arg__1);
virtual void dropEvent(QDropEvent* arg__1);
virtual void enterEvent(QEvent* arg__1);
virtual bool event(QEvent* e);
virtual bool eventFilter(QObject* arg__1, QEvent* arg__2);
virtual void focusInEvent(QFocusEvent* e);
virtual bool focusNextPrevChild(bool next);
virtual void focusOutEvent(QFocusEvent* e);
virtual int heightForWidth(int arg__1) const;
virtual void hideEvent(QHideEvent* arg__1);
virtual bool hitButton(const QPoint& pos) const;
virtual void inputMethodEvent(QInputMethodEvent* arg__1);
virtual QVariant inputMethodQuery(Qt::InputMethodQuery arg__1) const;
virtual void keyPressEvent(QKeyEvent* e);
virtual void keyReleaseEvent(QKeyEvent* e);
virtual void languageChange();
virtual void leaveEvent(QEvent* arg__1);
virtual int metric(QPaintDevice::PaintDeviceMetric arg__1) const;
virtual QSize minimumSizeHint() const;
virtual void mouseDoubleClickEvent(QMouseEvent* arg__1);
virtual void mouseMoveEvent(QMouseEvent* e);
virtual void mousePressEvent(QMouseEvent* e);
virtual void mouseReleaseEvent(QMouseEvent* e);
virtual void moveEvent(QMoveEvent* arg__1);
virtual void nextCheckState();
virtual QPaintEngine* paintEngine() const;
virtual void paintEvent(QPaintEvent* e);
virtual void resizeEvent(QResizeEvent* arg__1);
virtual void showEvent(QShowEvent* arg__1);
virtual QSize sizeHint() const;
virtual void tabletEvent(QTabletEvent* arg__1);
virtual void timerEvent(QTimerEvent* e);
virtual void wheelEvent(QWheelEvent* arg__1);
PythonQtInstanceWrapper* _wrapper;
};
class PythonQtPublicPromoter_QAbstractButton : public QAbstractButton
{ public:
florianlink
upgraded wrappers to current generator version...
r28 inline bool promoted_event(QEvent* e) { return QAbstractButton::event(e); }
inline void promoted_keyPressEvent(QKeyEvent* e) { QAbstractButton::keyPressEvent(e); }
inline void promoted_mouseMoveEvent(QMouseEvent* e) { QAbstractButton::mouseMoveEvent(e); }
inline void promoted_focusInEvent(QFocusEvent* e) { QAbstractButton::focusInEvent(e); }
inline void promoted_focusOutEvent(QFocusEvent* e) { QAbstractButton::focusOutEvent(e); }
inline void promoted_timerEvent(QTimerEvent* e) { QAbstractButton::timerEvent(e); }
inline void promoted_changeEvent(QEvent* e) { QAbstractButton::changeEvent(e); }
inline void promoted_keyReleaseEvent(QKeyEvent* e) { QAbstractButton::keyReleaseEvent(e); }
inline void promoted_mousePressEvent(QMouseEvent* e) { QAbstractButton::mousePressEvent(e); }
inline void promoted_checkStateSet() { QAbstractButton::checkStateSet(); }
inline bool promoted_hitButton(const QPoint& pos) const { return QAbstractButton::hitButton(pos); }
inline void promoted_mouseReleaseEvent(QMouseEvent* e) { QAbstractButton::mouseReleaseEvent(e); }
inline void promoted_nextCheckState() { QAbstractButton::nextCheckState(); }
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 };
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 class PythonQtWrapper_QAbstractButton : public QObject
{ Q_OBJECT
public:
public slots:
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 QAbstractButton* new_QAbstractButton(QWidget* parent = 0);
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 void delete_QAbstractButton(QAbstractButton* obj) { delete obj; }
florianlink
upgraded wrappers to current generator version...
r28 int autoRepeatInterval(QAbstractButton* theWrappedObject) const;
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 void setDown(QAbstractButton* theWrappedObject, bool arg__1);
void setAutoRepeat(QAbstractButton* theWrappedObject, bool arg__1);
bool isChecked(QAbstractButton* theWrappedObject) const;
florianlink
upgraded wrappers to current generator version...
r28 void setShortcut(QAbstractButton* theWrappedObject, const QKeySequence& key);
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 bool autoRepeat(QAbstractButton* theWrappedObject) const;
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 bool event(QAbstractButton* theWrappedObject, QEvent* e);
void keyPressEvent(QAbstractButton* theWrappedObject, QKeyEvent* e);
florianlink
upgraded wrappers to current generator version...
r28 void setIcon(QAbstractButton* theWrappedObject, const QIcon& icon);
void mouseMoveEvent(QAbstractButton* theWrappedObject, QMouseEvent* e);
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 void setAutoRepeatDelay(QAbstractButton* theWrappedObject, int arg__1);
florianlink
upgraded wrappers to current generator version...
r28 bool isCheckable(QAbstractButton* theWrappedObject) const;
void focusInEvent(QAbstractButton* theWrappedObject, QFocusEvent* e);
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 int autoRepeatDelay(QAbstractButton* theWrappedObject) const;
florianlink
upgraded wrappers to current generator version...
r28 void focusOutEvent(QAbstractButton* theWrappedObject, QFocusEvent* e);
void timerEvent(QAbstractButton* theWrappedObject, QTimerEvent* e);
void setAutoExclusive(QAbstractButton* theWrappedObject, bool arg__1);
QIcon icon(QAbstractButton* theWrappedObject) const;
void changeEvent(QAbstractButton* theWrappedObject, QEvent* e);
bool autoExclusive(QAbstractButton* theWrappedObject) const;
void keyReleaseEvent(QAbstractButton* theWrappedObject, QKeyEvent* e);
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 QButtonGroup* group(QAbstractButton* theWrappedObject) const;
florianlink
upgraded wrappers to current generator version...
r28 void mousePressEvent(QAbstractButton* theWrappedObject, QMouseEvent* e);
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 void setAutoRepeatInterval(QAbstractButton* theWrappedObject, int arg__1);
void checkStateSet(QAbstractButton* theWrappedObject);
bool hitButton(QAbstractButton* theWrappedObject, const QPoint& pos) const;
void mouseReleaseEvent(QAbstractButton* theWrappedObject, QMouseEvent* e);
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 void setText(QAbstractButton* theWrappedObject, const QString& text);
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 void setCheckable(QAbstractButton* theWrappedObject, bool arg__1);
QSize iconSize(QAbstractButton* theWrappedObject) const;
florianlink
upgraded wrappers to current generator version...
r28 bool isDown(QAbstractButton* theWrappedObject) const;
QString text(QAbstractButton* theWrappedObject) const;
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 QKeySequence shortcut(QAbstractButton* theWrappedObject) const;
florianlink
upgraded wrappers to current generator version...
r28 void nextCheckState(QAbstractButton* theWrappedObject);
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 };
#endif // PYTHONQTWRAPPER_QABSTRACTBUTTON_H