##// END OF EJS Templates
updated version number, next version will be 2.0 due to the wrapping generator addition...
updated version number, next version will be 2.0 due to the wrapping generator addition git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@69 ea8d5007-eb21-0410-b261-ccb3ea6e24a9

File last commit:

r28:cf202027b50b
r33:1742cf875fd9
Show More
PythonQtWrapper_QWebFrame.h
68 lines | 3.1 KiB | text/x-c | CLexer
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 #ifndef PYTHONQTWRAPPER_QWEBFRAME_H
#define PYTHONQTWRAPPER_QWEBFRAME_H
#include <qwebframe.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 <qbytearray.h>
#include <qcoreevent.h>
#include <qicon.h>
#include <qlist.h>
#include <qnetworkrequest.h>
#include <qobject.h>
#include <qpainter.h>
#include <qpoint.h>
#include <qprinter.h>
#include <qrect.h>
#include <qregion.h>
#include <qsize.h>
#include <qurl.h>
#include <qwebframe.h>
#include <qwebpage.h>
florianlink
upgraded wrappers to current generator version...
r28 class PythonQtPublicPromoter_QWebFrame : public QWebFrame
{ public:
inline bool promoted_event(QEvent* arg__1) { return QWebFrame::event(arg__1); }
};
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 class PythonQtWrapper_QWebFrame : public QObject
{ Q_OBJECT
public:
public slots:
florianlink
upgraded wrappers to current generator version...
r28 void setScrollBarValue(QWebFrame* theWrappedObject, Qt::Orientation orientation, int value);
void render(QWebFrame* theWrappedObject, QPainter* painter, const QRegion& clip);
QSize contentsSize(QWebFrame* theWrappedObject) const;
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 QPoint pos(QWebFrame* theWrappedObject) const;
florianlink
upgraded wrappers to current generator version...
r28 void load(QWebFrame* theWrappedObject, const QUrl& url);
QWebFrame* parentFrame(QWebFrame* theWrappedObject) const;
int scrollBarMinimum(QWebFrame* theWrappedObject, Qt::Orientation orientation) const;
Qt::ScrollBarPolicy scrollBarPolicy(QWebFrame* theWrappedObject, Qt::Orientation orientation) const;
void load(QWebFrame* theWrappedObject, const QNetworkRequest& request, QNetworkAccessManager::Operation operation = QNetworkAccessManager::GetOperation, const QByteArray& body = QByteArray());
QList<QWebFrame* > childFrames(QWebFrame* theWrappedObject) const;
QString frameName(QWebFrame* theWrappedObject) const;
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 QRect geometry(QWebFrame* theWrappedObject) const;
florianlink
upgraded wrappers to current generator version...
r28 QString title(QWebFrame* theWrappedObject) const;
void render(QWebFrame* theWrappedObject, QPainter* painter);
QWebHitTestResult hitTestContent(QWebFrame* theWrappedObject, const QPoint& pos) const;
void setTextSizeMultiplier(QWebFrame* theWrappedObject, qreal factor);
void setUrl(QWebFrame* theWrappedObject, const QUrl& url);
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 void addToJavaScriptWindowObject(QWebFrame* theWrappedObject, const QString& name, QObject* object);
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 void setContent(QWebFrame* theWrappedObject, const QByteArray& data, const QString& mimeType = QString(), const QUrl& baseUrl = QUrl());
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 int scrollBarMaximum(QWebFrame* theWrappedObject, Qt::Orientation orientation) const;
florianlink
upgraded wrappers to current generator version...
r28 int scrollBarValue(QWebFrame* theWrappedObject, Qt::Orientation orientation) const;
QString toPlainText(QWebFrame* theWrappedObject) const;
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 QString renderTreeDump(QWebFrame* theWrappedObject) const;
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 void setScrollBarPolicy(QWebFrame* theWrappedObject, Qt::Orientation orientation, Qt::ScrollBarPolicy policy);
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 QIcon icon(QWebFrame* theWrappedObject) const;
florianlink
upgraded wrappers to current generator version...
r28 QUrl url(QWebFrame* theWrappedObject) const;
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 void setHtml(QWebFrame* theWrappedObject, const QString& html, const QUrl& baseUrl = QUrl());
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 qreal textSizeMultiplier(QWebFrame* theWrappedObject) const;
florianlink
upgraded wrappers to current generator version...
r28 QString toHtml(QWebFrame* theWrappedObject) const;
florianlink
- added support for deriving CPP classes in Python and to override all public and protected virtual functions from PythonQt...
r24 QWebPage* page(QWebFrame* theWrappedObject) const;
bool event(QWebFrame* theWrappedObject, QEvent* arg__1);
florianlink
added initial generated wrappers for Qt 4.4.3...
r13 };
#endif // PYTHONQTWRAPPER_QWEBFRAME_H