##// END OF EJS Templates
started to update/improve docs...
started to update/improve docs git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@68 ea8d5007-eb21-0410-b261-ccb3ea6e24a9

File last commit:

r28:cf202027b50b
r32:ae159b178ea0
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; }
qreal bottomMargin(QTextBlockFormat* theWrappedObject) const;
int indent(QTextBlockFormat* theWrappedObject) const;
florianlink
upgraded wrappers to current generator version...
r28 void setBottomMargin(QTextBlockFormat* theWrappedObject, qreal margin);
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 bool nonBreakableLines(QTextBlockFormat* theWrappedObject) const;
florianlink
upgraded wrappers to current generator version...
r28 void setLeftMargin(QTextBlockFormat* theWrappedObject, qreal margin);
void setPageBreakPolicy(QTextBlockFormat* theWrappedObject, QTextFormat::PageBreakFlags flags);
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 bool isValid(QTextBlockFormat* theWrappedObject) const;
florianlink
upgraded wrappers to current generator version...
r28 void setTextIndent(QTextBlockFormat* theWrappedObject, qreal margin);
void setTopMargin(QTextBlockFormat* theWrappedObject, qreal margin);
qreal topMargin(QTextBlockFormat* theWrappedObject) const;
qreal rightMargin(QTextBlockFormat* theWrappedObject) const;
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 void setRightMargin(QTextBlockFormat* theWrappedObject, qreal margin);
qreal textIndent(QTextBlockFormat* theWrappedObject) const;
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 void setAlignment(QTextBlockFormat* theWrappedObject, Qt::Alignment alignment);
florianlink
upgraded wrappers to current generator version...
r28 qreal leftMargin(QTextBlockFormat* theWrappedObject) const;
void setIndent(QTextBlockFormat* theWrappedObject, int indent);
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;
void setNonBreakableLines(QTextBlockFormat* theWrappedObject, bool b);
florianlink
upgraded wrappers to current generator version...
r28 void setTabPositions(QTextBlockFormat* theWrappedObject, const QList<QTextOption::Tab >& tabs);
QTextFormat::PageBreakFlags pageBreakPolicy(QTextBlockFormat* theWrappedObject) const;
QList<QTextOption::Tab > tabPositions(QTextBlockFormat* theWrappedObject) const;
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 };
#endif // PYTHONQTWRAPPER_QTEXTBLOCKFORMAT_H