##// 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:

r24:f543ed746063
r34:5daedfb035c8
Show More
PythonQtWrapper_QStyleOptionFrameV2.h
40 lines | 1.4 KiB | text/x-c | CLexer
/ generated_cpp / com_trolltech_qt_gui / PythonQtWrapper_QStyleOptionFrameV2.h
#ifndef PYTHONQTWRAPPER_QSTYLEOPTIONFRAMEV2_H
#define PYTHONQTWRAPPER_QSTYLEOPTIONFRAMEV2_H
#include <qstyleoption.h>
#include <QObject>
#include <PythonQt.h>
#include <QVariant>
#include <qstyleoption.h>
#include <qwidget.h>
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;
};
class PythonQtWrapper_QStyleOptionFrameV2 : public QObject
{ Q_OBJECT
public:
Q_ENUMS(StyleOptionVersion FrameFeature )
enum StyleOptionVersion{
Version = QStyleOptionFrameV2::Version};
enum FrameFeature{
None = QStyleOptionFrameV2::None, Flat = QStyleOptionFrameV2::Flat};
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