##// END OF EJS Templates
added alphabetic sorting...
added alphabetic sorting git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@132 ea8d5007-eb21-0410-b261-ccb3ea6e24a9

File last commit:

r73:40dc86970256
r96:3170eb771a99
Show More
PythonQtWrapper_QDataWidgetMapper.h
65 lines | 2.8 KiB | text/x-c | CLexer
/ generated_cpp / com_trolltech_qt_gui / PythonQtWrapper_QDataWidgetMapper.h
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 #ifndef PYTHONQTWRAPPER_QDATAWIDGETMAPPER_H
#define PYTHONQTWRAPPER_QDATAWIDGETMAPPER_H
#include <qdatawidgetmapper.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 <qabstractitemdelegate.h>
#include <qabstractitemmodel.h>
#include <qbytearray.h>
#include <qcoreevent.h>
#include <qdatawidgetmapper.h>
#include <qlist.h>
#include <qobject.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_QDataWidgetMapper : public QDataWidgetMapper
{
public:
PythonQtShell_QDataWidgetMapper(QObject* parent = 0):QDataWidgetMapper(parent),_wrapper(NULL) {};
virtual void childEvent(QChildEvent* arg__1);
virtual void customEvent(QEvent* arg__1);
virtual bool event(QEvent* arg__1);
virtual bool eventFilter(QObject* arg__1, QEvent* arg__2);
virtual void setCurrentIndex(int index);
virtual void timerEvent(QTimerEvent* arg__1);
PythonQtInstanceWrapper* _wrapper;
};
florianlink
upgraded wrappers to current generator version...
r28 class PythonQtPublicPromoter_QDataWidgetMapper : public QDataWidgetMapper
{ public:
inline void promoted_setCurrentIndex(int index) { QDataWidgetMapper::setCurrentIndex(index); }
};
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 class PythonQtWrapper_QDataWidgetMapper : public QObject
{ Q_OBJECT
public:
public slots:
QDataWidgetMapper* new_QDataWidgetMapper(QObject* parent = 0);
void delete_QDataWidgetMapper(QDataWidgetMapper* obj) { delete obj; }
florianlink
upgraded wrappers to current generator version...
r28 QAbstractItemDelegate* itemDelegate(QDataWidgetMapper* theWrappedObject) const;
florianlink
recreated wrappers to match current python qt version...
r73 QWidget* mappedWidgetAt(QDataWidgetMapper* theWrappedObject, int section) const;
QDataWidgetMapper::SubmitPolicy submitPolicy(QDataWidgetMapper* theWrappedObject) const;
florianlink
upgraded wrappers to current generator version...
r28 void addMapping(QDataWidgetMapper* theWrappedObject, QWidget* widget, int section);
florianlink
recreated wrappers to match current python qt version...
r73 QAbstractItemModel* model(QDataWidgetMapper* theWrappedObject) const;
int currentIndex(QDataWidgetMapper* theWrappedObject) const;
QByteArray mappedPropertyName(QDataWidgetMapper* theWrappedObject, QWidget* widget) const;
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 void setRootIndex(QDataWidgetMapper* theWrappedObject, const QModelIndex& index);
florianlink
recreated wrappers to match current python qt version...
r73 void addMapping(QDataWidgetMapper* theWrappedObject, QWidget* widget, int section, const QByteArray& propertyName);
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 void setOrientation(QDataWidgetMapper* theWrappedObject, Qt::Orientation aOrientation);
QModelIndex rootIndex(QDataWidgetMapper* theWrappedObject) const;
void clearMapping(QDataWidgetMapper* theWrappedObject);
florianlink
upgraded wrappers to current generator version...
r28 Qt::Orientation orientation(QDataWidgetMapper* theWrappedObject) const;
florianlink
recreated wrappers to match current python qt version...
r73 void setItemDelegate(QDataWidgetMapper* theWrappedObject, QAbstractItemDelegate* delegate);
int mappedSection(QDataWidgetMapper* theWrappedObject, QWidget* widget) const;
florianlink
upgraded wrappers to current generator version...
r28 void removeMapping(QDataWidgetMapper* theWrappedObject, QWidget* widget);
florianlink
recreated wrappers to match current python qt version...
r73 void setSubmitPolicy(QDataWidgetMapper* theWrappedObject, QDataWidgetMapper::SubmitPolicy policy);
void setModel(QDataWidgetMapper* theWrappedObject, QAbstractItemModel* model);
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 };
#endif // PYTHONQTWRAPPER_QDATAWIDGETMAPPER_H