##// END OF EJS Templates
fixed builtin package name...
fixed builtin package name git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@130 ea8d5007-eb21-0410-b261-ccb3ea6e24a9

File last commit:

r73:40dc86970256
r94:f55700c8b936
Show More
PythonQtWrapper_QTextBlockFormat.h
60 lines | 2.5 KiB | text/x-c | CLexer
/ generated_cpp / com_trolltech_qt_gui / PythonQtWrapper_QTextBlockFormat.h
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 #ifndef PYTHONQTWRAPPER_QTEXTBLOCKFORMAT_H
#define PYTHONQTWRAPPER_QTEXTBLOCKFORMAT_H
#include <qtextformat.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 <qbrush.h>
#include <qcolor.h>
#include <qlist.h>
#include <qpen.h>
#include <qtextformat.h>
#include <qvector.h>
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 class PythonQtShell_QTextBlockFormat : public QTextBlockFormat
{
public:
PythonQtShell_QTextBlockFormat():QTextBlockFormat(),_wrapper(NULL) {};
PythonQtShell_QTextBlockFormat(const QTextFormat& fmt):QTextBlockFormat(fmt),_wrapper(NULL) {};
PythonQtInstanceWrapper* _wrapper;
};
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 class PythonQtWrapper_QTextBlockFormat : public QObject
{ Q_OBJECT
public:
public slots:
QTextBlockFormat* new_QTextBlockFormat();
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 QTextBlockFormat* new_QTextBlockFormat(const QTextBlockFormat& other) {
PythonQtShell_QTextBlockFormat* a = new PythonQtShell_QTextBlockFormat();
*((QTextBlockFormat*)a) = other;
return a; }
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 void delete_QTextBlockFormat(QTextBlockFormat* obj) { delete obj; }
florianlink
upgraded wrappers to current generator version...
r28 void setLeftMargin(QTextBlockFormat* theWrappedObject, qreal margin);
void setTopMargin(QTextBlockFormat* theWrappedObject, qreal margin);
florianlink
recreated wrappers to match current python qt version...
r73 void setBottomMargin(QTextBlockFormat* theWrappedObject, qreal margin);
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 void setRightMargin(QTextBlockFormat* theWrappedObject, qreal margin);
qreal textIndent(QTextBlockFormat* theWrappedObject) const;
florianlink
recreated wrappers to match current python qt version...
r73 qreal topMargin(QTextBlockFormat* theWrappedObject) const;
qreal rightMargin(QTextBlockFormat* theWrappedObject) const;
void setTextIndent(QTextBlockFormat* theWrappedObject, qreal margin);
qreal bottomMargin(QTextBlockFormat* theWrappedObject) const;
bool isValid(QTextBlockFormat* theWrappedObject) const;
bool nonBreakableLines(QTextBlockFormat* theWrappedObject) const;
florianlink
upgraded wrappers to current generator version...
r28 qreal leftMargin(QTextBlockFormat* theWrappedObject) const;
void setIndent(QTextBlockFormat* theWrappedObject, int indent);
florianlink
recreated wrappers to match current python qt version...
r73 QList<QTextOption::Tab > tabPositions(QTextBlockFormat* theWrappedObject) const;
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 Qt::Alignment alignment(QTextBlockFormat* theWrappedObject) const;
florianlink
upgraded wrappers to current generator version...
r28 void setTabPositions(QTextBlockFormat* theWrappedObject, const QList<QTextOption::Tab >& tabs);
florianlink
recreated wrappers to match current python qt version...
r73 void setAlignment(QTextBlockFormat* theWrappedObject, Qt::Alignment alignment);
int indent(QTextBlockFormat* theWrappedObject) const;
void setNonBreakableLines(QTextBlockFormat* theWrappedObject, bool b);
florianlink
upgraded wrappers to current generator version...
r28 QTextFormat::PageBreakFlags pageBreakPolicy(QTextBlockFormat* theWrappedObject) const;
florianlink
recreated wrappers to match current python qt version...
r73 void setPageBreakPolicy(QTextBlockFormat* theWrappedObject, QTextFormat::PageBreakFlags flags);
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 };
#endif // PYTHONQTWRAPPER_QTEXTBLOCKFORMAT_H