##// END OF EJS Templates
code cleanup and rename of PythonQtWrapper to PythonQtInstanceWrapper and PythonQtMetaObjectWrapper to PythonQtClassWrapper, since these names match much better what these classes wrap, regarding that we are wrapping CPP objects as well...
code cleanup and rename of PythonQtWrapper to PythonQtInstanceWrapper and PythonQtMetaObjectWrapper to PythonQtClassWrapper, since these names match much better what these classes wrap, regarding that we are wrapping CPP objects as well git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@52 ea8d5007-eb21-0410-b261-ccb3ea6e24a9

File last commit:

r13:d46b01f7163a
r16:c68e0aff542c
Show More
PythonQtWrapper_QTextTableCellFormat.h
34 lines | 1.3 KiB | text/x-c | CLexer
/ generated_cpp / com_trolltech_qt_gui / PythonQtWrapper_QTextTableCellFormat.h
#ifndef PYTHONQTWRAPPER_QTEXTTABLECELLFORMAT_H
#define PYTHONQTWRAPPER_QTEXTTABLECELLFORMAT_H
#include <qtextformat.h>
#include <QObject>
#include <QVariant>
#include <qbrush.h>
#include <qcolor.h>
#include <qfont.h>
#include <qpen.h>
#include <qstringlist.h>
#include <qtextformat.h>
#include <qvector.h>
class PythonQtWrapper_QTextTableCellFormat : public QObject
{ Q_OBJECT
public:
public slots:
QTextTableCellFormat* new_QTextTableCellFormat();
void delete_QTextTableCellFormat(QTextTableCellFormat* obj) { delete obj; }
qreal bottomPadding(QTextTableCellFormat* theWrappedObject) const;
bool isValid(QTextTableCellFormat* theWrappedObject) const;
qreal leftPadding(QTextTableCellFormat* theWrappedObject) const;
qreal rightPadding(QTextTableCellFormat* theWrappedObject) const;
void setBottomPadding(QTextTableCellFormat* theWrappedObject, qreal padding);
void setLeftPadding(QTextTableCellFormat* theWrappedObject, qreal padding);
void setPadding(QTextTableCellFormat* theWrappedObject, qreal padding);
void setRightPadding(QTextTableCellFormat* theWrappedObject, qreal padding);
void setTopPadding(QTextTableCellFormat* theWrappedObject, qreal padding);
qreal topPadding(QTextTableCellFormat* theWrappedObject) const;
};
#endif // PYTHONQTWRAPPER_QTEXTTABLECELLFORMAT_H