##// END OF EJS Templates
fixed Qt3Support member...
fixed Qt3Support member git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@131 ea8d5007-eb21-0410-b261-ccb3ea6e24a9

File last commit:

r73:40dc86970256
r95:4e6b32d68b66
Show More
PythonQtWrapper_QStyleOptionFrameV2.h
42 lines | 1.4 KiB | text/x-c | CLexer
/ generated_cpp / com_trolltech_qt_gui / PythonQtWrapper_QStyleOptionFrameV2.h
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 #ifndef PYTHONQTWRAPPER_QSTYLEOPTIONFRAMEV2_H
#define PYTHONQTWRAPPER_QSTYLEOPTIONFRAMEV2_H
#include <qstyleoption.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 <qstyleoption.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_QStyleOptionFrameV2 : public QStyleOptionFrameV2
{
public:
PythonQtShell_QStyleOptionFrameV2():QStyleOptionFrameV2(),_wrapper(NULL) {};
PythonQtShell_QStyleOptionFrameV2(const QStyleOptionFrame& other):QStyleOptionFrameV2(other),_wrapper(NULL) {};
PythonQtShell_QStyleOptionFrameV2(const QStyleOptionFrameV2& other):QStyleOptionFrameV2(other),_wrapper(NULL) {};
PythonQtShell_QStyleOptionFrameV2(int version):QStyleOptionFrameV2(version),_wrapper(NULL) {};
PythonQtInstanceWrapper* _wrapper;
};
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 class PythonQtWrapper_QStyleOptionFrameV2 : public QObject
{ Q_OBJECT
public:
Q_ENUMS(StyleOptionVersion FrameFeature )
florianlink
recreated wrappers to match current python qt version...
r73 Q_FLAGS(FrameFeatures )
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 enum StyleOptionVersion{
Version = QStyleOptionFrameV2::Version};
enum FrameFeature{
None = QStyleOptionFrameV2::None, Flat = QStyleOptionFrameV2::Flat};
florianlink
recreated wrappers to match current python qt version...
r73 Q_DECLARE_FLAGS(FrameFeatures, FrameFeature)
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 public slots:
QStyleOptionFrameV2* new_QStyleOptionFrameV2();
QStyleOptionFrameV2* new_QStyleOptionFrameV2(const QStyleOptionFrame& other);
QStyleOptionFrameV2* new_QStyleOptionFrameV2(const QStyleOptionFrameV2& other);
void delete_QStyleOptionFrameV2(QStyleOptionFrameV2* obj) { delete obj; }
};
#endif // PYTHONQTWRAPPER_QSTYLEOPTIONFRAMEV2_H