##// 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_QStyleOptionFrameV2.h
42 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 )
Q_FLAGS(FrameFeatures )
enum StyleOptionVersion{
Version = QStyleOptionFrameV2::Version};
enum FrameFeature{
None = QStyleOptionFrameV2::None, Flat = QStyleOptionFrameV2::Flat};
Q_DECLARE_FLAGS(FrameFeatures, FrameFeature)
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