##// END OF EJS Templates
improved wrapper check to avoid crashes on virtual methods while python object gets deleted...
improved wrapper check to avoid crashes on virtual methods while python object gets deleted git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@245 ea8d5007-eb21-0410-b261-ccb3ea6e24a9

File last commit:

r186:69e742701130
r204:7ce280c51c17
Show More
com_trolltech_qt_gui8.h
1242 lines | 64.3 KiB | text/x-c | CLexer
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 #include <PythonQt.h>
#include <QObject>
#include <QVariant>
#include <qbrush.h>
#include <qcolor.h>
#include <qfont.h>
florianlink
updated to Qt 4.8 wrappers...
r186 #include <qfontinfo.h>
#include <qfontmetrics.h>
florianlink
updated to Qt 4.6 API...
r110 #include <qimage.h>
#include <qline.h>
#include <qmatrix.h>
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 #include <qpaintdevice.h>
#include <qpaintengine.h>
florianlink
updated to Qt 4.6 API...
r110 #include <qpainterpath.h>
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 #include <qpalette.h>
#include <qpen.h>
florianlink
updated to Qt 4.6 API...
r110 #include <qpicture.h>
#include <qpixmap.h>
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 #include <qpoint.h>
florianlink
updated to Qt 4.6 API...
r110 #include <qpolygon.h>
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 #include <qrect.h>
#include <qregion.h>
florianlink
updated to Qt 4.8 wrappers...
r186 #include <qstatictext.h>
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 #include <qstyle.h>
#include <qstyleoption.h>
florianlink
updated to Qt 4.6 API...
r110 #include <qstylepainter.h>
florianlink
updated to Qt 4.8 wrappers...
r186 #include <qtextoption.h>
florianlink
updated to Qt 4.6 API...
r110 #include <qtransform.h>
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 #include <qvector.h>
#include <qwidget.h>
florianlink
updated to Qt 4.8 wrappers...
r186 class PythonQtShell_QStyleOptionFrame : public QStyleOptionFrame
{
public:
PythonQtShell_QStyleOptionFrame():QStyleOptionFrame(),_wrapper(NULL) {};
PythonQtShell_QStyleOptionFrame(const QStyleOptionFrame& other):QStyleOptionFrame(other),_wrapper(NULL) {};
PythonQtShell_QStyleOptionFrame(int version):QStyleOptionFrame(version),_wrapper(NULL) {};
~PythonQtShell_QStyleOptionFrame();
PythonQtInstanceWrapper* _wrapper;
};
class PythonQtWrapper_QStyleOptionFrame : public QObject
{ Q_OBJECT
public:
Q_ENUMS(StyleOptionVersion StyleOptionType )
enum StyleOptionVersion{
Version = QStyleOptionFrame::Version};
enum StyleOptionType{
Type = QStyleOptionFrame::Type};
public slots:
QStyleOptionFrame* new_QStyleOptionFrame();
QStyleOptionFrame* new_QStyleOptionFrame(const QStyleOptionFrame& other);
void delete_QStyleOptionFrame(QStyleOptionFrame* obj) { delete obj; }
void py_set_lineWidth(QStyleOptionFrame* theWrappedObject, int lineWidth){ theWrappedObject->lineWidth = lineWidth; }
int py_get_lineWidth(QStyleOptionFrame* theWrappedObject){ return theWrappedObject->lineWidth; }
void py_set_midLineWidth(QStyleOptionFrame* theWrappedObject, int midLineWidth){ theWrappedObject->midLineWidth = midLineWidth; }
int py_get_midLineWidth(QStyleOptionFrame* theWrappedObject){ return theWrappedObject->midLineWidth; }
};
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) {};
~PythonQtShell_QStyleOptionFrameV2();
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; }
void py_set_features(QStyleOptionFrameV2* theWrappedObject, QStyleOptionFrameV2::FrameFeatures features){ theWrappedObject->features = features; }
QStyleOptionFrameV2::FrameFeatures py_get_features(QStyleOptionFrameV2* theWrappedObject){ return theWrappedObject->features; }
};
class PythonQtShell_QStyleOptionFrameV3 : public QStyleOptionFrameV3
{
public:
PythonQtShell_QStyleOptionFrameV3():QStyleOptionFrameV3(),_wrapper(NULL) {};
PythonQtShell_QStyleOptionFrameV3(const QStyleOptionFrame& other):QStyleOptionFrameV3(other),_wrapper(NULL) {};
PythonQtShell_QStyleOptionFrameV3(const QStyleOptionFrameV3& other):QStyleOptionFrameV3(other),_wrapper(NULL) {};
PythonQtShell_QStyleOptionFrameV3(int version):QStyleOptionFrameV3(version),_wrapper(NULL) {};
~PythonQtShell_QStyleOptionFrameV3();
PythonQtInstanceWrapper* _wrapper;
};
class PythonQtWrapper_QStyleOptionFrameV3 : public QObject
{ Q_OBJECT
public:
Q_ENUMS(StyleOptionVersion )
enum StyleOptionVersion{
Version = QStyleOptionFrameV3::Version};
public slots:
QStyleOptionFrameV3* new_QStyleOptionFrameV3();
QStyleOptionFrameV3* new_QStyleOptionFrameV3(const QStyleOptionFrame& other);
QStyleOptionFrameV3* new_QStyleOptionFrameV3(const QStyleOptionFrameV3& other);
void delete_QStyleOptionFrameV3(QStyleOptionFrameV3* obj) { delete obj; }
void py_set_frameShape(QStyleOptionFrameV3* theWrappedObject, QFrame::Shape frameShape){ theWrappedObject->frameShape = frameShape; }
QFrame::Shape py_get_frameShape(QStyleOptionFrameV3* theWrappedObject){ return theWrappedObject->frameShape; }
void py_set_unused(QStyleOptionFrameV3* theWrappedObject, uint unused){ theWrappedObject->unused = unused; }
uint py_get_unused(QStyleOptionFrameV3* theWrappedObject){ return theWrappedObject->unused; }
};
class PythonQtShell_QStyleOptionGraphicsItem : public QStyleOptionGraphicsItem
{
public:
PythonQtShell_QStyleOptionGraphicsItem():QStyleOptionGraphicsItem(),_wrapper(NULL) {};
PythonQtShell_QStyleOptionGraphicsItem(const QStyleOptionGraphicsItem& other):QStyleOptionGraphicsItem(other),_wrapper(NULL) {};
PythonQtShell_QStyleOptionGraphicsItem(int version):QStyleOptionGraphicsItem(version),_wrapper(NULL) {};
~PythonQtShell_QStyleOptionGraphicsItem();
PythonQtInstanceWrapper* _wrapper;
};
class PythonQtWrapper_QStyleOptionGraphicsItem : public QObject
{ Q_OBJECT
public:
Q_ENUMS(StyleOptionVersion StyleOptionType )
enum StyleOptionVersion{
Version = QStyleOptionGraphicsItem::Version};
enum StyleOptionType{
Type = QStyleOptionGraphicsItem::Type};
public slots:
QStyleOptionGraphicsItem* new_QStyleOptionGraphicsItem();
QStyleOptionGraphicsItem* new_QStyleOptionGraphicsItem(const QStyleOptionGraphicsItem& other);
void delete_QStyleOptionGraphicsItem(QStyleOptionGraphicsItem* obj) { delete obj; }
qreal static_QStyleOptionGraphicsItem_levelOfDetailFromTransform(const QTransform& worldTransform);
void py_set_exposedRect(QStyleOptionGraphicsItem* theWrappedObject, QRectF exposedRect){ theWrappedObject->exposedRect = exposedRect; }
QRectF py_get_exposedRect(QStyleOptionGraphicsItem* theWrappedObject){ return theWrappedObject->exposedRect; }
void py_set_matrix(QStyleOptionGraphicsItem* theWrappedObject, QMatrix matrix){ theWrappedObject->matrix = matrix; }
QMatrix py_get_matrix(QStyleOptionGraphicsItem* theWrappedObject){ return theWrappedObject->matrix; }
void py_set_levelOfDetail(QStyleOptionGraphicsItem* theWrappedObject, qreal levelOfDetail){ theWrappedObject->levelOfDetail = levelOfDetail; }
qreal py_get_levelOfDetail(QStyleOptionGraphicsItem* theWrappedObject){ return theWrappedObject->levelOfDetail; }
};
class PythonQtShell_QStyleOptionGroupBox : public QStyleOptionGroupBox
{
public:
PythonQtShell_QStyleOptionGroupBox():QStyleOptionGroupBox(),_wrapper(NULL) {};
PythonQtShell_QStyleOptionGroupBox(const QStyleOptionGroupBox& other):QStyleOptionGroupBox(other),_wrapper(NULL) {};
PythonQtShell_QStyleOptionGroupBox(int version):QStyleOptionGroupBox(version),_wrapper(NULL) {};
~PythonQtShell_QStyleOptionGroupBox();
PythonQtInstanceWrapper* _wrapper;
};
class PythonQtWrapper_QStyleOptionGroupBox : public QObject
{ Q_OBJECT
public:
Q_ENUMS(StyleOptionVersion StyleOptionType )
enum StyleOptionVersion{
Version = QStyleOptionGroupBox::Version};
enum StyleOptionType{
Type = QStyleOptionGroupBox::Type};
public slots:
QStyleOptionGroupBox* new_QStyleOptionGroupBox();
QStyleOptionGroupBox* new_QStyleOptionGroupBox(const QStyleOptionGroupBox& other);
void delete_QStyleOptionGroupBox(QStyleOptionGroupBox* obj) { delete obj; }
void py_set_lineWidth(QStyleOptionGroupBox* theWrappedObject, int lineWidth){ theWrappedObject->lineWidth = lineWidth; }
int py_get_lineWidth(QStyleOptionGroupBox* theWrappedObject){ return theWrappedObject->lineWidth; }
void py_set_features(QStyleOptionGroupBox* theWrappedObject, QStyleOptionFrameV2::FrameFeatures features){ theWrappedObject->features = features; }
QStyleOptionFrameV2::FrameFeatures py_get_features(QStyleOptionGroupBox* theWrappedObject){ return theWrappedObject->features; }
void py_set_textAlignment(QStyleOptionGroupBox* theWrappedObject, Qt::Alignment textAlignment){ theWrappedObject->textAlignment = textAlignment; }
Qt::Alignment py_get_textAlignment(QStyleOptionGroupBox* theWrappedObject){ return theWrappedObject->textAlignment; }
void py_set_midLineWidth(QStyleOptionGroupBox* theWrappedObject, int midLineWidth){ theWrappedObject->midLineWidth = midLineWidth; }
int py_get_midLineWidth(QStyleOptionGroupBox* theWrappedObject){ return theWrappedObject->midLineWidth; }
void py_set_text(QStyleOptionGroupBox* theWrappedObject, QString text){ theWrappedObject->text = text; }
QString py_get_text(QStyleOptionGroupBox* theWrappedObject){ return theWrappedObject->text; }
void py_set_textColor(QStyleOptionGroupBox* theWrappedObject, QColor textColor){ theWrappedObject->textColor = textColor; }
QColor py_get_textColor(QStyleOptionGroupBox* theWrappedObject){ return theWrappedObject->textColor; }
};
class PythonQtShell_QStyleOptionHeader : public QStyleOptionHeader
{
public:
PythonQtShell_QStyleOptionHeader():QStyleOptionHeader(),_wrapper(NULL) {};
PythonQtShell_QStyleOptionHeader(const QStyleOptionHeader& other):QStyleOptionHeader(other),_wrapper(NULL) {};
PythonQtShell_QStyleOptionHeader(int version):QStyleOptionHeader(version),_wrapper(NULL) {};
~PythonQtShell_QStyleOptionHeader();
PythonQtInstanceWrapper* _wrapper;
};
class PythonQtWrapper_QStyleOptionHeader : public QObject
{ Q_OBJECT
public:
Q_ENUMS(StyleOptionVersion SectionPosition SelectedPosition StyleOptionType SortIndicator )
enum StyleOptionVersion{
Version = QStyleOptionHeader::Version};
enum SectionPosition{
Beginning = QStyleOptionHeader::Beginning, Middle = QStyleOptionHeader::Middle, End = QStyleOptionHeader::End, OnlyOneSection = QStyleOptionHeader::OnlyOneSection};
enum SelectedPosition{
NotAdjacent = QStyleOptionHeader::NotAdjacent, NextIsSelected = QStyleOptionHeader::NextIsSelected, PreviousIsSelected = QStyleOptionHeader::PreviousIsSelected, NextAndPreviousAreSelected = QStyleOptionHeader::NextAndPreviousAreSelected};
enum StyleOptionType{
Type = QStyleOptionHeader::Type};
enum SortIndicator{
None = QStyleOptionHeader::None, SortUp = QStyleOptionHeader::SortUp, SortDown = QStyleOptionHeader::SortDown};
public slots:
QStyleOptionHeader* new_QStyleOptionHeader();
QStyleOptionHeader* new_QStyleOptionHeader(const QStyleOptionHeader& other);
void delete_QStyleOptionHeader(QStyleOptionHeader* obj) { delete obj; }
void py_set_section(QStyleOptionHeader* theWrappedObject, int section){ theWrappedObject->section = section; }
int py_get_section(QStyleOptionHeader* theWrappedObject){ return theWrappedObject->section; }
void py_set_sortIndicator(QStyleOptionHeader* theWrappedObject, QStyleOptionHeader::SortIndicator sortIndicator){ theWrappedObject->sortIndicator = sortIndicator; }
QStyleOptionHeader::SortIndicator py_get_sortIndicator(QStyleOptionHeader* theWrappedObject){ return theWrappedObject->sortIndicator; }
void py_set_position(QStyleOptionHeader* theWrappedObject, QStyleOptionHeader::SectionPosition position){ theWrappedObject->position = position; }
QStyleOptionHeader::SectionPosition py_get_position(QStyleOptionHeader* theWrappedObject){ return theWrappedObject->position; }
void py_set_icon(QStyleOptionHeader* theWrappedObject, QIcon icon){ theWrappedObject->icon = icon; }
QIcon py_get_icon(QStyleOptionHeader* theWrappedObject){ return theWrappedObject->icon; }
void py_set_textAlignment(QStyleOptionHeader* theWrappedObject, Qt::Alignment textAlignment){ theWrappedObject->textAlignment = textAlignment; }
Qt::Alignment py_get_textAlignment(QStyleOptionHeader* theWrappedObject){ return theWrappedObject->textAlignment; }
void py_set_text(QStyleOptionHeader* theWrappedObject, QString text){ theWrappedObject->text = text; }
QString py_get_text(QStyleOptionHeader* theWrappedObject){ return theWrappedObject->text; }
void py_set_selectedPosition(QStyleOptionHeader* theWrappedObject, QStyleOptionHeader::SelectedPosition selectedPosition){ theWrappedObject->selectedPosition = selectedPosition; }
QStyleOptionHeader::SelectedPosition py_get_selectedPosition(QStyleOptionHeader* theWrappedObject){ return theWrappedObject->selectedPosition; }
void py_set_iconAlignment(QStyleOptionHeader* theWrappedObject, Qt::Alignment iconAlignment){ theWrappedObject->iconAlignment = iconAlignment; }
Qt::Alignment py_get_iconAlignment(QStyleOptionHeader* theWrappedObject){ return theWrappedObject->iconAlignment; }
void py_set_orientation(QStyleOptionHeader* theWrappedObject, Qt::Orientation orientation){ theWrappedObject->orientation = orientation; }
Qt::Orientation py_get_orientation(QStyleOptionHeader* theWrappedObject){ return theWrappedObject->orientation; }
};
class PythonQtShell_QStyleOptionMenuItem : public QStyleOptionMenuItem
{
public:
PythonQtShell_QStyleOptionMenuItem():QStyleOptionMenuItem(),_wrapper(NULL) {};
PythonQtShell_QStyleOptionMenuItem(const QStyleOptionMenuItem& other):QStyleOptionMenuItem(other),_wrapper(NULL) {};
PythonQtShell_QStyleOptionMenuItem(int version):QStyleOptionMenuItem(version),_wrapper(NULL) {};
~PythonQtShell_QStyleOptionMenuItem();
PythonQtInstanceWrapper* _wrapper;
};
class PythonQtWrapper_QStyleOptionMenuItem : public QObject
{ Q_OBJECT
public:
Q_ENUMS(StyleOptionVersion StyleOptionType CheckType MenuItemType )
enum StyleOptionVersion{
Version = QStyleOptionMenuItem::Version};
enum StyleOptionType{
Type = QStyleOptionMenuItem::Type};
enum CheckType{
NotCheckable = QStyleOptionMenuItem::NotCheckable, Exclusive = QStyleOptionMenuItem::Exclusive, NonExclusive = QStyleOptionMenuItem::NonExclusive};
enum MenuItemType{
Normal = QStyleOptionMenuItem::Normal, DefaultItem = QStyleOptionMenuItem::DefaultItem, Separator = QStyleOptionMenuItem::Separator, SubMenu = QStyleOptionMenuItem::SubMenu, Scroller = QStyleOptionMenuItem::Scroller, TearOff = QStyleOptionMenuItem::TearOff, Margin = QStyleOptionMenuItem::Margin, EmptyArea = QStyleOptionMenuItem::EmptyArea};
public slots:
QStyleOptionMenuItem* new_QStyleOptionMenuItem();
QStyleOptionMenuItem* new_QStyleOptionMenuItem(const QStyleOptionMenuItem& other);
void delete_QStyleOptionMenuItem(QStyleOptionMenuItem* obj) { delete obj; }
void py_set_menuHasCheckableItems(QStyleOptionMenuItem* theWrappedObject, bool menuHasCheckableItems){ theWrappedObject->menuHasCheckableItems = menuHasCheckableItems; }
bool py_get_menuHasCheckableItems(QStyleOptionMenuItem* theWrappedObject){ return theWrappedObject->menuHasCheckableItems; }
void py_set_menuRect(QStyleOptionMenuItem* theWrappedObject, QRect menuRect){ theWrappedObject->menuRect = menuRect; }
QRect py_get_menuRect(QStyleOptionMenuItem* theWrappedObject){ return theWrappedObject->menuRect; }
void py_set_checkType(QStyleOptionMenuItem* theWrappedObject, QStyleOptionMenuItem::CheckType checkType){ theWrappedObject->checkType = checkType; }
QStyleOptionMenuItem::CheckType py_get_checkType(QStyleOptionMenuItem* theWrappedObject){ return theWrappedObject->checkType; }
void py_set_icon(QStyleOptionMenuItem* theWrappedObject, QIcon icon){ theWrappedObject->icon = icon; }
QIcon py_get_icon(QStyleOptionMenuItem* theWrappedObject){ return theWrappedObject->icon; }
void py_set_checked(QStyleOptionMenuItem* theWrappedObject, bool checked){ theWrappedObject->checked = checked; }
bool py_get_checked(QStyleOptionMenuItem* theWrappedObject){ return theWrappedObject->checked; }
void py_set_maxIconWidth(QStyleOptionMenuItem* theWrappedObject, int maxIconWidth){ theWrappedObject->maxIconWidth = maxIconWidth; }
int py_get_maxIconWidth(QStyleOptionMenuItem* theWrappedObject){ return theWrappedObject->maxIconWidth; }
void py_set_tabWidth(QStyleOptionMenuItem* theWrappedObject, int tabWidth){ theWrappedObject->tabWidth = tabWidth; }
int py_get_tabWidth(QStyleOptionMenuItem* theWrappedObject){ return theWrappedObject->tabWidth; }
void py_set_text(QStyleOptionMenuItem* theWrappedObject, QString text){ theWrappedObject->text = text; }
QString py_get_text(QStyleOptionMenuItem* theWrappedObject){ return theWrappedObject->text; }
void py_set_font(QStyleOptionMenuItem* theWrappedObject, QFont font){ theWrappedObject->font = font; }
QFont py_get_font(QStyleOptionMenuItem* theWrappedObject){ return theWrappedObject->font; }
void py_set_menuItemType(QStyleOptionMenuItem* theWrappedObject, QStyleOptionMenuItem::MenuItemType menuItemType){ theWrappedObject->menuItemType = menuItemType; }
QStyleOptionMenuItem::MenuItemType py_get_menuItemType(QStyleOptionMenuItem* theWrappedObject){ return theWrappedObject->menuItemType; }
};
class PythonQtShell_QStyleOptionProgressBar : public QStyleOptionProgressBar
{
public:
PythonQtShell_QStyleOptionProgressBar():QStyleOptionProgressBar(),_wrapper(NULL) {};
PythonQtShell_QStyleOptionProgressBar(const QStyleOptionProgressBar& other):QStyleOptionProgressBar(other),_wrapper(NULL) {};
PythonQtShell_QStyleOptionProgressBar(int version):QStyleOptionProgressBar(version),_wrapper(NULL) {};
~PythonQtShell_QStyleOptionProgressBar();
PythonQtInstanceWrapper* _wrapper;
};
class PythonQtWrapper_QStyleOptionProgressBar : public QObject
{ Q_OBJECT
public:
Q_ENUMS(StyleOptionVersion StyleOptionType )
enum StyleOptionVersion{
Version = QStyleOptionProgressBar::Version};
enum StyleOptionType{
Type = QStyleOptionProgressBar::Type};
public slots:
QStyleOptionProgressBar* new_QStyleOptionProgressBar();
QStyleOptionProgressBar* new_QStyleOptionProgressBar(const QStyleOptionProgressBar& other);
void delete_QStyleOptionProgressBar(QStyleOptionProgressBar* obj) { delete obj; }
void py_set_minimum(QStyleOptionProgressBar* theWrappedObject, int minimum){ theWrappedObject->minimum = minimum; }
int py_get_minimum(QStyleOptionProgressBar* theWrappedObject){ return theWrappedObject->minimum; }
void py_set_maximum(QStyleOptionProgressBar* theWrappedObject, int maximum){ theWrappedObject->maximum = maximum; }
int py_get_maximum(QStyleOptionProgressBar* theWrappedObject){ return theWrappedObject->maximum; }
void py_set_progress(QStyleOptionProgressBar* theWrappedObject, int progress){ theWrappedObject->progress = progress; }
int py_get_progress(QStyleOptionProgressBar* theWrappedObject){ return theWrappedObject->progress; }
void py_set_textAlignment(QStyleOptionProgressBar* theWrappedObject, Qt::Alignment textAlignment){ theWrappedObject->textAlignment = textAlignment; }
Qt::Alignment py_get_textAlignment(QStyleOptionProgressBar* theWrappedObject){ return theWrappedObject->textAlignment; }
void py_set_text(QStyleOptionProgressBar* theWrappedObject, QString text){ theWrappedObject->text = text; }
QString py_get_text(QStyleOptionProgressBar* theWrappedObject){ return theWrappedObject->text; }
void py_set_textVisible(QStyleOptionProgressBar* theWrappedObject, bool textVisible){ theWrappedObject->textVisible = textVisible; }
bool py_get_textVisible(QStyleOptionProgressBar* theWrappedObject){ return theWrappedObject->textVisible; }
};
class PythonQtShell_QStyleOptionProgressBarV2 : public QStyleOptionProgressBarV2
{
public:
PythonQtShell_QStyleOptionProgressBarV2():QStyleOptionProgressBarV2(),_wrapper(NULL) {};
PythonQtShell_QStyleOptionProgressBarV2(const QStyleOptionProgressBar& other):QStyleOptionProgressBarV2(other),_wrapper(NULL) {};
PythonQtShell_QStyleOptionProgressBarV2(const QStyleOptionProgressBarV2& other):QStyleOptionProgressBarV2(other),_wrapper(NULL) {};
PythonQtShell_QStyleOptionProgressBarV2(int version):QStyleOptionProgressBarV2(version),_wrapper(NULL) {};
~PythonQtShell_QStyleOptionProgressBarV2();
PythonQtInstanceWrapper* _wrapper;
};
class PythonQtWrapper_QStyleOptionProgressBarV2 : public QObject
{ Q_OBJECT
public:
Q_ENUMS(StyleOptionVersion StyleOptionType )
enum StyleOptionVersion{
Version = QStyleOptionProgressBarV2::Version};
enum StyleOptionType{
Type = QStyleOptionProgressBarV2::Type};
public slots:
QStyleOptionProgressBarV2* new_QStyleOptionProgressBarV2();
QStyleOptionProgressBarV2* new_QStyleOptionProgressBarV2(const QStyleOptionProgressBar& other);
QStyleOptionProgressBarV2* new_QStyleOptionProgressBarV2(const QStyleOptionProgressBarV2& other);
void delete_QStyleOptionProgressBarV2(QStyleOptionProgressBarV2* obj) { delete obj; }
void py_set_bottomToTop(QStyleOptionProgressBarV2* theWrappedObject, bool bottomToTop){ theWrappedObject->bottomToTop = bottomToTop; }
bool py_get_bottomToTop(QStyleOptionProgressBarV2* theWrappedObject){ return theWrappedObject->bottomToTop; }
void py_set_invertedAppearance(QStyleOptionProgressBarV2* theWrappedObject, bool invertedAppearance){ theWrappedObject->invertedAppearance = invertedAppearance; }
bool py_get_invertedAppearance(QStyleOptionProgressBarV2* theWrappedObject){ return theWrappedObject->invertedAppearance; }
void py_set_orientation(QStyleOptionProgressBarV2* theWrappedObject, Qt::Orientation orientation){ theWrappedObject->orientation = orientation; }
Qt::Orientation py_get_orientation(QStyleOptionProgressBarV2* theWrappedObject){ return theWrappedObject->orientation; }
};
class PythonQtShell_QStyleOptionRubberBand : public QStyleOptionRubberBand
{
public:
PythonQtShell_QStyleOptionRubberBand():QStyleOptionRubberBand(),_wrapper(NULL) {};
PythonQtShell_QStyleOptionRubberBand(const QStyleOptionRubberBand& other):QStyleOptionRubberBand(other),_wrapper(NULL) {};
PythonQtShell_QStyleOptionRubberBand(int version):QStyleOptionRubberBand(version),_wrapper(NULL) {};
~PythonQtShell_QStyleOptionRubberBand();
PythonQtInstanceWrapper* _wrapper;
};
class PythonQtWrapper_QStyleOptionRubberBand : public QObject
{ Q_OBJECT
public:
Q_ENUMS(StyleOptionVersion StyleOptionType )
enum StyleOptionVersion{
Version = QStyleOptionRubberBand::Version};
enum StyleOptionType{
Type = QStyleOptionRubberBand::Type};
public slots:
QStyleOptionRubberBand* new_QStyleOptionRubberBand();
QStyleOptionRubberBand* new_QStyleOptionRubberBand(const QStyleOptionRubberBand& other);
void delete_QStyleOptionRubberBand(QStyleOptionRubberBand* obj) { delete obj; }
void py_set_opaque(QStyleOptionRubberBand* theWrappedObject, bool opaque){ theWrappedObject->opaque = opaque; }
bool py_get_opaque(QStyleOptionRubberBand* theWrappedObject){ return theWrappedObject->opaque; }
void py_set_shape(QStyleOptionRubberBand* theWrappedObject, QRubberBand::Shape shape){ theWrappedObject->shape = shape; }
QRubberBand::Shape py_get_shape(QStyleOptionRubberBand* theWrappedObject){ return theWrappedObject->shape; }
};
class PythonQtShell_QStyleOptionSizeGrip : public QStyleOptionSizeGrip
{
public:
PythonQtShell_QStyleOptionSizeGrip():QStyleOptionSizeGrip(),_wrapper(NULL) {};
PythonQtShell_QStyleOptionSizeGrip(const QStyleOptionSizeGrip& other):QStyleOptionSizeGrip(other),_wrapper(NULL) {};
PythonQtShell_QStyleOptionSizeGrip(int version):QStyleOptionSizeGrip(version),_wrapper(NULL) {};
~PythonQtShell_QStyleOptionSizeGrip();
PythonQtInstanceWrapper* _wrapper;
};
class PythonQtWrapper_QStyleOptionSizeGrip : public QObject
{ Q_OBJECT
public:
Q_ENUMS(StyleOptionVersion StyleOptionType )
enum StyleOptionVersion{
Version = QStyleOptionSizeGrip::Version};
enum StyleOptionType{
Type = QStyleOptionSizeGrip::Type};
public slots:
QStyleOptionSizeGrip* new_QStyleOptionSizeGrip();
QStyleOptionSizeGrip* new_QStyleOptionSizeGrip(const QStyleOptionSizeGrip& other);
void delete_QStyleOptionSizeGrip(QStyleOptionSizeGrip* obj) { delete obj; }
void py_set_corner(QStyleOptionSizeGrip* theWrappedObject, Qt::Corner corner){ theWrappedObject->corner = corner; }
Qt::Corner py_get_corner(QStyleOptionSizeGrip* theWrappedObject){ return theWrappedObject->corner; }
};
class PythonQtShell_QStyleOptionSlider : public QStyleOptionSlider
{
public:
PythonQtShell_QStyleOptionSlider():QStyleOptionSlider(),_wrapper(NULL) {};
PythonQtShell_QStyleOptionSlider(const QStyleOptionSlider& other):QStyleOptionSlider(other),_wrapper(NULL) {};
PythonQtShell_QStyleOptionSlider(int version):QStyleOptionSlider(version),_wrapper(NULL) {};
~PythonQtShell_QStyleOptionSlider();
PythonQtInstanceWrapper* _wrapper;
};
class PythonQtWrapper_QStyleOptionSlider : public QObject
{ Q_OBJECT
public:
Q_ENUMS(StyleOptionVersion StyleOptionType )
enum StyleOptionVersion{
Version = QStyleOptionSlider::Version};
enum StyleOptionType{
Type = QStyleOptionSlider::Type};
public slots:
QStyleOptionSlider* new_QStyleOptionSlider();
QStyleOptionSlider* new_QStyleOptionSlider(const QStyleOptionSlider& other);
void delete_QStyleOptionSlider(QStyleOptionSlider* obj) { delete obj; }
void py_set_tickInterval(QStyleOptionSlider* theWrappedObject, int tickInterval){ theWrappedObject->tickInterval = tickInterval; }
int py_get_tickInterval(QStyleOptionSlider* theWrappedObject){ return theWrappedObject->tickInterval; }
void py_set_minimum(QStyleOptionSlider* theWrappedObject, int minimum){ theWrappedObject->minimum = minimum; }
int py_get_minimum(QStyleOptionSlider* theWrappedObject){ return theWrappedObject->minimum; }
void py_set_notchTarget(QStyleOptionSlider* theWrappedObject, qreal notchTarget){ theWrappedObject->notchTarget = notchTarget; }
qreal py_get_notchTarget(QStyleOptionSlider* theWrappedObject){ return theWrappedObject->notchTarget; }
void py_set_maximum(QStyleOptionSlider* theWrappedObject, int maximum){ theWrappedObject->maximum = maximum; }
int py_get_maximum(QStyleOptionSlider* theWrappedObject){ return theWrappedObject->maximum; }
void py_set_sliderPosition(QStyleOptionSlider* theWrappedObject, int sliderPosition){ theWrappedObject->sliderPosition = sliderPosition; }
int py_get_sliderPosition(QStyleOptionSlider* theWrappedObject){ return theWrappedObject->sliderPosition; }
void py_set_dialWrapping(QStyleOptionSlider* theWrappedObject, bool dialWrapping){ theWrappedObject->dialWrapping = dialWrapping; }
bool py_get_dialWrapping(QStyleOptionSlider* theWrappedObject){ return theWrappedObject->dialWrapping; }
void py_set_sliderValue(QStyleOptionSlider* theWrappedObject, int sliderValue){ theWrappedObject->sliderValue = sliderValue; }
int py_get_sliderValue(QStyleOptionSlider* theWrappedObject){ return theWrappedObject->sliderValue; }
void py_set_singleStep(QStyleOptionSlider* theWrappedObject, int singleStep){ theWrappedObject->singleStep = singleStep; }
int py_get_singleStep(QStyleOptionSlider* theWrappedObject){ return theWrappedObject->singleStep; }
void py_set_tickPosition(QStyleOptionSlider* theWrappedObject, QSlider::TickPosition tickPosition){ theWrappedObject->tickPosition = tickPosition; }
QSlider::TickPosition py_get_tickPosition(QStyleOptionSlider* theWrappedObject){ return theWrappedObject->tickPosition; }
void py_set_pageStep(QStyleOptionSlider* theWrappedObject, int pageStep){ theWrappedObject->pageStep = pageStep; }
int py_get_pageStep(QStyleOptionSlider* theWrappedObject){ return theWrappedObject->pageStep; }
void py_set_orientation(QStyleOptionSlider* theWrappedObject, Qt::Orientation orientation){ theWrappedObject->orientation = orientation; }
Qt::Orientation py_get_orientation(QStyleOptionSlider* theWrappedObject){ return theWrappedObject->orientation; }
void py_set_upsideDown(QStyleOptionSlider* theWrappedObject, bool upsideDown){ theWrappedObject->upsideDown = upsideDown; }
bool py_get_upsideDown(QStyleOptionSlider* theWrappedObject){ return theWrappedObject->upsideDown; }
};
class PythonQtShell_QStyleOptionSpinBox : public QStyleOptionSpinBox
{
public:
PythonQtShell_QStyleOptionSpinBox():QStyleOptionSpinBox(),_wrapper(NULL) {};
PythonQtShell_QStyleOptionSpinBox(const QStyleOptionSpinBox& other):QStyleOptionSpinBox(other),_wrapper(NULL) {};
PythonQtShell_QStyleOptionSpinBox(int version):QStyleOptionSpinBox(version),_wrapper(NULL) {};
~PythonQtShell_QStyleOptionSpinBox();
PythonQtInstanceWrapper* _wrapper;
};
class PythonQtWrapper_QStyleOptionSpinBox : public QObject
{ Q_OBJECT
public:
Q_ENUMS(StyleOptionVersion StyleOptionType )
enum StyleOptionVersion{
Version = QStyleOptionSpinBox::Version};
enum StyleOptionType{
Type = QStyleOptionSpinBox::Type};
public slots:
QStyleOptionSpinBox* new_QStyleOptionSpinBox();
QStyleOptionSpinBox* new_QStyleOptionSpinBox(const QStyleOptionSpinBox& other);
void delete_QStyleOptionSpinBox(QStyleOptionSpinBox* obj) { delete obj; }
void py_set_stepEnabled(QStyleOptionSpinBox* theWrappedObject, QAbstractSpinBox::StepEnabled stepEnabled){ theWrappedObject->stepEnabled = stepEnabled; }
QAbstractSpinBox::StepEnabled py_get_stepEnabled(QStyleOptionSpinBox* theWrappedObject){ return theWrappedObject->stepEnabled; }
void py_set_buttonSymbols(QStyleOptionSpinBox* theWrappedObject, QAbstractSpinBox::ButtonSymbols buttonSymbols){ theWrappedObject->buttonSymbols = buttonSymbols; }
QAbstractSpinBox::ButtonSymbols py_get_buttonSymbols(QStyleOptionSpinBox* theWrappedObject){ return theWrappedObject->buttonSymbols; }
void py_set_frame(QStyleOptionSpinBox* theWrappedObject, bool frame){ theWrappedObject->frame = frame; }
bool py_get_frame(QStyleOptionSpinBox* theWrappedObject){ return theWrappedObject->frame; }
};
florianlink
updated to Qt 4.6 API...
r110 class PythonQtShell_QStyleOptionTab : public QStyleOptionTab
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 {
public:
florianlink
updated to Qt 4.6 API...
r110 PythonQtShell_QStyleOptionTab():QStyleOptionTab(),_wrapper(NULL) {};
PythonQtShell_QStyleOptionTab(const QStyleOptionTab& other):QStyleOptionTab(other),_wrapper(NULL) {};
PythonQtShell_QStyleOptionTab(int version):QStyleOptionTab(version),_wrapper(NULL) {};
florianlink
added newly generated wrappers for Qt 4.4.3...
r99
florianlink
updated to Qt 4.8 wrappers...
r186 ~PythonQtShell_QStyleOptionTab();
florianlink
added newly generated wrappers for Qt 4.4.3...
r99
PythonQtInstanceWrapper* _wrapper;
};
florianlink
updated to Qt 4.6 API...
r110 class PythonQtWrapper_QStyleOptionTab : public QObject
{ Q_OBJECT
public:
Q_ENUMS(StyleOptionVersion CornerWidget TabPosition SelectedPosition StyleOptionType )
Q_FLAGS(CornerWidgets )
enum StyleOptionVersion{
Version = QStyleOptionTab::Version};
enum CornerWidget{
NoCornerWidgets = QStyleOptionTab::NoCornerWidgets, LeftCornerWidget = QStyleOptionTab::LeftCornerWidget, RightCornerWidget = QStyleOptionTab::RightCornerWidget};
enum TabPosition{
Beginning = QStyleOptionTab::Beginning, Middle = QStyleOptionTab::Middle, End = QStyleOptionTab::End, OnlyOneTab = QStyleOptionTab::OnlyOneTab};
enum SelectedPosition{
NotAdjacent = QStyleOptionTab::NotAdjacent, NextIsSelected = QStyleOptionTab::NextIsSelected, PreviousIsSelected = QStyleOptionTab::PreviousIsSelected};
enum StyleOptionType{
Type = QStyleOptionTab::Type};
Q_DECLARE_FLAGS(CornerWidgets, CornerWidget)
public slots:
QStyleOptionTab* new_QStyleOptionTab();
QStyleOptionTab* new_QStyleOptionTab(const QStyleOptionTab& other);
void delete_QStyleOptionTab(QStyleOptionTab* obj) { delete obj; }
florianlink
update with new py_ naming and field getters/setters...
r117 void py_set_row(QStyleOptionTab* theWrappedObject, int row){ theWrappedObject->row = row; }
int py_get_row(QStyleOptionTab* theWrappedObject){ return theWrappedObject->row; }
void py_set_cornerWidgets(QStyleOptionTab* theWrappedObject, QStyleOptionTab::CornerWidgets cornerWidgets){ theWrappedObject->cornerWidgets = cornerWidgets; }
QStyleOptionTab::CornerWidgets py_get_cornerWidgets(QStyleOptionTab* theWrappedObject){ return theWrappedObject->cornerWidgets; }
void py_set_position(QStyleOptionTab* theWrappedObject, QStyleOptionTab::TabPosition position){ theWrappedObject->position = position; }
QStyleOptionTab::TabPosition py_get_position(QStyleOptionTab* theWrappedObject){ return theWrappedObject->position; }
void py_set_icon(QStyleOptionTab* theWrappedObject, QIcon icon){ theWrappedObject->icon = icon; }
QIcon py_get_icon(QStyleOptionTab* theWrappedObject){ return theWrappedObject->icon; }
void py_set_shape(QStyleOptionTab* theWrappedObject, QTabBar::Shape shape){ theWrappedObject->shape = shape; }
QTabBar::Shape py_get_shape(QStyleOptionTab* theWrappedObject){ return theWrappedObject->shape; }
void py_set_text(QStyleOptionTab* theWrappedObject, QString text){ theWrappedObject->text = text; }
QString py_get_text(QStyleOptionTab* theWrappedObject){ return theWrappedObject->text; }
void py_set_selectedPosition(QStyleOptionTab* theWrappedObject, QStyleOptionTab::SelectedPosition selectedPosition){ theWrappedObject->selectedPosition = selectedPosition; }
QStyleOptionTab::SelectedPosition py_get_selectedPosition(QStyleOptionTab* theWrappedObject){ return theWrappedObject->selectedPosition; }
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 };
florianlink
updated to Qt 4.6 API...
r110
class PythonQtShell_QStyleOptionTabBarBase : public QStyleOptionTabBarBase
{
public:
PythonQtShell_QStyleOptionTabBarBase():QStyleOptionTabBarBase(),_wrapper(NULL) {};
PythonQtShell_QStyleOptionTabBarBase(const QStyleOptionTabBarBase& other):QStyleOptionTabBarBase(other),_wrapper(NULL) {};
PythonQtShell_QStyleOptionTabBarBase(int version):QStyleOptionTabBarBase(version),_wrapper(NULL) {};
florianlink
updated to Qt 4.8 wrappers...
r186 ~PythonQtShell_QStyleOptionTabBarBase();
florianlink
updated to Qt 4.6 API...
r110
PythonQtInstanceWrapper* _wrapper;
};
class PythonQtWrapper_QStyleOptionTabBarBase : public QObject
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 { Q_OBJECT
public:
florianlink
updated to Qt 4.6 API...
r110 Q_ENUMS(StyleOptionVersion StyleOptionType )
enum StyleOptionVersion{
Version = QStyleOptionTabBarBase::Version};
enum StyleOptionType{
Type = QStyleOptionTabBarBase::Type};
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 public slots:
florianlink
updated to Qt 4.6 API...
r110 QStyleOptionTabBarBase* new_QStyleOptionTabBarBase();
QStyleOptionTabBarBase* new_QStyleOptionTabBarBase(const QStyleOptionTabBarBase& other);
void delete_QStyleOptionTabBarBase(QStyleOptionTabBarBase* obj) { delete obj; }
florianlink
update with new py_ naming and field getters/setters...
r117 void py_set_selectedTabRect(QStyleOptionTabBarBase* theWrappedObject, QRect selectedTabRect){ theWrappedObject->selectedTabRect = selectedTabRect; }
QRect py_get_selectedTabRect(QStyleOptionTabBarBase* theWrappedObject){ return theWrappedObject->selectedTabRect; }
void py_set_shape(QStyleOptionTabBarBase* theWrappedObject, QTabBar::Shape shape){ theWrappedObject->shape = shape; }
QTabBar::Shape py_get_shape(QStyleOptionTabBarBase* theWrappedObject){ return theWrappedObject->shape; }
void py_set_tabBarRect(QStyleOptionTabBarBase* theWrappedObject, QRect tabBarRect){ theWrappedObject->tabBarRect = tabBarRect; }
QRect py_get_tabBarRect(QStyleOptionTabBarBase* theWrappedObject){ return theWrappedObject->tabBarRect; }
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 };
florianlink
updated to Qt 4.6 API...
r110 class PythonQtShell_QStyleOptionTabBarBaseV2 : public QStyleOptionTabBarBaseV2
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 {
public:
florianlink
updated to Qt 4.6 API...
r110 PythonQtShell_QStyleOptionTabBarBaseV2():QStyleOptionTabBarBaseV2(),_wrapper(NULL) {};
PythonQtShell_QStyleOptionTabBarBaseV2(const QStyleOptionTabBarBase& other):QStyleOptionTabBarBaseV2(other),_wrapper(NULL) {};
PythonQtShell_QStyleOptionTabBarBaseV2(const QStyleOptionTabBarBaseV2& other):QStyleOptionTabBarBaseV2(other),_wrapper(NULL) {};
PythonQtShell_QStyleOptionTabBarBaseV2(int version):QStyleOptionTabBarBaseV2(version),_wrapper(NULL) {};
florianlink
added newly generated wrappers for Qt 4.4.3...
r99
florianlink
updated to Qt 4.8 wrappers...
r186 ~PythonQtShell_QStyleOptionTabBarBaseV2();
florianlink
added newly generated wrappers for Qt 4.4.3...
r99
PythonQtInstanceWrapper* _wrapper;
};
florianlink
updated to Qt 4.6 API...
r110 class PythonQtWrapper_QStyleOptionTabBarBaseV2 : public QObject
{ Q_OBJECT
public:
Q_ENUMS(StyleOptionVersion )
enum StyleOptionVersion{
Version = QStyleOptionTabBarBaseV2::Version};
public slots:
QStyleOptionTabBarBaseV2* new_QStyleOptionTabBarBaseV2();
QStyleOptionTabBarBaseV2* new_QStyleOptionTabBarBaseV2(const QStyleOptionTabBarBase& other);
QStyleOptionTabBarBaseV2* new_QStyleOptionTabBarBaseV2(const QStyleOptionTabBarBaseV2& other);
void delete_QStyleOptionTabBarBaseV2(QStyleOptionTabBarBaseV2* obj) { delete obj; }
florianlink
update with new py_ naming and field getters/setters...
r117 void py_set_documentMode(QStyleOptionTabBarBaseV2* theWrappedObject, bool documentMode){ theWrappedObject->documentMode = documentMode; }
bool py_get_documentMode(QStyleOptionTabBarBaseV2* theWrappedObject){ return theWrappedObject->documentMode; }
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 };
florianlink
updated to Qt 4.6 API...
r110
class PythonQtShell_QStyleOptionTabV2 : public QStyleOptionTabV2
{
public:
PythonQtShell_QStyleOptionTabV2():QStyleOptionTabV2(),_wrapper(NULL) {};
PythonQtShell_QStyleOptionTabV2(const QStyleOptionTab& other):QStyleOptionTabV2(other),_wrapper(NULL) {};
PythonQtShell_QStyleOptionTabV2(const QStyleOptionTabV2& other):QStyleOptionTabV2(other),_wrapper(NULL) {};
PythonQtShell_QStyleOptionTabV2(int version):QStyleOptionTabV2(version),_wrapper(NULL) {};
florianlink
updated to Qt 4.8 wrappers...
r186 ~PythonQtShell_QStyleOptionTabV2();
florianlink
updated to Qt 4.6 API...
r110
PythonQtInstanceWrapper* _wrapper;
};
class PythonQtWrapper_QStyleOptionTabV2 : public QObject
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 { Q_OBJECT
public:
florianlink
updated to Qt 4.6 API...
r110 Q_ENUMS(StyleOptionVersion )
enum StyleOptionVersion{
Version = QStyleOptionTabV2::Version};
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 public slots:
florianlink
updated to Qt 4.6 API...
r110 QStyleOptionTabV2* new_QStyleOptionTabV2();
QStyleOptionTabV2* new_QStyleOptionTabV2(const QStyleOptionTab& other);
QStyleOptionTabV2* new_QStyleOptionTabV2(const QStyleOptionTabV2& other);
void delete_QStyleOptionTabV2(QStyleOptionTabV2* obj) { delete obj; }
florianlink
update with new py_ naming and field getters/setters...
r117 void py_set_iconSize(QStyleOptionTabV2* theWrappedObject, QSize iconSize){ theWrappedObject->iconSize = iconSize; }
QSize py_get_iconSize(QStyleOptionTabV2* theWrappedObject){ return theWrappedObject->iconSize; }
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 };
florianlink
updated to Qt 4.6 API...
r110 class PythonQtShell_QStyleOptionTabV3 : public QStyleOptionTabV3
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 {
public:
florianlink
updated to Qt 4.6 API...
r110 PythonQtShell_QStyleOptionTabV3():QStyleOptionTabV3(),_wrapper(NULL) {};
PythonQtShell_QStyleOptionTabV3(const QStyleOptionTab& other):QStyleOptionTabV3(other),_wrapper(NULL) {};
PythonQtShell_QStyleOptionTabV3(const QStyleOptionTabV2& other):QStyleOptionTabV3(other),_wrapper(NULL) {};
PythonQtShell_QStyleOptionTabV3(const QStyleOptionTabV3& other):QStyleOptionTabV3(other),_wrapper(NULL) {};
PythonQtShell_QStyleOptionTabV3(int version):QStyleOptionTabV3(version),_wrapper(NULL) {};
florianlink
added newly generated wrappers for Qt 4.4.3...
r99
florianlink
updated to Qt 4.8 wrappers...
r186 ~PythonQtShell_QStyleOptionTabV3();
florianlink
added newly generated wrappers for Qt 4.4.3...
r99
PythonQtInstanceWrapper* _wrapper;
};
florianlink
updated to Qt 4.6 API...
r110 class PythonQtWrapper_QStyleOptionTabV3 : public QObject
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 { Q_OBJECT
public:
florianlink
updated to Qt 4.6 API...
r110 Q_ENUMS(StyleOptionVersion )
enum StyleOptionVersion{
Version = QStyleOptionTabV3::Version};
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 public slots:
florianlink
updated to Qt 4.6 API...
r110 QStyleOptionTabV3* new_QStyleOptionTabV3();
QStyleOptionTabV3* new_QStyleOptionTabV3(const QStyleOptionTab& other);
QStyleOptionTabV3* new_QStyleOptionTabV3(const QStyleOptionTabV2& other);
QStyleOptionTabV3* new_QStyleOptionTabV3(const QStyleOptionTabV3& other);
void delete_QStyleOptionTabV3(QStyleOptionTabV3* obj) { delete obj; }
florianlink
update with new py_ naming and field getters/setters...
r117 void py_set_documentMode(QStyleOptionTabV3* theWrappedObject, bool documentMode){ theWrappedObject->documentMode = documentMode; }
bool py_get_documentMode(QStyleOptionTabV3* theWrappedObject){ return theWrappedObject->documentMode; }
void py_set_rightButtonSize(QStyleOptionTabV3* theWrappedObject, QSize rightButtonSize){ theWrappedObject->rightButtonSize = rightButtonSize; }
QSize py_get_rightButtonSize(QStyleOptionTabV3* theWrappedObject){ return theWrappedObject->rightButtonSize; }
void py_set_leftButtonSize(QStyleOptionTabV3* theWrappedObject, QSize leftButtonSize){ theWrappedObject->leftButtonSize = leftButtonSize; }
QSize py_get_leftButtonSize(QStyleOptionTabV3* theWrappedObject){ return theWrappedObject->leftButtonSize; }
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 };
florianlink
updated to Qt 4.6 API...
r110 class PythonQtShell_QStyleOptionTabWidgetFrame : public QStyleOptionTabWidgetFrame
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 {
public:
florianlink
updated to Qt 4.6 API...
r110 PythonQtShell_QStyleOptionTabWidgetFrame():QStyleOptionTabWidgetFrame(),_wrapper(NULL) {};
PythonQtShell_QStyleOptionTabWidgetFrame(const QStyleOptionTabWidgetFrame& other):QStyleOptionTabWidgetFrame(other),_wrapper(NULL) {};
PythonQtShell_QStyleOptionTabWidgetFrame(int version):QStyleOptionTabWidgetFrame(version),_wrapper(NULL) {};
florianlink
added newly generated wrappers for Qt 4.4.3...
r99
florianlink
updated to Qt 4.8 wrappers...
r186 ~PythonQtShell_QStyleOptionTabWidgetFrame();
florianlink
added newly generated wrappers for Qt 4.4.3...
r99
PythonQtInstanceWrapper* _wrapper;
};
florianlink
updated to Qt 4.6 API...
r110 class PythonQtWrapper_QStyleOptionTabWidgetFrame : public QObject
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 { Q_OBJECT
public:
florianlink
updated to Qt 4.6 API...
r110 Q_ENUMS(StyleOptionVersion StyleOptionType )
enum StyleOptionVersion{
Version = QStyleOptionTabWidgetFrame::Version};
enum StyleOptionType{
Type = QStyleOptionTabWidgetFrame::Type};
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 public slots:
florianlink
updated to Qt 4.6 API...
r110 QStyleOptionTabWidgetFrame* new_QStyleOptionTabWidgetFrame();
QStyleOptionTabWidgetFrame* new_QStyleOptionTabWidgetFrame(const QStyleOptionTabWidgetFrame& other);
void delete_QStyleOptionTabWidgetFrame(QStyleOptionTabWidgetFrame* obj) { delete obj; }
florianlink
update with new py_ naming and field getters/setters...
r117 void py_set_lineWidth(QStyleOptionTabWidgetFrame* theWrappedObject, int lineWidth){ theWrappedObject->lineWidth = lineWidth; }
int py_get_lineWidth(QStyleOptionTabWidgetFrame* theWrappedObject){ return theWrappedObject->lineWidth; }
void py_set_rightCornerWidgetSize(QStyleOptionTabWidgetFrame* theWrappedObject, QSize rightCornerWidgetSize){ theWrappedObject->rightCornerWidgetSize = rightCornerWidgetSize; }
QSize py_get_rightCornerWidgetSize(QStyleOptionTabWidgetFrame* theWrappedObject){ return theWrappedObject->rightCornerWidgetSize; }
void py_set_tabBarSize(QStyleOptionTabWidgetFrame* theWrappedObject, QSize tabBarSize){ theWrappedObject->tabBarSize = tabBarSize; }
QSize py_get_tabBarSize(QStyleOptionTabWidgetFrame* theWrappedObject){ return theWrappedObject->tabBarSize; }
void py_set_shape(QStyleOptionTabWidgetFrame* theWrappedObject, QTabBar::Shape shape){ theWrappedObject->shape = shape; }
QTabBar::Shape py_get_shape(QStyleOptionTabWidgetFrame* theWrappedObject){ return theWrappedObject->shape; }
void py_set_midLineWidth(QStyleOptionTabWidgetFrame* theWrappedObject, int midLineWidth){ theWrappedObject->midLineWidth = midLineWidth; }
int py_get_midLineWidth(QStyleOptionTabWidgetFrame* theWrappedObject){ return theWrappedObject->midLineWidth; }
void py_set_leftCornerWidgetSize(QStyleOptionTabWidgetFrame* theWrappedObject, QSize leftCornerWidgetSize){ theWrappedObject->leftCornerWidgetSize = leftCornerWidgetSize; }
QSize py_get_leftCornerWidgetSize(QStyleOptionTabWidgetFrame* theWrappedObject){ return theWrappedObject->leftCornerWidgetSize; }
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 };
florianlink
updated to Qt 4.8 wrappers...
r186 class PythonQtShell_QStyleOptionTabWidgetFrameV2 : public QStyleOptionTabWidgetFrameV2
{
public:
PythonQtShell_QStyleOptionTabWidgetFrameV2():QStyleOptionTabWidgetFrameV2(),_wrapper(NULL) {};
PythonQtShell_QStyleOptionTabWidgetFrameV2(const QStyleOptionTabWidgetFrame& other):QStyleOptionTabWidgetFrameV2(other),_wrapper(NULL) {};
PythonQtShell_QStyleOptionTabWidgetFrameV2(const QStyleOptionTabWidgetFrameV2& other):QStyleOptionTabWidgetFrameV2(other),_wrapper(NULL) {};
PythonQtShell_QStyleOptionTabWidgetFrameV2(int version):QStyleOptionTabWidgetFrameV2(version),_wrapper(NULL) {};
~PythonQtShell_QStyleOptionTabWidgetFrameV2();
PythonQtInstanceWrapper* _wrapper;
};
class PythonQtWrapper_QStyleOptionTabWidgetFrameV2 : public QObject
{ Q_OBJECT
public:
Q_ENUMS(StyleOptionVersion )
enum StyleOptionVersion{
Version = QStyleOptionTabWidgetFrameV2::Version};
public slots:
QStyleOptionTabWidgetFrameV2* new_QStyleOptionTabWidgetFrameV2();
QStyleOptionTabWidgetFrameV2* new_QStyleOptionTabWidgetFrameV2(const QStyleOptionTabWidgetFrame& other);
QStyleOptionTabWidgetFrameV2* new_QStyleOptionTabWidgetFrameV2(const QStyleOptionTabWidgetFrameV2& other);
void delete_QStyleOptionTabWidgetFrameV2(QStyleOptionTabWidgetFrameV2* obj) { delete obj; }
QStyleOptionTabWidgetFrameV2* operator_assign(QStyleOptionTabWidgetFrameV2* theWrappedObject, const QStyleOptionTabWidgetFrame& other);
void py_set_selectedTabRect(QStyleOptionTabWidgetFrameV2* theWrappedObject, QRect selectedTabRect){ theWrappedObject->selectedTabRect = selectedTabRect; }
QRect py_get_selectedTabRect(QStyleOptionTabWidgetFrameV2* theWrappedObject){ return theWrappedObject->selectedTabRect; }
void py_set_tabBarRect(QStyleOptionTabWidgetFrameV2* theWrappedObject, QRect tabBarRect){ theWrappedObject->tabBarRect = tabBarRect; }
QRect py_get_tabBarRect(QStyleOptionTabWidgetFrameV2* theWrappedObject){ return theWrappedObject->tabBarRect; }
};
florianlink
updated to Qt 4.6 API...
r110 class PythonQtShell_QStyleOptionTitleBar : public QStyleOptionTitleBar
{
public:
PythonQtShell_QStyleOptionTitleBar():QStyleOptionTitleBar(),_wrapper(NULL) {};
PythonQtShell_QStyleOptionTitleBar(const QStyleOptionTitleBar& other):QStyleOptionTitleBar(other),_wrapper(NULL) {};
PythonQtShell_QStyleOptionTitleBar(int version):QStyleOptionTitleBar(version),_wrapper(NULL) {};
florianlink
updated to Qt 4.8 wrappers...
r186 ~PythonQtShell_QStyleOptionTitleBar();
florianlink
updated to Qt 4.6 API...
r110
PythonQtInstanceWrapper* _wrapper;
};
class PythonQtWrapper_QStyleOptionTitleBar : public QObject
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 { Q_OBJECT
public:
florianlink
updated to Qt 4.6 API...
r110 Q_ENUMS(StyleOptionVersion StyleOptionType )
enum StyleOptionVersion{
Version = QStyleOptionTitleBar::Version};
enum StyleOptionType{
Type = QStyleOptionTitleBar::Type};
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 public slots:
florianlink
updated to Qt 4.6 API...
r110 QStyleOptionTitleBar* new_QStyleOptionTitleBar();
QStyleOptionTitleBar* new_QStyleOptionTitleBar(const QStyleOptionTitleBar& other);
void delete_QStyleOptionTitleBar(QStyleOptionTitleBar* obj) { delete obj; }
florianlink
update with new py_ naming and field getters/setters...
r117 void py_set_titleBarFlags(QStyleOptionTitleBar* theWrappedObject, Qt::WindowFlags titleBarFlags){ theWrappedObject->titleBarFlags = titleBarFlags; }
Qt::WindowFlags py_get_titleBarFlags(QStyleOptionTitleBar* theWrappedObject){ return theWrappedObject->titleBarFlags; }
void py_set_icon(QStyleOptionTitleBar* theWrappedObject, QIcon icon){ theWrappedObject->icon = icon; }
QIcon py_get_icon(QStyleOptionTitleBar* theWrappedObject){ return theWrappedObject->icon; }
void py_set_text(QStyleOptionTitleBar* theWrappedObject, QString text){ theWrappedObject->text = text; }
QString py_get_text(QStyleOptionTitleBar* theWrappedObject){ return theWrappedObject->text; }
void py_set_titleBarState(QStyleOptionTitleBar* theWrappedObject, int titleBarState){ theWrappedObject->titleBarState = titleBarState; }
int py_get_titleBarState(QStyleOptionTitleBar* theWrappedObject){ return theWrappedObject->titleBarState; }
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 };
florianlink
updated to Qt 4.6 API...
r110 class PythonQtShell_QStyleOptionToolBar : public QStyleOptionToolBar
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 {
public:
florianlink
updated to Qt 4.6 API...
r110 PythonQtShell_QStyleOptionToolBar():QStyleOptionToolBar(),_wrapper(NULL) {};
PythonQtShell_QStyleOptionToolBar(const QStyleOptionToolBar& other):QStyleOptionToolBar(other),_wrapper(NULL) {};
PythonQtShell_QStyleOptionToolBar(int version):QStyleOptionToolBar(version),_wrapper(NULL) {};
florianlink
added newly generated wrappers for Qt 4.4.3...
r99
florianlink
updated to Qt 4.8 wrappers...
r186 ~PythonQtShell_QStyleOptionToolBar();
florianlink
added newly generated wrappers for Qt 4.4.3...
r99
PythonQtInstanceWrapper* _wrapper;
};
florianlink
updated to Qt 4.6 API...
r110 class PythonQtWrapper_QStyleOptionToolBar : public QObject
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 { Q_OBJECT
public:
florianlink
updated to Qt 4.6 API...
r110 Q_ENUMS(StyleOptionVersion StyleOptionType ToolBarPosition ToolBarFeature )
Q_FLAGS(ToolBarFeatures )
enum StyleOptionVersion{
Version = QStyleOptionToolBar::Version};
enum StyleOptionType{
Type = QStyleOptionToolBar::Type};
enum ToolBarPosition{
Beginning = QStyleOptionToolBar::Beginning, Middle = QStyleOptionToolBar::Middle, End = QStyleOptionToolBar::End, OnlyOne = QStyleOptionToolBar::OnlyOne};
enum ToolBarFeature{
None = QStyleOptionToolBar::None, Movable = QStyleOptionToolBar::Movable};
Q_DECLARE_FLAGS(ToolBarFeatures, ToolBarFeature)
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 public slots:
florianlink
updated to Qt 4.6 API...
r110 QStyleOptionToolBar* new_QStyleOptionToolBar();
QStyleOptionToolBar* new_QStyleOptionToolBar(const QStyleOptionToolBar& other);
void delete_QStyleOptionToolBar(QStyleOptionToolBar* obj) { delete obj; }
florianlink
update with new py_ naming and field getters/setters...
r117 void py_set_lineWidth(QStyleOptionToolBar* theWrappedObject, int lineWidth){ theWrappedObject->lineWidth = lineWidth; }
int py_get_lineWidth(QStyleOptionToolBar* theWrappedObject){ return theWrappedObject->lineWidth; }
void py_set_positionWithinLine(QStyleOptionToolBar* theWrappedObject, QStyleOptionToolBar::ToolBarPosition positionWithinLine){ theWrappedObject->positionWithinLine = positionWithinLine; }
QStyleOptionToolBar::ToolBarPosition py_get_positionWithinLine(QStyleOptionToolBar* theWrappedObject){ return theWrappedObject->positionWithinLine; }
void py_set_positionOfLine(QStyleOptionToolBar* theWrappedObject, QStyleOptionToolBar::ToolBarPosition positionOfLine){ theWrappedObject->positionOfLine = positionOfLine; }
QStyleOptionToolBar::ToolBarPosition py_get_positionOfLine(QStyleOptionToolBar* theWrappedObject){ return theWrappedObject->positionOfLine; }
void py_set_features(QStyleOptionToolBar* theWrappedObject, QStyleOptionToolBar::ToolBarFeatures features){ theWrappedObject->features = features; }
QStyleOptionToolBar::ToolBarFeatures py_get_features(QStyleOptionToolBar* theWrappedObject){ return theWrappedObject->features; }
void py_set_toolBarArea(QStyleOptionToolBar* theWrappedObject, Qt::ToolBarArea toolBarArea){ theWrappedObject->toolBarArea = toolBarArea; }
Qt::ToolBarArea py_get_toolBarArea(QStyleOptionToolBar* theWrappedObject){ return theWrappedObject->toolBarArea; }
void py_set_midLineWidth(QStyleOptionToolBar* theWrappedObject, int midLineWidth){ theWrappedObject->midLineWidth = midLineWidth; }
int py_get_midLineWidth(QStyleOptionToolBar* theWrappedObject){ return theWrappedObject->midLineWidth; }
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 };
florianlink
updated to Qt 4.6 API...
r110 class PythonQtShell_QStyleOptionToolBox : public QStyleOptionToolBox
{
public:
PythonQtShell_QStyleOptionToolBox():QStyleOptionToolBox(),_wrapper(NULL) {};
PythonQtShell_QStyleOptionToolBox(const QStyleOptionToolBox& other):QStyleOptionToolBox(other),_wrapper(NULL) {};
PythonQtShell_QStyleOptionToolBox(int version):QStyleOptionToolBox(version),_wrapper(NULL) {};
florianlink
updated to Qt 4.8 wrappers...
r186 ~PythonQtShell_QStyleOptionToolBox();
florianlink
updated to Qt 4.6 API...
r110
PythonQtInstanceWrapper* _wrapper;
};
class PythonQtWrapper_QStyleOptionToolBox : public QObject
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 { Q_OBJECT
public:
florianlink
updated to Qt 4.6 API...
r110 Q_ENUMS(StyleOptionVersion StyleOptionType )
enum StyleOptionVersion{
Version = QStyleOptionToolBox::Version};
enum StyleOptionType{
Type = QStyleOptionToolBox::Type};
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 public slots:
florianlink
updated to Qt 4.6 API...
r110 QStyleOptionToolBox* new_QStyleOptionToolBox();
QStyleOptionToolBox* new_QStyleOptionToolBox(const QStyleOptionToolBox& other);
void delete_QStyleOptionToolBox(QStyleOptionToolBox* obj) { delete obj; }
florianlink
update with new py_ naming and field getters/setters...
r117 void py_set_icon(QStyleOptionToolBox* theWrappedObject, QIcon icon){ theWrappedObject->icon = icon; }
QIcon py_get_icon(QStyleOptionToolBox* theWrappedObject){ return theWrappedObject->icon; }
void py_set_text(QStyleOptionToolBox* theWrappedObject, QString text){ theWrappedObject->text = text; }
QString py_get_text(QStyleOptionToolBox* theWrappedObject){ return theWrappedObject->text; }
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 };
florianlink
updated to Qt 4.6 API...
r110 class PythonQtShell_QStyleOptionToolBoxV2 : public QStyleOptionToolBoxV2
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 {
public:
florianlink
updated to Qt 4.6 API...
r110 PythonQtShell_QStyleOptionToolBoxV2():QStyleOptionToolBoxV2(),_wrapper(NULL) {};
PythonQtShell_QStyleOptionToolBoxV2(const QStyleOptionToolBox& other):QStyleOptionToolBoxV2(other),_wrapper(NULL) {};
PythonQtShell_QStyleOptionToolBoxV2(const QStyleOptionToolBoxV2& other):QStyleOptionToolBoxV2(other),_wrapper(NULL) {};
PythonQtShell_QStyleOptionToolBoxV2(int version):QStyleOptionToolBoxV2(version),_wrapper(NULL) {};
florianlink
added newly generated wrappers for Qt 4.4.3...
r99
florianlink
updated to Qt 4.8 wrappers...
r186 ~PythonQtShell_QStyleOptionToolBoxV2();
florianlink
added newly generated wrappers for Qt 4.4.3...
r99
PythonQtInstanceWrapper* _wrapper;
};
florianlink
updated to Qt 4.6 API...
r110 class PythonQtWrapper_QStyleOptionToolBoxV2 : public QObject
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 { Q_OBJECT
public:
florianlink
updated to Qt 4.6 API...
r110 Q_ENUMS(StyleOptionVersion TabPosition SelectedPosition )
enum StyleOptionVersion{
Version = QStyleOptionToolBoxV2::Version};
enum TabPosition{
Beginning = QStyleOptionToolBoxV2::Beginning, Middle = QStyleOptionToolBoxV2::Middle, End = QStyleOptionToolBoxV2::End, OnlyOneTab = QStyleOptionToolBoxV2::OnlyOneTab};
enum SelectedPosition{
NotAdjacent = QStyleOptionToolBoxV2::NotAdjacent, NextIsSelected = QStyleOptionToolBoxV2::NextIsSelected, PreviousIsSelected = QStyleOptionToolBoxV2::PreviousIsSelected};
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 public slots:
florianlink
updated to Qt 4.6 API...
r110 QStyleOptionToolBoxV2* new_QStyleOptionToolBoxV2();
QStyleOptionToolBoxV2* new_QStyleOptionToolBoxV2(const QStyleOptionToolBox& other);
QStyleOptionToolBoxV2* new_QStyleOptionToolBoxV2(const QStyleOptionToolBoxV2& other);
void delete_QStyleOptionToolBoxV2(QStyleOptionToolBoxV2* obj) { delete obj; }
florianlink
update with new py_ naming and field getters/setters...
r117 void py_set_position(QStyleOptionToolBoxV2* theWrappedObject, QStyleOptionToolBoxV2::TabPosition position){ theWrappedObject->position = position; }
QStyleOptionToolBoxV2::TabPosition py_get_position(QStyleOptionToolBoxV2* theWrappedObject){ return theWrappedObject->position; }
void py_set_selectedPosition(QStyleOptionToolBoxV2* theWrappedObject, QStyleOptionToolBoxV2::SelectedPosition selectedPosition){ theWrappedObject->selectedPosition = selectedPosition; }
QStyleOptionToolBoxV2::SelectedPosition py_get_selectedPosition(QStyleOptionToolBoxV2* theWrappedObject){ return theWrappedObject->selectedPosition; }
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 };
florianlink
updated to Qt 4.6 API...
r110 class PythonQtShell_QStyleOptionToolButton : public QStyleOptionToolButton
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 {
public:
florianlink
updated to Qt 4.6 API...
r110 PythonQtShell_QStyleOptionToolButton():QStyleOptionToolButton(),_wrapper(NULL) {};
PythonQtShell_QStyleOptionToolButton(const QStyleOptionToolButton& other):QStyleOptionToolButton(other),_wrapper(NULL) {};
PythonQtShell_QStyleOptionToolButton(int version):QStyleOptionToolButton(version),_wrapper(NULL) {};
florianlink
added newly generated wrappers for Qt 4.4.3...
r99
florianlink
updated to Qt 4.8 wrappers...
r186 ~PythonQtShell_QStyleOptionToolButton();
florianlink
added newly generated wrappers for Qt 4.4.3...
r99
PythonQtInstanceWrapper* _wrapper;
};
florianlink
updated to Qt 4.6 API...
r110 class PythonQtWrapper_QStyleOptionToolButton : public QObject
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 { Q_OBJECT
public:
florianlink
updated to Qt 4.6 API...
r110 Q_ENUMS(StyleOptionVersion ToolButtonFeature StyleOptionType )
Q_FLAGS(ToolButtonFeatures )
enum StyleOptionVersion{
Version = QStyleOptionToolButton::Version};
enum ToolButtonFeature{
None = QStyleOptionToolButton::None, Arrow = QStyleOptionToolButton::Arrow, Menu = QStyleOptionToolButton::Menu, MenuButtonPopup = QStyleOptionToolButton::MenuButtonPopup, PopupDelay = QStyleOptionToolButton::PopupDelay, HasMenu = QStyleOptionToolButton::HasMenu};
enum StyleOptionType{
Type = QStyleOptionToolButton::Type};
Q_DECLARE_FLAGS(ToolButtonFeatures, ToolButtonFeature)
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 public slots:
florianlink
updated to Qt 4.6 API...
r110 QStyleOptionToolButton* new_QStyleOptionToolButton();
QStyleOptionToolButton* new_QStyleOptionToolButton(const QStyleOptionToolButton& other);
void delete_QStyleOptionToolButton(QStyleOptionToolButton* obj) { delete obj; }
florianlink
update with new py_ naming and field getters/setters...
r117 void py_set_iconSize(QStyleOptionToolButton* theWrappedObject, QSize iconSize){ theWrappedObject->iconSize = iconSize; }
QSize py_get_iconSize(QStyleOptionToolButton* theWrappedObject){ return theWrappedObject->iconSize; }
void py_set_toolButtonStyle(QStyleOptionToolButton* theWrappedObject, Qt::ToolButtonStyle toolButtonStyle){ theWrappedObject->toolButtonStyle = toolButtonStyle; }
Qt::ToolButtonStyle py_get_toolButtonStyle(QStyleOptionToolButton* theWrappedObject){ return theWrappedObject->toolButtonStyle; }
void py_set_features(QStyleOptionToolButton* theWrappedObject, QStyleOptionToolButton::ToolButtonFeatures features){ theWrappedObject->features = features; }
QStyleOptionToolButton::ToolButtonFeatures py_get_features(QStyleOptionToolButton* theWrappedObject){ return theWrappedObject->features; }
void py_set_arrowType(QStyleOptionToolButton* theWrappedObject, Qt::ArrowType arrowType){ theWrappedObject->arrowType = arrowType; }
Qt::ArrowType py_get_arrowType(QStyleOptionToolButton* theWrappedObject){ return theWrappedObject->arrowType; }
void py_set_icon(QStyleOptionToolButton* theWrappedObject, QIcon icon){ theWrappedObject->icon = icon; }
QIcon py_get_icon(QStyleOptionToolButton* theWrappedObject){ return theWrappedObject->icon; }
void py_set_pos(QStyleOptionToolButton* theWrappedObject, QPoint pos){ theWrappedObject->pos = pos; }
QPoint py_get_pos(QStyleOptionToolButton* theWrappedObject){ return theWrappedObject->pos; }
void py_set_text(QStyleOptionToolButton* theWrappedObject, QString text){ theWrappedObject->text = text; }
QString py_get_text(QStyleOptionToolButton* theWrappedObject){ return theWrappedObject->text; }
void py_set_font(QStyleOptionToolButton* theWrappedObject, QFont font){ theWrappedObject->font = font; }
QFont py_get_font(QStyleOptionToolButton* theWrappedObject){ return theWrappedObject->font; }
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 };
florianlink
updated to Qt 4.6 API...
r110 class PythonQtShell_QStyleOptionViewItem : public QStyleOptionViewItem
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 {
public:
florianlink
updated to Qt 4.6 API...
r110 PythonQtShell_QStyleOptionViewItem():QStyleOptionViewItem(),_wrapper(NULL) {};
PythonQtShell_QStyleOptionViewItem(const QStyleOptionViewItem& other):QStyleOptionViewItem(other),_wrapper(NULL) {};
PythonQtShell_QStyleOptionViewItem(int version):QStyleOptionViewItem(version),_wrapper(NULL) {};
florianlink
added newly generated wrappers for Qt 4.4.3...
r99
florianlink
updated to Qt 4.8 wrappers...
r186 ~PythonQtShell_QStyleOptionViewItem();
florianlink
added newly generated wrappers for Qt 4.4.3...
r99
PythonQtInstanceWrapper* _wrapper;
};
florianlink
updated to Qt 4.6 API...
r110 class PythonQtWrapper_QStyleOptionViewItem : public QObject
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 { Q_OBJECT
public:
florianlink
updated to Qt 4.6 API...
r110 Q_ENUMS(StyleOptionVersion StyleOptionType Position )
enum StyleOptionVersion{
Version = QStyleOptionViewItem::Version};
enum StyleOptionType{
Type = QStyleOptionViewItem::Type};
enum Position{
Left = QStyleOptionViewItem::Left, Right = QStyleOptionViewItem::Right, Top = QStyleOptionViewItem::Top, Bottom = QStyleOptionViewItem::Bottom};
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 public slots:
florianlink
updated to Qt 4.6 API...
r110 QStyleOptionViewItem* new_QStyleOptionViewItem();
QStyleOptionViewItem* new_QStyleOptionViewItem(const QStyleOptionViewItem& other);
void delete_QStyleOptionViewItem(QStyleOptionViewItem* obj) { delete obj; }
florianlink
update with new py_ naming and field getters/setters...
r117 void py_set_showDecorationSelected(QStyleOptionViewItem* theWrappedObject, bool showDecorationSelected){ theWrappedObject->showDecorationSelected = showDecorationSelected; }
bool py_get_showDecorationSelected(QStyleOptionViewItem* theWrappedObject){ return theWrappedObject->showDecorationSelected; }
void py_set_decorationPosition(QStyleOptionViewItem* theWrappedObject, QStyleOptionViewItem::Position decorationPosition){ theWrappedObject->decorationPosition = decorationPosition; }
QStyleOptionViewItem::Position py_get_decorationPosition(QStyleOptionViewItem* theWrappedObject){ return theWrappedObject->decorationPosition; }
void py_set_decorationAlignment(QStyleOptionViewItem* theWrappedObject, Qt::Alignment decorationAlignment){ theWrappedObject->decorationAlignment = decorationAlignment; }
Qt::Alignment py_get_decorationAlignment(QStyleOptionViewItem* theWrappedObject){ return theWrappedObject->decorationAlignment; }
void py_set_displayAlignment(QStyleOptionViewItem* theWrappedObject, Qt::Alignment displayAlignment){ theWrappedObject->displayAlignment = displayAlignment; }
Qt::Alignment py_get_displayAlignment(QStyleOptionViewItem* theWrappedObject){ return theWrappedObject->displayAlignment; }
void py_set_textElideMode(QStyleOptionViewItem* theWrappedObject, Qt::TextElideMode textElideMode){ theWrappedObject->textElideMode = textElideMode; }
Qt::TextElideMode py_get_textElideMode(QStyleOptionViewItem* theWrappedObject){ return theWrappedObject->textElideMode; }
void py_set_decorationSize(QStyleOptionViewItem* theWrappedObject, QSize decorationSize){ theWrappedObject->decorationSize = decorationSize; }
QSize py_get_decorationSize(QStyleOptionViewItem* theWrappedObject){ return theWrappedObject->decorationSize; }
void py_set_font(QStyleOptionViewItem* theWrappedObject, QFont font){ theWrappedObject->font = font; }
QFont py_get_font(QStyleOptionViewItem* theWrappedObject){ return theWrappedObject->font; }
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 };
florianlink
updated to Qt 4.6 API...
r110 class PythonQtShell_QStyleOptionViewItemV2 : public QStyleOptionViewItemV2
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 {
public:
florianlink
updated to Qt 4.6 API...
r110 PythonQtShell_QStyleOptionViewItemV2():QStyleOptionViewItemV2(),_wrapper(NULL) {};
PythonQtShell_QStyleOptionViewItemV2(const QStyleOptionViewItem& other):QStyleOptionViewItemV2(other),_wrapper(NULL) {};
PythonQtShell_QStyleOptionViewItemV2(const QStyleOptionViewItemV2& other):QStyleOptionViewItemV2(other),_wrapper(NULL) {};
PythonQtShell_QStyleOptionViewItemV2(int version):QStyleOptionViewItemV2(version),_wrapper(NULL) {};
florianlink
added newly generated wrappers for Qt 4.4.3...
r99
florianlink
updated to Qt 4.8 wrappers...
r186 ~PythonQtShell_QStyleOptionViewItemV2();
florianlink
added newly generated wrappers for Qt 4.4.3...
r99
PythonQtInstanceWrapper* _wrapper;
};
florianlink
updated to Qt 4.6 API...
r110 class PythonQtWrapper_QStyleOptionViewItemV2 : public QObject
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 { Q_OBJECT
public:
florianlink
updated to Qt 4.6 API...
r110 Q_ENUMS(StyleOptionVersion ViewItemFeature )
Q_FLAGS(ViewItemFeatures )
enum StyleOptionVersion{
Version = QStyleOptionViewItemV2::Version};
enum ViewItemFeature{
None = QStyleOptionViewItemV2::None, WrapText = QStyleOptionViewItemV2::WrapText, Alternate = QStyleOptionViewItemV2::Alternate, HasCheckIndicator = QStyleOptionViewItemV2::HasCheckIndicator, HasDisplay = QStyleOptionViewItemV2::HasDisplay, HasDecoration = QStyleOptionViewItemV2::HasDecoration};
Q_DECLARE_FLAGS(ViewItemFeatures, ViewItemFeature)
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 public slots:
florianlink
updated to Qt 4.6 API...
r110 QStyleOptionViewItemV2* new_QStyleOptionViewItemV2();
QStyleOptionViewItemV2* new_QStyleOptionViewItemV2(const QStyleOptionViewItem& other);
QStyleOptionViewItemV2* new_QStyleOptionViewItemV2(const QStyleOptionViewItemV2& other);
void delete_QStyleOptionViewItemV2(QStyleOptionViewItemV2* obj) { delete obj; }
florianlink
update with new py_ naming and field getters/setters...
r117 void py_set_features(QStyleOptionViewItemV2* theWrappedObject, QStyleOptionViewItemV2::ViewItemFeatures features){ theWrappedObject->features = features; }
QStyleOptionViewItemV2::ViewItemFeatures py_get_features(QStyleOptionViewItemV2* theWrappedObject){ return theWrappedObject->features; }
florianlink
updated to Qt 4.6 API...
r110 };
class PythonQtShell_QStyleOptionViewItemV3 : public QStyleOptionViewItemV3
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 {
public:
florianlink
updated to Qt 4.6 API...
r110 PythonQtShell_QStyleOptionViewItemV3():QStyleOptionViewItemV3(),_wrapper(NULL) {};
PythonQtShell_QStyleOptionViewItemV3(const QStyleOptionViewItem& other):QStyleOptionViewItemV3(other),_wrapper(NULL) {};
PythonQtShell_QStyleOptionViewItemV3(const QStyleOptionViewItemV3& other):QStyleOptionViewItemV3(other),_wrapper(NULL) {};
PythonQtShell_QStyleOptionViewItemV3(int version):QStyleOptionViewItemV3(version),_wrapper(NULL) {};
florianlink
added newly generated wrappers for Qt 4.4.3...
r99
florianlink
updated to Qt 4.8 wrappers...
r186 ~PythonQtShell_QStyleOptionViewItemV3();
florianlink
added newly generated wrappers for Qt 4.4.3...
r99
PythonQtInstanceWrapper* _wrapper;
};
florianlink
updated to Qt 4.6 API...
r110 class PythonQtWrapper_QStyleOptionViewItemV3 : public QObject
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 { Q_OBJECT
public:
florianlink
updated to Qt 4.6 API...
r110 Q_ENUMS(StyleOptionVersion )
enum StyleOptionVersion{
Version = QStyleOptionViewItemV3::Version};
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 public slots:
florianlink
updated to Qt 4.6 API...
r110 QStyleOptionViewItemV3* new_QStyleOptionViewItemV3();
QStyleOptionViewItemV3* new_QStyleOptionViewItemV3(const QStyleOptionViewItem& other);
QStyleOptionViewItemV3* new_QStyleOptionViewItemV3(const QStyleOptionViewItemV3& other);
void delete_QStyleOptionViewItemV3(QStyleOptionViewItemV3* obj) { delete obj; }
florianlink
update with new py_ naming and field getters/setters...
r117 const QWidget* py_get_widget(QStyleOptionViewItemV3* theWrappedObject){ return theWrappedObject->widget; }
void py_set_locale(QStyleOptionViewItemV3* theWrappedObject, QLocale locale){ theWrappedObject->locale = locale; }
QLocale py_get_locale(QStyleOptionViewItemV3* theWrappedObject){ return theWrappedObject->locale; }
florianlink
updated to Qt 4.6 API...
r110 };
class PythonQtShell_QStyleOptionViewItemV4 : public QStyleOptionViewItemV4
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 {
public:
florianlink
updated to Qt 4.6 API...
r110 PythonQtShell_QStyleOptionViewItemV4():QStyleOptionViewItemV4(),_wrapper(NULL) {};
PythonQtShell_QStyleOptionViewItemV4(const QStyleOptionViewItem& other):QStyleOptionViewItemV4(other),_wrapper(NULL) {};
PythonQtShell_QStyleOptionViewItemV4(const QStyleOptionViewItemV4& other):QStyleOptionViewItemV4(other),_wrapper(NULL) {};
PythonQtShell_QStyleOptionViewItemV4(int version):QStyleOptionViewItemV4(version),_wrapper(NULL) {};
florianlink
added newly generated wrappers for Qt 4.4.3...
r99
florianlink
updated to Qt 4.8 wrappers...
r186 ~PythonQtShell_QStyleOptionViewItemV4();
florianlink
added newly generated wrappers for Qt 4.4.3...
r99
PythonQtInstanceWrapper* _wrapper;
};
florianlink
updated to Qt 4.6 API...
r110 class PythonQtWrapper_QStyleOptionViewItemV4 : public QObject
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 { Q_OBJECT
public:
florianlink
updated to Qt 4.6 API...
r110 Q_ENUMS(ViewItemPosition StyleOptionVersion )
enum ViewItemPosition{
Invalid = QStyleOptionViewItemV4::Invalid, Beginning = QStyleOptionViewItemV4::Beginning, Middle = QStyleOptionViewItemV4::Middle, End = QStyleOptionViewItemV4::End, OnlyOne = QStyleOptionViewItemV4::OnlyOne};
enum StyleOptionVersion{
Version = QStyleOptionViewItemV4::Version};
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 public slots:
florianlink
updated to Qt 4.6 API...
r110 QStyleOptionViewItemV4* new_QStyleOptionViewItemV4();
QStyleOptionViewItemV4* new_QStyleOptionViewItemV4(const QStyleOptionViewItem& other);
QStyleOptionViewItemV4* new_QStyleOptionViewItemV4(const QStyleOptionViewItemV4& other);
void delete_QStyleOptionViewItemV4(QStyleOptionViewItemV4* obj) { delete obj; }
florianlink
update with new py_ naming and field getters/setters...
r117 void py_set_checkState(QStyleOptionViewItemV4* theWrappedObject, Qt::CheckState checkState){ theWrappedObject->checkState = checkState; }
Qt::CheckState py_get_checkState(QStyleOptionViewItemV4* theWrappedObject){ return theWrappedObject->checkState; }
void py_set_viewItemPosition(QStyleOptionViewItemV4* theWrappedObject, QStyleOptionViewItemV4::ViewItemPosition viewItemPosition){ theWrappedObject->viewItemPosition = viewItemPosition; }
QStyleOptionViewItemV4::ViewItemPosition py_get_viewItemPosition(QStyleOptionViewItemV4* theWrappedObject){ return theWrappedObject->viewItemPosition; }
void py_set_icon(QStyleOptionViewItemV4* theWrappedObject, QIcon icon){ theWrappedObject->icon = icon; }
QIcon py_get_icon(QStyleOptionViewItemV4* theWrappedObject){ return theWrappedObject->icon; }
void py_set_backgroundBrush(QStyleOptionViewItemV4* theWrappedObject, QBrush backgroundBrush){ theWrappedObject->backgroundBrush = backgroundBrush; }
QBrush py_get_backgroundBrush(QStyleOptionViewItemV4* theWrappedObject){ return theWrappedObject->backgroundBrush; }
void py_set_index(QStyleOptionViewItemV4* theWrappedObject, QModelIndex index){ theWrappedObject->index = index; }
QModelIndex py_get_index(QStyleOptionViewItemV4* theWrappedObject){ return theWrappedObject->index; }
void py_set_text(QStyleOptionViewItemV4* theWrappedObject, QString text){ theWrappedObject->text = text; }
QString py_get_text(QStyleOptionViewItemV4* theWrappedObject){ return theWrappedObject->text; }
florianlink
updated to Qt 4.6 API...
r110 };
class PythonQtWrapper_QStylePainter : public QObject
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 { Q_OBJECT
public:
public slots:
florianlink
updated to Qt 4.6 API...
r110 QStylePainter* new_QStylePainter();
QStylePainter* new_QStylePainter(QPaintDevice* pd, QWidget* w);
QStylePainter* new_QStylePainter(QWidget* w);
void delete_QStylePainter(QStylePainter* obj) { delete obj; }
bool begin(QStylePainter* theWrappedObject, QPaintDevice* pd, QWidget* w);
bool begin(QStylePainter* theWrappedObject, QWidget* w);
florianlink
updated to improved generator...
r128 void drawComplexControl(QStylePainter* theWrappedObject, QStyle::ComplexControl cc, const QStyleOptionComplex& opt);
florianlink
updated to Qt 4.6 API...
r110 void drawControl(QStylePainter* theWrappedObject, QStyle::ControlElement ce, const QStyleOption& opt);
florianlink
updated to improved generator...
r128 void drawItemPixmap(QStylePainter* theWrappedObject, const QRect& r, int flags, const QPixmap& pixmap);
florianlink
updated to Qt 4.6 API...
r110 void drawItemText(QStylePainter* theWrappedObject, const QRect& r, int flags, const QPalette& pal, bool enabled, const QString& text, QPalette::ColorRole textRole = QPalette::NoRole);
florianlink
updated to improved generator...
r128 void drawPrimitive(QStylePainter* theWrappedObject, QStyle::PrimitiveElement pe, const QStyleOption& opt);
florianlink
updated to Qt 4.6 API...
r110 QStyle* style(QStylePainter* theWrappedObject) const;
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 };