##// 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_webkit0.h
1258 lines | 68.9 KiB | text/x-c | CLexer
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 #include <PythonQt.h>
#include <QObject>
#include <QVariant>
#include <qaction.h>
#include <qbitmap.h>
#include <qbytearray.h>
#include <qcoreevent.h>
#include <qcursor.h>
florianlink
updated to Qt 4.8 wrappers...
r186 #include <qdatastream.h>
#include <qdatetime.h>
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 #include <qevent.h>
#include <qfont.h>
florianlink
updated to Qt 4.6 API...
r110 #include <qgraphicseffect.h>
#include <qgraphicsitem.h>
#include <qgraphicslayout.h>
#include <qgraphicsproxywidget.h>
#include <qgraphicssceneevent.h>
#include <qgraphicswebview.h>
#include <qgraphicswidget.h>
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 #include <qicon.h>
#include <qinputcontext.h>
#include <qkeysequence.h>
#include <qlayout.h>
#include <qlist.h>
#include <qlocale.h>
florianlink
updated to Qt 4.6 API...
r110 #include <qmargins.h>
#include <qmenu.h>
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 #include <qnetworkaccessmanager.h>
#include <qnetworkreply.h>
#include <qnetworkrequest.h>
#include <qobject.h>
#include <qpaintdevice.h>
#include <qpaintengine.h>
#include <qpainter.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 <qpixmap.h>
#include <qpoint.h>
#include <qprinter.h>
#include <qrect.h>
#include <qregion.h>
#include <qsize.h>
#include <qsizepolicy.h>
#include <qstringlist.h>
#include <qstyle.h>
florianlink
updated to Qt 4.6 API...
r110 #include <qstyleoption.h>
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 #include <qundostack.h>
#include <qurl.h>
florianlink
updated to Qt 4.6 API...
r110 #include <qwebdatabase.h>
#include <qwebelement.h>
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 #include <qwebframe.h>
florianlink
updated to Qt 4.8 wrappers...
r186 #include <qwebhistory.h>
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 #include <qwebhistoryinterface.h>
florianlink
updated to Qt 4.6 API...
r110 #include <qwebinspector.h>
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 #include <qwebpage.h>
#include <qwebpluginfactory.h>
florianlink
updated to Qt 4.6 API...
r110 #include <qwebsecurityorigin.h>
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 #include <qwebsettings.h>
#include <qwebview.h>
#include <qwidget.h>
florianlink
updated to Qt 4.6 API...
r110 class PythonQtShell_QGraphicsWebView : public QGraphicsWebView
{
public:
PythonQtShell_QGraphicsWebView(QGraphicsItem* parent = 0):QGraphicsWebView(parent),_wrapper(NULL) {};
florianlink
updated to Qt 4.8 wrappers...
r186 ~PythonQtShell_QGraphicsWebView();
florianlink
updated to improved generator...
r128 virtual void changeEvent(QEvent* event);
virtual void childEvent(QChildEvent* arg__1);
virtual void closeEvent(QCloseEvent* event);
virtual void contextMenuEvent(QGraphicsSceneContextMenuEvent* arg__1);
virtual void customEvent(QEvent* arg__1);
florianlink
updated to new operators...
r120 virtual void dragEnterEvent(QGraphicsSceneDragDropEvent* arg__1);
florianlink
updated to improved generator...
r128 virtual void dragLeaveEvent(QGraphicsSceneDragDropEvent* arg__1);
virtual void dragMoveEvent(QGraphicsSceneDragDropEvent* arg__1);
virtual void dropEvent(QGraphicsSceneDragDropEvent* arg__1);
virtual bool event(QEvent* arg__1);
virtual bool eventFilter(QObject* arg__1, QEvent* arg__2);
virtual void focusInEvent(QFocusEvent* arg__1);
virtual bool focusNextPrevChild(bool next);
virtual void focusOutEvent(QFocusEvent* arg__1);
virtual void getContentsMargins(qreal* left, qreal* top, qreal* right, qreal* bottom) const;
virtual void grabKeyboardEvent(QEvent* event);
virtual void grabMouseEvent(QEvent* event);
virtual void hideEvent(QHideEvent* event);
florianlink
updated to new operators...
r120 virtual void hoverLeaveEvent(QGraphicsSceneHoverEvent* arg__1);
florianlink
updated to improved generator...
r128 virtual void hoverMoveEvent(QGraphicsSceneHoverEvent* arg__1);
virtual void initStyleOption(QStyleOption* option) const;
virtual void inputMethodEvent(QInputMethodEvent* arg__1);
florianlink
updated to new operators...
r120 virtual QVariant inputMethodQuery(Qt::InputMethodQuery query) const;
florianlink
updated to improved generator...
r128 virtual QVariant itemChange(QGraphicsItem::GraphicsItemChange change, const QVariant& value);
florianlink
updated to new operators...
r120 virtual void keyPressEvent(QKeyEvent* arg__1);
florianlink
updated to Qt 4.6 API...
r110 virtual void keyReleaseEvent(QKeyEvent* arg__1);
florianlink
updated to improved generator...
r128 virtual void mouseDoubleClickEvent(QGraphicsSceneMouseEvent* arg__1);
virtual void mouseMoveEvent(QGraphicsSceneMouseEvent* arg__1);
virtual void mousePressEvent(QGraphicsSceneMouseEvent* arg__1);
virtual void mouseReleaseEvent(QGraphicsSceneMouseEvent* arg__1);
florianlink
updated to new operators...
r120 virtual void moveEvent(QGraphicsSceneMoveEvent* event);
florianlink
updated to improved generator...
r128 virtual void paint(QPainter* arg__1, const QStyleOptionGraphicsItem* options, QWidget* widget = 0);
florianlink
updated to Qt 4.6 API...
r110 virtual void paintWindowFrame(QPainter* painter, const QStyleOptionGraphicsItem* option, QWidget* widget);
florianlink
update with new py_ naming and field getters/setters...
r117 virtual void polishEvent();
florianlink
updated to improved generator...
r128 virtual QVariant propertyChange(const QString& propertyName, const QVariant& value);
virtual void resizeEvent(QGraphicsSceneResizeEvent* event);
virtual bool sceneEvent(QEvent* arg__1);
virtual void setGeometry(const QRectF& rect);
florianlink
updated to new operators...
r120 virtual void showEvent(QShowEvent* event);
florianlink
updated to improved generator...
r128 virtual QSizeF sizeHint(Qt::SizeHint which, const QSizeF& constraint) const;
virtual void timerEvent(QTimerEvent* arg__1);
virtual void ungrabKeyboardEvent(QEvent* event);
florianlink
updated to new operators...
r120 virtual void ungrabMouseEvent(QEvent* event);
florianlink
updated to improved generator...
r128 virtual void updateGeometry();
virtual void wheelEvent(QGraphicsSceneWheelEvent* arg__1);
virtual bool windowFrameEvent(QEvent* e);
florianlink
updated to new operators...
r120 virtual Qt::WindowFrameSection windowFrameSectionAt(const QPointF& pos) const;
florianlink
updated to Qt 4.6 API...
r110
PythonQtInstanceWrapper* _wrapper;
};
class PythonQtPublicPromoter_QGraphicsWebView : public QGraphicsWebView
{ public:
florianlink
updated to improved generator...
r128 inline void promoted_contextMenuEvent(QGraphicsSceneContextMenuEvent* arg__1) { QGraphicsWebView::contextMenuEvent(arg__1); }
florianlink
updated to new operators...
r120 inline void promoted_dragEnterEvent(QGraphicsSceneDragDropEvent* arg__1) { QGraphicsWebView::dragEnterEvent(arg__1); }
florianlink
updated to improved generator...
r128 inline void promoted_dragLeaveEvent(QGraphicsSceneDragDropEvent* arg__1) { QGraphicsWebView::dragLeaveEvent(arg__1); }
inline void promoted_dragMoveEvent(QGraphicsSceneDragDropEvent* arg__1) { QGraphicsWebView::dragMoveEvent(arg__1); }
inline void promoted_dropEvent(QGraphicsSceneDragDropEvent* arg__1) { QGraphicsWebView::dropEvent(arg__1); }
inline bool promoted_event(QEvent* arg__1) { return QGraphicsWebView::event(arg__1); }
inline void promoted_focusInEvent(QFocusEvent* arg__1) { QGraphicsWebView::focusInEvent(arg__1); }
inline bool promoted_focusNextPrevChild(bool next) { return QGraphicsWebView::focusNextPrevChild(next); }
inline void promoted_focusOutEvent(QFocusEvent* arg__1) { QGraphicsWebView::focusOutEvent(arg__1); }
florianlink
updated to new operators...
r120 inline void promoted_hoverLeaveEvent(QGraphicsSceneHoverEvent* arg__1) { QGraphicsWebView::hoverLeaveEvent(arg__1); }
florianlink
updated to improved generator...
r128 inline void promoted_hoverMoveEvent(QGraphicsSceneHoverEvent* arg__1) { QGraphicsWebView::hoverMoveEvent(arg__1); }
inline void promoted_inputMethodEvent(QInputMethodEvent* arg__1) { QGraphicsWebView::inputMethodEvent(arg__1); }
florianlink
updated to new operators...
r120 inline QVariant promoted_inputMethodQuery(Qt::InputMethodQuery query) const { return QGraphicsWebView::inputMethodQuery(query); }
florianlink
updated to improved generator...
r128 inline QVariant promoted_itemChange(QGraphicsItem::GraphicsItemChange change, const QVariant& value) { return QGraphicsWebView::itemChange(change, value); }
florianlink
updated to new operators...
r120 inline void promoted_keyPressEvent(QKeyEvent* arg__1) { QGraphicsWebView::keyPressEvent(arg__1); }
florianlink
updated to improved generator...
r128 inline void promoted_keyReleaseEvent(QKeyEvent* arg__1) { QGraphicsWebView::keyReleaseEvent(arg__1); }
inline void promoted_mouseDoubleClickEvent(QGraphicsSceneMouseEvent* arg__1) { QGraphicsWebView::mouseDoubleClickEvent(arg__1); }
inline void promoted_mouseMoveEvent(QGraphicsSceneMouseEvent* arg__1) { QGraphicsWebView::mouseMoveEvent(arg__1); }
inline void promoted_mousePressEvent(QGraphicsSceneMouseEvent* arg__1) { QGraphicsWebView::mousePressEvent(arg__1); }
florianlink
updated to Qt 4.6 API...
r110 inline void promoted_mouseReleaseEvent(QGraphicsSceneMouseEvent* arg__1) { QGraphicsWebView::mouseReleaseEvent(arg__1); }
inline void promoted_paint(QPainter* arg__1, const QStyleOptionGraphicsItem* options, QWidget* widget = 0) { QGraphicsWebView::paint(arg__1, options, widget); }
inline bool promoted_sceneEvent(QEvent* arg__1) { return QGraphicsWebView::sceneEvent(arg__1); }
florianlink
updated to improved generator...
r128 inline void promoted_setGeometry(const QRectF& rect) { QGraphicsWebView::setGeometry(rect); }
inline QSizeF promoted_sizeHint(Qt::SizeHint which, const QSizeF& constraint) const { return QGraphicsWebView::sizeHint(which, constraint); }
inline void promoted_updateGeometry() { QGraphicsWebView::updateGeometry(); }
inline void promoted_wheelEvent(QGraphicsSceneWheelEvent* arg__1) { QGraphicsWebView::wheelEvent(arg__1); }
florianlink
updated to Qt 4.6 API...
r110 };
class PythonQtWrapper_QGraphicsWebView : public QObject
{ Q_OBJECT
public:
public slots:
QGraphicsWebView* new_QGraphicsWebView(QGraphicsItem* parent = 0);
void delete_QGraphicsWebView(QGraphicsWebView* obj) { delete obj; }
florianlink
updated to improved generator...
r128 void contextMenuEvent(QGraphicsWebView* theWrappedObject, QGraphicsSceneContextMenuEvent* arg__1);
florianlink
updated to new operators...
r120 void dragEnterEvent(QGraphicsWebView* theWrappedObject, QGraphicsSceneDragDropEvent* arg__1);
florianlink
updated to improved generator...
r128 void dragLeaveEvent(QGraphicsWebView* theWrappedObject, QGraphicsSceneDragDropEvent* arg__1);
void dragMoveEvent(QGraphicsWebView* theWrappedObject, QGraphicsSceneDragDropEvent* arg__1);
void dropEvent(QGraphicsWebView* theWrappedObject, QGraphicsSceneDragDropEvent* arg__1);
bool event(QGraphicsWebView* theWrappedObject, QEvent* arg__1);
florianlink
updated to new operators...
r120 bool findText(QGraphicsWebView* theWrappedObject, const QString& subString, QWebPage::FindFlags options = 0);
florianlink
updated to improved generator...
r128 void focusInEvent(QGraphicsWebView* theWrappedObject, QFocusEvent* arg__1);
bool focusNextPrevChild(QGraphicsWebView* theWrappedObject, bool next);
void focusOutEvent(QGraphicsWebView* theWrappedObject, QFocusEvent* arg__1);
QWebHistory* history(QGraphicsWebView* theWrappedObject) const;
void hoverLeaveEvent(QGraphicsWebView* theWrappedObject, QGraphicsSceneHoverEvent* arg__1);
void hoverMoveEvent(QGraphicsWebView* theWrappedObject, QGraphicsSceneHoverEvent* arg__1);
QIcon icon(QGraphicsWebView* theWrappedObject) const;
void inputMethodEvent(QGraphicsWebView* theWrappedObject, QInputMethodEvent* arg__1);
florianlink
updated to new operators...
r120 QVariant inputMethodQuery(QGraphicsWebView* theWrappedObject, Qt::InputMethodQuery query) const;
florianlink
updated to improved generator...
r128 bool isModified(QGraphicsWebView* theWrappedObject) const;
florianlink
updated to Qt 4.8 wrappers...
r186 bool isTiledBackingStoreFrozen(QGraphicsWebView* theWrappedObject) const;
florianlink
updated to improved generator...
r128 QVariant itemChange(QGraphicsWebView* theWrappedObject, QGraphicsItem::GraphicsItemChange change, const QVariant& value);
void keyPressEvent(QGraphicsWebView* theWrappedObject, QKeyEvent* arg__1);
void keyReleaseEvent(QGraphicsWebView* theWrappedObject, QKeyEvent* arg__1);
florianlink
updated to Qt 4.6 API...
r110 void load(QGraphicsWebView* theWrappedObject, const QNetworkRequest& request, QNetworkAccessManager::Operation operation = QNetworkAccessManager::GetOperation, const QByteArray& body = QByteArray());
florianlink
updated to improved generator...
r128 void load(QGraphicsWebView* theWrappedObject, const QUrl& url);
florianlink
updated to new operators...
r120 void mouseDoubleClickEvent(QGraphicsWebView* theWrappedObject, QGraphicsSceneMouseEvent* arg__1);
florianlink
updated to improved generator...
r128 void mouseMoveEvent(QGraphicsWebView* theWrappedObject, QGraphicsSceneMouseEvent* arg__1);
void mousePressEvent(QGraphicsWebView* theWrappedObject, QGraphicsSceneMouseEvent* arg__1);
florianlink
updated to Qt 4.6 API...
r110 void mouseReleaseEvent(QGraphicsWebView* theWrappedObject, QGraphicsSceneMouseEvent* arg__1);
florianlink
updated to improved generator...
r128 QWebPage* page(QGraphicsWebView* theWrappedObject) const;
QAction* pageAction(QGraphicsWebView* theWrappedObject, QWebPage::WebAction action) const;
void paint(QGraphicsWebView* theWrappedObject, QPainter* arg__1, const QStyleOptionGraphicsItem* options, QWidget* widget = 0);
florianlink
updated to Qt 4.8 wrappers...
r186 QPainter::RenderHints renderHints(QGraphicsWebView* theWrappedObject) const;
bool resizesToContents(QGraphicsWebView* theWrappedObject) const;
florianlink
updated to improved generator...
r128 bool sceneEvent(QGraphicsWebView* theWrappedObject, QEvent* arg__1);
florianlink
updated to Qt 4.6 API...
r110 void setContent(QGraphicsWebView* theWrappedObject, const QByteArray& data, const QString& mimeType = QString(), const QUrl& baseUrl = QUrl());
florianlink
updated to improved generator...
r128 void setGeometry(QGraphicsWebView* theWrappedObject, const QRectF& rect);
void setHtml(QGraphicsWebView* theWrappedObject, const QString& html, const QUrl& baseUrl = QUrl());
void setPage(QGraphicsWebView* theWrappedObject, QWebPage* arg__1);
florianlink
updated to Qt 4.8 wrappers...
r186 void setRenderHint(QGraphicsWebView* theWrappedObject, QPainter::RenderHint arg__1, bool enabled = true);
void setRenderHints(QGraphicsWebView* theWrappedObject, QPainter::RenderHints arg__1);
void setResizesToContents(QGraphicsWebView* theWrappedObject, bool enabled);
void setTiledBackingStoreFrozen(QGraphicsWebView* theWrappedObject, bool frozen);
florianlink
updated to Qt 4.6 API...
r110 void setUrl(QGraphicsWebView* theWrappedObject, const QUrl& arg__1);
florianlink
updated to improved generator...
r128 void setZoomFactor(QGraphicsWebView* theWrappedObject, qreal arg__1);
QWebSettings* settings(QGraphicsWebView* theWrappedObject) const;
QSizeF sizeHint(QGraphicsWebView* theWrappedObject, Qt::SizeHint which, const QSizeF& constraint) const;
QString title(QGraphicsWebView* theWrappedObject) const;
void triggerPageAction(QGraphicsWebView* theWrappedObject, QWebPage::WebAction action, bool checked = false);
void updateGeometry(QGraphicsWebView* theWrappedObject);
florianlink
updated to new operators...
r120 QUrl url(QGraphicsWebView* theWrappedObject) const;
florianlink
updated to improved generator...
r128 void wheelEvent(QGraphicsWebView* theWrappedObject, QGraphicsSceneWheelEvent* arg__1);
qreal zoomFactor(QGraphicsWebView* theWrappedObject) const;
florianlink
updated to Qt 4.6 API...
r110 };
class PythonQtWrapper_QWebDatabase : public QObject
{ Q_OBJECT
public:
public slots:
QWebDatabase* new_QWebDatabase(const QWebDatabase& other);
void delete_QWebDatabase(QWebDatabase* obj) { delete obj; }
QString displayName(QWebDatabase* theWrappedObject) const;
florianlink
updated to improved generator...
r128 qint64 expectedSize(QWebDatabase* theWrappedObject) const;
QString fileName(QWebDatabase* theWrappedObject) const;
QString name(QWebDatabase* theWrappedObject) const;
florianlink
updated to Qt 4.6 API...
r110 QWebDatabase* operator_assign(QWebDatabase* theWrappedObject, const QWebDatabase& other);
QWebSecurityOrigin origin(QWebDatabase* theWrappedObject) const;
void static_QWebDatabase_removeAllDatabases();
florianlink
updated to improved generator...
r128 void static_QWebDatabase_removeDatabase(const QWebDatabase& arg__1);
qint64 size(QWebDatabase* theWrappedObject) const;
florianlink
updated to Qt 4.6 API...
r110 };
class PythonQtWrapper_QWebElement : public QObject
{ Q_OBJECT
public:
Q_ENUMS(StyleResolveStrategy )
enum StyleResolveStrategy{
InlineStyle = QWebElement::InlineStyle, CascadedStyle = QWebElement::CascadedStyle, ComputedStyle = QWebElement::ComputedStyle};
public slots:
QWebElement* new_QWebElement();
QWebElement* new_QWebElement(const QWebElement& arg__1);
void delete_QWebElement(QWebElement* obj) { delete obj; }
florianlink
updated to improved generator...
r128 void addClass(QWebElement* theWrappedObject, const QString& name);
florianlink
updated to Qt 4.6 API...
r110 void appendInside(QWebElement* theWrappedObject, const QString& markup);
florianlink
updated to new operators...
r120 void appendInside(QWebElement* theWrappedObject, const QWebElement& element);
florianlink
updated to improved generator...
r128 void appendOutside(QWebElement* theWrappedObject, const QString& markup);
void appendOutside(QWebElement* theWrappedObject, const QWebElement& element);
QString attribute(QWebElement* theWrappedObject, const QString& name, const QString& defaultValue = QString()) const;
QString attributeNS(QWebElement* theWrappedObject, const QString& namespaceUri, const QString& name, const QString& defaultValue = QString()) const;
QStringList attributeNames(QWebElement* theWrappedObject, const QString& namespaceUri = QString()) const;
QStringList classes(QWebElement* theWrappedObject) const;
florianlink
updated to Qt 4.6 API...
r110 QWebElement clone(QWebElement* theWrappedObject) const;
florianlink
updated to improved generator...
r128 QWebElement document(QWebElement* theWrappedObject) const;
void encloseContentsWith(QWebElement* theWrappedObject, const QString& markup);
void encloseContentsWith(QWebElement* theWrappedObject, const QWebElement& element);
florianlink
updated to new operators...
r120 void encloseWith(QWebElement* theWrappedObject, const QString& markup);
void encloseWith(QWebElement* theWrappedObject, const QWebElement& element);
QVariant evaluateJavaScript(QWebElement* theWrappedObject, const QString& scriptSource);
florianlink
updated to Qt 4.8 wrappers...
r186 QWebElementCollection findAll(QWebElement* theWrappedObject, const QString& selectorQuery) const;
florianlink
updated to improved generator...
r128 QWebElement findFirst(QWebElement* theWrappedObject, const QString& selectorQuery) const;
QWebElement firstChild(QWebElement* theWrappedObject) const;
QRect geometry(QWebElement* theWrappedObject) const;
bool hasAttribute(QWebElement* theWrappedObject, const QString& name) const;
bool hasAttributeNS(QWebElement* theWrappedObject, const QString& namespaceUri, const QString& name) const;
bool hasAttributes(QWebElement* theWrappedObject) const;
florianlink
updated to Qt 4.6 API...
r110 bool hasClass(QWebElement* theWrappedObject, const QString& name) const;
florianlink
updated to improved generator...
r128 bool hasFocus(QWebElement* theWrappedObject) const;
bool isNull(QWebElement* theWrappedObject) const;
QWebElement lastChild(QWebElement* theWrappedObject) const;
QString localName(QWebElement* theWrappedObject) const;
QString namespaceUri(QWebElement* theWrappedObject) const;
QWebElement nextSibling(QWebElement* theWrappedObject) const;
bool __ne__(QWebElement* theWrappedObject, const QWebElement& o) const;
QWebElement* operator_assign(QWebElement* theWrappedObject, const QWebElement& arg__1);
bool __eq__(QWebElement* theWrappedObject, const QWebElement& o) const;
QWebElement parent(QWebElement* theWrappedObject) const;
QString prefix(QWebElement* theWrappedObject) const;
void prependInside(QWebElement* theWrappedObject, const QString& markup);
void prependInside(QWebElement* theWrappedObject, const QWebElement& element);
void prependOutside(QWebElement* theWrappedObject, const QString& markup);
void prependOutside(QWebElement* theWrappedObject, const QWebElement& element);
QWebElement previousSibling(QWebElement* theWrappedObject) const;
void removeAllChildren(QWebElement* theWrappedObject);
void removeAttribute(QWebElement* theWrappedObject, const QString& name);
florianlink
updated to Qt 4.6 API...
r110 void removeAttributeNS(QWebElement* theWrappedObject, const QString& namespaceUri, const QString& name);
florianlink
updated to improved generator...
r128 void removeClass(QWebElement* theWrappedObject, const QString& name);
florianlink
updated to new operators...
r120 void removeFromDocument(QWebElement* theWrappedObject);
florianlink
updated to improved generator...
r128 void render(QWebElement* theWrappedObject, QPainter* painter);
florianlink
updated to Qt 4.8 wrappers...
r186 void render(QWebElement* theWrappedObject, QPainter* painter, const QRect& clipRect);
florianlink
updated to Qt 4.6 API...
r110 void replace(QWebElement* theWrappedObject, const QString& markup);
florianlink
updated to new operators...
r120 void replace(QWebElement* theWrappedObject, const QWebElement& element);
florianlink
updated to improved generator...
r128 void setAttribute(QWebElement* theWrappedObject, const QString& name, const QString& value);
void setAttributeNS(QWebElement* theWrappedObject, const QString& namespaceUri, const QString& name, const QString& value);
void setFocus(QWebElement* theWrappedObject);
void setInnerXml(QWebElement* theWrappedObject, const QString& markup);
void setOuterXml(QWebElement* theWrappedObject, const QString& markup);
void setPlainText(QWebElement* theWrappedObject, const QString& text);
florianlink
updated to Qt 4.6 API...
r110 void setStyleProperty(QWebElement* theWrappedObject, const QString& name, const QString& value);
florianlink
updated to improved generator...
r128 QString styleProperty(QWebElement* theWrappedObject, const QString& name, QWebElement::StyleResolveStrategy strategy) const;
QString tagName(QWebElement* theWrappedObject) const;
florianlink
updated to Qt 4.6 API...
r110 QWebElement* takeFromDocument(QWebElement* theWrappedObject);
florianlink
updated to improved generator...
r128 QString toInnerXml(QWebElement* theWrappedObject) const;
florianlink
updated to new operators...
r120 QString toOuterXml(QWebElement* theWrappedObject) const;
florianlink
updated to improved generator...
r128 QString toPlainText(QWebElement* theWrappedObject) const;
void toggleClass(QWebElement* theWrappedObject, const QString& name);
QWebFrame* webFrame(QWebElement* theWrappedObject) const;
florianlink
updated to new operators...
r120 bool __nonzero__(QWebElement* obj) { return !obj->isNull(); }
florianlink
updated to Qt 4.6 API...
r110 };
florianlink
updated to Qt 4.8 wrappers...
r186 class PythonQtWrapper_QWebElementCollection : public QObject
{ Q_OBJECT
public:
public slots:
QWebElementCollection* new_QWebElementCollection();
QWebElementCollection* new_QWebElementCollection(const QWebElement& contextElement, const QString& query);
QWebElementCollection* new_QWebElementCollection(const QWebElementCollection& arg__1);
void delete_QWebElementCollection(QWebElementCollection* obj) { delete obj; }
void append(QWebElementCollection* theWrappedObject, const QWebElementCollection& collection);
QWebElement at(QWebElementCollection* theWrappedObject, int i) const;
int count(QWebElementCollection* theWrappedObject) const;
QWebElement first(QWebElementCollection* theWrappedObject) const;
QWebElement last(QWebElementCollection* theWrappedObject) const;
QWebElementCollection __add__(QWebElementCollection* theWrappedObject, const QWebElementCollection& other) const;
QWebElementCollection* __iadd__(QWebElementCollection* theWrappedObject, const QWebElementCollection& other);
QWebElementCollection* operator_assign(QWebElementCollection* theWrappedObject, const QWebElementCollection& arg__1);
QWebElement operator_subscript(QWebElementCollection* theWrappedObject, int i) const;
QList<QWebElement > toList(QWebElementCollection* theWrappedObject) const;
};
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 class PythonQtPublicPromoter_QWebFrame : public QWebFrame
{ public:
inline bool promoted_event(QEvent* arg__1) { return QWebFrame::event(arg__1); }
};
class PythonQtWrapper_QWebFrame : public QObject
{ Q_OBJECT
public:
florianlink
updated to Qt 4.8 wrappers...
r186 Q_ENUMS(RenderLayer )
enum RenderLayer{
ContentsLayer = QWebFrame::ContentsLayer, ScrollBarLayer = QWebFrame::ScrollBarLayer, PanIconLayer = QWebFrame::PanIconLayer, AllLayers = QWebFrame::AllLayers};
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 public slots:
florianlink
updated to new operators...
r120 void addToJavaScriptWindowObject(QWebFrame* theWrappedObject, const QString& name, QObject* object);
florianlink
updated to improved generator...
r128 QUrl baseUrl(QWebFrame* theWrappedObject) const;
QList<QWebFrame* > childFrames(QWebFrame* theWrappedObject) const;
QSize contentsSize(QWebFrame* theWrappedObject) const;
florianlink
updated to Qt 4.6 API...
r110 QWebElement documentElement(QWebFrame* theWrappedObject) const;
florianlink
updated to improved generator...
r128 bool event(QWebFrame* theWrappedObject, QEvent* arg__1);
florianlink
updated to Qt 4.8 wrappers...
r186 QWebElementCollection findAllElements(QWebFrame* theWrappedObject, const QString& selectorQuery) const;
florianlink
updated to improved generator...
r128 QWebElement findFirstElement(QWebFrame* theWrappedObject, const QString& selectorQuery) const;
QString frameName(QWebFrame* theWrappedObject) const;
QRect geometry(QWebFrame* theWrappedObject) const;
bool hasFocus(QWebFrame* theWrappedObject) const;
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 QWebHitTestResult hitTestContent(QWebFrame* theWrappedObject, const QPoint& pos) const;
florianlink
updated to improved generator...
r128 QIcon icon(QWebFrame* theWrappedObject) const;
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 void load(QWebFrame* theWrappedObject, const QNetworkRequest& request, QNetworkAccessManager::Operation operation = QNetworkAccessManager::GetOperation, const QByteArray& body = QByteArray());
florianlink
updated to Qt 4.6 API...
r110 void load(QWebFrame* theWrappedObject, const QUrl& url);
florianlink
updated to improved generator...
r128 QMultiMap<QString , QString > metaData(QWebFrame* theWrappedObject) const;
QWebPage* page(QWebFrame* theWrappedObject) const;
QWebFrame* parentFrame(QWebFrame* theWrappedObject) const;
QPoint pos(QWebFrame* theWrappedObject) const;
void render(QWebFrame* theWrappedObject, QPainter* arg__1);
florianlink
updated to Qt 4.8 wrappers...
r186 void render(QWebFrame* theWrappedObject, QPainter* arg__1, QWebFrame::RenderLayer layer, const QRegion& clip = QRegion());
florianlink
updated to improved generator...
r128 void render(QWebFrame* theWrappedObject, QPainter* arg__1, const QRegion& clip);
QString renderTreeDump(QWebFrame* theWrappedObject) const;
QUrl requestedUrl(QWebFrame* theWrappedObject) const;
void scroll(QWebFrame* theWrappedObject, int arg__1, int arg__2);
QRect scrollBarGeometry(QWebFrame* theWrappedObject, Qt::Orientation orientation) const;
int scrollBarMaximum(QWebFrame* theWrappedObject, Qt::Orientation orientation) const;
florianlink
updated to new operators...
r120 int scrollBarMinimum(QWebFrame* theWrappedObject, Qt::Orientation orientation) const;
florianlink
updated to improved generator...
r128 Qt::ScrollBarPolicy scrollBarPolicy(QWebFrame* theWrappedObject, Qt::Orientation orientation) const;
int scrollBarValue(QWebFrame* theWrappedObject, Qt::Orientation orientation) const;
florianlink
updated to Qt 4.6 API...
r110 QPoint scrollPosition(QWebFrame* theWrappedObject) const;
florianlink
updated to Qt 4.8 wrappers...
r186 void scrollToAnchor(QWebFrame* theWrappedObject, const QString& anchor);
florianlink
updated to improved generator...
r128 QWebSecurityOrigin securityOrigin(QWebFrame* theWrappedObject) const;
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 void setContent(QWebFrame* theWrappedObject, const QByteArray& data, const QString& mimeType = QString(), const QUrl& baseUrl = QUrl());
florianlink
updated to Qt 4.6 API...
r110 void setFocus(QWebFrame* theWrappedObject);
florianlink
updated to improved generator...
r128 void setHtml(QWebFrame* theWrappedObject, const QString& html, const QUrl& baseUrl = QUrl());
florianlink
updated to Qt 4.6 API...
r110 void setScrollBarPolicy(QWebFrame* theWrappedObject, Qt::Orientation orientation, Qt::ScrollBarPolicy policy);
florianlink
updated to improved generator...
r128 void setScrollBarValue(QWebFrame* theWrappedObject, Qt::Orientation orientation, int value);
void setScrollPosition(QWebFrame* theWrappedObject, const QPoint& pos);
void setTextSizeMultiplier(QWebFrame* theWrappedObject, qreal factor);
florianlink
updated to Qt 4.6 API...
r110 void setUrl(QWebFrame* theWrappedObject, const QUrl& url);
florianlink
updated to improved generator...
r128 void setZoomFactor(QWebFrame* theWrappedObject, qreal factor);
qreal textSizeMultiplier(QWebFrame* theWrappedObject) const;
florianlink
updated to new operators...
r120 QString title(QWebFrame* theWrappedObject) const;
florianlink
updated to improved generator...
r128 QString toHtml(QWebFrame* theWrappedObject) const;
QString toPlainText(QWebFrame* theWrappedObject) const;
QUrl url(QWebFrame* theWrappedObject) const;
qreal zoomFactor(QWebFrame* theWrappedObject) const;
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 };
florianlink
updated to Qt 4.8 wrappers...
r186 class PythonQtWrapper_QWebHistory : public QObject
{ Q_OBJECT
public:
public slots:
void back(QWebHistory* theWrappedObject);
QWebHistoryItem backItem(QWebHistory* theWrappedObject) const;
QList<QWebHistoryItem > backItems(QWebHistory* theWrappedObject, int maxItems) const;
bool canGoBack(QWebHistory* theWrappedObject) const;
bool canGoForward(QWebHistory* theWrappedObject) const;
void clear(QWebHistory* theWrappedObject);
int count(QWebHistory* theWrappedObject) const;
QWebHistoryItem currentItem(QWebHistory* theWrappedObject) const;
int currentItemIndex(QWebHistory* theWrappedObject) const;
void forward(QWebHistory* theWrappedObject);
QWebHistoryItem forwardItem(QWebHistory* theWrappedObject) const;
QList<QWebHistoryItem > forwardItems(QWebHistory* theWrappedObject, int maxItems) const;
void goToItem(QWebHistory* theWrappedObject, const QWebHistoryItem& item);
QWebHistoryItem itemAt(QWebHistory* theWrappedObject, int i) const;
QList<QWebHistoryItem > items(QWebHistory* theWrappedObject) const;
int maximumItemCount(QWebHistory* theWrappedObject) const;
void writeTo(QWebHistory* theWrappedObject, QDataStream& stream);
void readFrom(QWebHistory* theWrappedObject, QDataStream& stream);
void setMaximumItemCount(QWebHistory* theWrappedObject, int count);
};
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 class PythonQtShell_QWebHistoryInterface : public QWebHistoryInterface
{
public:
PythonQtShell_QWebHistoryInterface(QObject* parent = 0):QWebHistoryInterface(parent),_wrapper(NULL) {};
florianlink
updated to Qt 4.8 wrappers...
r186 ~PythonQtShell_QWebHistoryInterface();
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 virtual void addHistoryEntry(const QString& url);
florianlink
updated to new operators...
r120 virtual void childEvent(QChildEvent* arg__1);
virtual void customEvent(QEvent* arg__1);
florianlink
updated to improved generator...
r128 virtual bool event(QEvent* arg__1);
virtual bool eventFilter(QObject* arg__1, QEvent* arg__2);
virtual bool historyContains(const QString& url) const;
florianlink
updated to new operators...
r120 virtual void timerEvent(QTimerEvent* arg__1);
florianlink
added newly generated wrappers for Qt 4.4.3...
r99
PythonQtInstanceWrapper* _wrapper;
};
class PythonQtWrapper_QWebHistoryInterface : public QObject
{ Q_OBJECT
public:
public slots:
QWebHistoryInterface* new_QWebHistoryInterface(QObject* parent = 0);
void delete_QWebHistoryInterface(QWebHistoryInterface* obj) { delete obj; }
florianlink
updated to new operators...
r120 QWebHistoryInterface* static_QWebHistoryInterface_defaultInterface();
florianlink
updated to improved generator...
r128 void static_QWebHistoryInterface_setDefaultInterface(QWebHistoryInterface* defaultInterface);
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 };
florianlink
updated to Qt 4.8 wrappers...
r186 class PythonQtWrapper_QWebHistoryItem : public QObject
{ Q_OBJECT
public:
public slots:
QWebHistoryItem* new_QWebHistoryItem(const QWebHistoryItem& other);
void delete_QWebHistoryItem(QWebHistoryItem* obj) { delete obj; }
QIcon icon(QWebHistoryItem* theWrappedObject) const;
bool isValid(QWebHistoryItem* theWrappedObject) const;
QDateTime lastVisited(QWebHistoryItem* theWrappedObject) const;
QWebHistoryItem* operator_assign(QWebHistoryItem* theWrappedObject, const QWebHistoryItem& other);
QUrl originalUrl(QWebHistoryItem* theWrappedObject) const;
void setUserData(QWebHistoryItem* theWrappedObject, const QVariant& userData);
QString title(QWebHistoryItem* theWrappedObject) const;
QUrl url(QWebHistoryItem* theWrappedObject) const;
QVariant userData(QWebHistoryItem* theWrappedObject) const;
};
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 class PythonQtWrapper_QWebHitTestResult : public QObject
{ Q_OBJECT
public:
public slots:
QWebHitTestResult* new_QWebHitTestResult();
QWebHitTestResult* new_QWebHitTestResult(const QWebHitTestResult& other);
void delete_QWebHitTestResult(QWebHitTestResult* obj) { delete obj; }
florianlink
updated to new operators...
r120 QString alternateText(QWebHitTestResult* theWrappedObject) const;
florianlink
updated to improved generator...
r128 QRect boundingRect(QWebHitTestResult* theWrappedObject) const;
florianlink
updated to Qt 4.6 API...
r110 QWebElement element(QWebHitTestResult* theWrappedObject) const;
florianlink
updated to improved generator...
r128 QWebElement enclosingBlockElement(QWebHitTestResult* theWrappedObject) const;
florianlink
updated to new operators...
r120 QWebFrame* frame(QWebHitTestResult* theWrappedObject) const;
QUrl imageUrl(QWebHitTestResult* theWrappedObject) const;
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 bool isContentEditable(QWebHitTestResult* theWrappedObject) const;
florianlink
updated to new operators...
r120 bool isContentSelected(QWebHitTestResult* theWrappedObject) const;
florianlink
updated to improved generator...
r128 bool isNull(QWebHitTestResult* theWrappedObject) const;
florianlink
updated to Qt 4.6 API...
r110 QWebElement linkElement(QWebHitTestResult* theWrappedObject) const;
florianlink
updated to improved generator...
r128 QWebFrame* linkTargetFrame(QWebHitTestResult* theWrappedObject) const;
QString linkText(QWebHitTestResult* theWrappedObject) const;
QUrl linkTitle(QWebHitTestResult* theWrappedObject) const;
florianlink
updated to Qt 4.6 API...
r110 QUrl linkUrl(QWebHitTestResult* theWrappedObject) const;
florianlink
updated to improved generator...
r128 QPixmap pixmap(QWebHitTestResult* theWrappedObject) const;
QPoint pos(QWebHitTestResult* theWrappedObject) const;
QString title(QWebHitTestResult* theWrappedObject) const;
florianlink
updated to new operators...
r120 bool __nonzero__(QWebHitTestResult* obj) { return !obj->isNull(); }
florianlink
updated to Qt 4.6 API...
r110 };
class PythonQtShell_QWebInspector : public QWebInspector
{
public:
PythonQtShell_QWebInspector(QWidget* parent = 0):QWebInspector(parent),_wrapper(NULL) {};
florianlink
updated to Qt 4.8 wrappers...
r186 ~PythonQtShell_QWebInspector();
florianlink
updated to improved generator...
r128 virtual void actionEvent(QActionEvent* arg__1);
virtual void changeEvent(QEvent* arg__1);
virtual void childEvent(QChildEvent* arg__1);
florianlink
updated to Qt 4.8 wrappers...
r186 virtual void closeEvent(QCloseEvent* event);
florianlink
updated to improved generator...
r128 virtual void contextMenuEvent(QContextMenuEvent* arg__1);
virtual void customEvent(QEvent* arg__1);
virtual int devType() const;
virtual void dragEnterEvent(QDragEnterEvent* arg__1);
virtual void dragLeaveEvent(QDragLeaveEvent* arg__1);
virtual void dragMoveEvent(QDragMoveEvent* arg__1);
virtual void dropEvent(QDropEvent* arg__1);
virtual void enterEvent(QEvent* arg__1);
florianlink
updated to new operators...
r120 virtual bool event(QEvent* arg__1);
florianlink
updated to improved generator...
r128 virtual bool eventFilter(QObject* arg__1, QEvent* arg__2);
virtual void focusInEvent(QFocusEvent* arg__1);
virtual bool focusNextPrevChild(bool next);
virtual void focusOutEvent(QFocusEvent* arg__1);
florianlink
updated to Qt 4.6 API...
r110 virtual int heightForWidth(int arg__1) const;
florianlink
updated to improved generator...
r128 virtual void hideEvent(QHideEvent* event);
florianlink
updated to new operators...
r120 virtual void inputMethodEvent(QInputMethodEvent* arg__1);
florianlink
updated to Qt 4.6 API...
r110 virtual QVariant inputMethodQuery(Qt::InputMethodQuery arg__1) const;
florianlink
updated to improved generator...
r128 virtual void keyPressEvent(QKeyEvent* arg__1);
virtual void keyReleaseEvent(QKeyEvent* arg__1);
virtual void languageChange();
virtual void leaveEvent(QEvent* arg__1);
virtual int metric(QPaintDevice::PaintDeviceMetric arg__1) const;
florianlink
updated to new operators...
r120 virtual QSize minimumSizeHint() const;
virtual void mouseDoubleClickEvent(QMouseEvent* arg__1);
florianlink
updated to improved generator...
r128 virtual void mouseMoveEvent(QMouseEvent* arg__1);
florianlink
updated to new operators...
r120 virtual void mousePressEvent(QMouseEvent* arg__1);
florianlink
updated to improved generator...
r128 virtual void mouseReleaseEvent(QMouseEvent* arg__1);
virtual void moveEvent(QMoveEvent* arg__1);
virtual QPaintEngine* paintEngine() const;
florianlink
updated to new operators...
r120 virtual void paintEvent(QPaintEvent* arg__1);
florianlink
updated to improved generator...
r128 virtual void resizeEvent(QResizeEvent* event);
virtual void showEvent(QShowEvent* event);
florianlink
updated to new operators...
r120 virtual void tabletEvent(QTabletEvent* arg__1);
virtual void timerEvent(QTimerEvent* arg__1);
florianlink
updated to improved generator...
r128 virtual void wheelEvent(QWheelEvent* arg__1);
florianlink
updated to Qt 4.6 API...
r110
PythonQtInstanceWrapper* _wrapper;
};
class PythonQtPublicPromoter_QWebInspector : public QWebInspector
{ public:
florianlink
updated to Qt 4.8 wrappers...
r186 inline void promoted_closeEvent(QCloseEvent* event) { QWebInspector::closeEvent(event); }
florianlink
updated to improved generator...
r128 inline bool promoted_event(QEvent* arg__1) { return QWebInspector::event(arg__1); }
florianlink
updated to Qt 4.6 API...
r110 inline void promoted_hideEvent(QHideEvent* event) { QWebInspector::hideEvent(event); }
inline void promoted_resizeEvent(QResizeEvent* event) { QWebInspector::resizeEvent(event); }
florianlink
updated to new operators...
r120 inline void promoted_showEvent(QShowEvent* event) { QWebInspector::showEvent(event); }
florianlink
updated to Qt 4.6 API...
r110 };
class PythonQtWrapper_QWebInspector : public QObject
{ Q_OBJECT
public:
public slots:
QWebInspector* new_QWebInspector(QWidget* parent = 0);
void delete_QWebInspector(QWebInspector* obj) { delete obj; }
florianlink
updated to Qt 4.8 wrappers...
r186 void closeEvent(QWebInspector* theWrappedObject, QCloseEvent* event);
florianlink
updated to improved generator...
r128 bool event(QWebInspector* theWrappedObject, QEvent* arg__1);
florianlink
updated to Qt 4.6 API...
r110 void hideEvent(QWebInspector* theWrappedObject, QHideEvent* event);
florianlink
updated to improved generator...
r128 QWebPage* page(QWebInspector* theWrappedObject) const;
florianlink
updated to Qt 4.6 API...
r110 void resizeEvent(QWebInspector* theWrappedObject, QResizeEvent* event);
florianlink
updated to new operators...
r120 void setPage(QWebInspector* theWrappedObject, QWebPage* page);
void showEvent(QWebInspector* theWrappedObject, QShowEvent* event);
florianlink
updated to improved generator...
r128 QSize sizeHint(QWebInspector* theWrappedObject) const;
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 };
class PythonQtShell_QWebPage : public QWebPage
{
public:
PythonQtShell_QWebPage(QObject* parent = 0):QWebPage(parent),_wrapper(NULL) {};
florianlink
updated to Qt 4.8 wrappers...
r186 ~PythonQtShell_QWebPage();
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 virtual bool acceptNavigationRequest(QWebFrame* frame, const QNetworkRequest& request, QWebPage::NavigationType type);
florianlink
updated to improved generator...
r128 virtual void childEvent(QChildEvent* arg__1);
florianlink
updated to Qt 4.6 API...
r110 virtual QString chooseFile(QWebFrame* originatingFrame, const QString& oldFile);
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 virtual QObject* createPlugin(const QString& classid, const QUrl& url, const QStringList& paramNames, const QStringList& paramValues);
florianlink
updated to Qt 4.6 API...
r110 virtual QWebPage* createWindow(QWebPage::WebWindowType type);
florianlink
updated to improved generator...
r128 virtual void customEvent(QEvent* arg__1);
florianlink
updated to Qt 4.6 API...
r110 virtual bool event(QEvent* arg__1);
florianlink
updated to new operators...
r120 virtual bool eventFilter(QObject* arg__1, QEvent* arg__2);
florianlink
updated to improved generator...
r128 virtual bool extension(QWebPage::Extension extension, const QWebPage::ExtensionOption* option = 0, QWebPage::ExtensionReturn* output = 0);
virtual void javaScriptAlert(QWebFrame* originatingFrame, const QString& msg);
virtual bool javaScriptConfirm(QWebFrame* originatingFrame, const QString& msg);
virtual void javaScriptConsoleMessage(const QString& message, int lineNumber, const QString& sourceID);
virtual bool javaScriptPrompt(QWebFrame* originatingFrame, const QString& msg, const QString& defaultValue, QString* result);
virtual bool supportsExtension(QWebPage::Extension extension) const;
florianlink
updated to new operators...
r120 virtual void timerEvent(QTimerEvent* arg__1);
florianlink
updated to improved generator...
r128 virtual void triggerAction(QWebPage::WebAction action, bool checked = false);
virtual QString userAgentForUrl(const QUrl& url) const;
florianlink
added newly generated wrappers for Qt 4.4.3...
r99
PythonQtInstanceWrapper* _wrapper;
};
class PythonQtPublicPromoter_QWebPage : public QWebPage
{ public:
inline bool promoted_acceptNavigationRequest(QWebFrame* frame, const QNetworkRequest& request, QWebPage::NavigationType type) { return QWebPage::acceptNavigationRequest(frame, request, type); }
florianlink
updated to Qt 4.6 API...
r110 inline QString promoted_chooseFile(QWebFrame* originatingFrame, const QString& oldFile) { return QWebPage::chooseFile(originatingFrame, oldFile); }
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 inline QObject* promoted_createPlugin(const QString& classid, const QUrl& url, const QStringList& paramNames, const QStringList& paramValues) { return QWebPage::createPlugin(classid, url, paramNames, paramValues); }
florianlink
updated to Qt 4.6 API...
r110 inline QWebPage* promoted_createWindow(QWebPage::WebWindowType type) { return QWebPage::createWindow(type); }
inline bool promoted_event(QEvent* arg__1) { return QWebPage::event(arg__1); }
florianlink
updated to improved generator...
r128 inline bool promoted_extension(QWebPage::Extension extension, const QWebPage::ExtensionOption* option = 0, QWebPage::ExtensionReturn* output = 0) { return QWebPage::extension(extension, option, output); }
inline void promoted_javaScriptAlert(QWebFrame* originatingFrame, const QString& msg) { QWebPage::javaScriptAlert(originatingFrame, msg); }
inline bool promoted_javaScriptConfirm(QWebFrame* originatingFrame, const QString& msg) { return QWebPage::javaScriptConfirm(originatingFrame, msg); }
inline void promoted_javaScriptConsoleMessage(const QString& message, int lineNumber, const QString& sourceID) { QWebPage::javaScriptConsoleMessage(message, lineNumber, sourceID); }
inline bool promoted_javaScriptPrompt(QWebFrame* originatingFrame, const QString& msg, const QString& defaultValue, QString* result) { return QWebPage::javaScriptPrompt(originatingFrame, msg, defaultValue, result); }
inline bool promoted_supportsExtension(QWebPage::Extension extension) const { return QWebPage::supportsExtension(extension); }
inline void promoted_triggerAction(QWebPage::WebAction action, bool checked = false) { QWebPage::triggerAction(action, checked); }
inline QString promoted_userAgentForUrl(const QUrl& url) const { return QWebPage::userAgentForUrl(url); }
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 };
class PythonQtWrapper_QWebPage : public QObject
{ Q_OBJECT
public:
florianlink
updated to Qt 4.8 wrappers...
r186 Q_ENUMS(ErrorDomain WebWindowType PermissionPolicy FindFlag Feature Extension )
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 Q_FLAGS(FindFlags )
florianlink
updated to Qt 4.6 API...
r110 enum ErrorDomain{
QtNetwork = QWebPage::QtNetwork, Http = QWebPage::Http, WebKit = QWebPage::WebKit};
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 enum WebWindowType{
WebBrowserWindow = QWebPage::WebBrowserWindow, WebModalDialog = QWebPage::WebModalDialog};
florianlink
updated to Qt 4.8 wrappers...
r186 enum PermissionPolicy{
PermissionUnknown = QWebPage::PermissionUnknown, PermissionGrantedByUser = QWebPage::PermissionGrantedByUser, PermissionDeniedByUser = QWebPage::PermissionDeniedByUser};
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 enum FindFlag{
florianlink
updated to Qt 4.6 API...
r110 FindBackward = QWebPage::FindBackward, FindCaseSensitively = QWebPage::FindCaseSensitively, FindWrapsAroundDocument = QWebPage::FindWrapsAroundDocument, HighlightAllOccurrences = QWebPage::HighlightAllOccurrences};
florianlink
updated to Qt 4.8 wrappers...
r186 enum Feature{
Notifications = QWebPage::Notifications, Geolocation = QWebPage::Geolocation};
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 enum Extension{
florianlink
updated to Qt 4.6 API...
r110 ChooseMultipleFilesExtension = QWebPage::ChooseMultipleFilesExtension, ErrorPageExtension = QWebPage::ErrorPageExtension};
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 Q_DECLARE_FLAGS(FindFlags, FindFlag)
public slots:
QWebPage* new_QWebPage(QObject* parent = 0);
void delete_QWebPage(QWebPage* obj) { delete obj; }
florianlink
updated to new operators...
r120 bool acceptNavigationRequest(QWebPage* theWrappedObject, QWebFrame* frame, const QNetworkRequest& request, QWebPage::NavigationType type);
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 QAction* action(QWebPage* theWrappedObject, QWebPage::WebAction action) const;
florianlink
updated to improved generator...
r128 quint64 bytesReceived(QWebPage* theWrappedObject) const;
QString chooseFile(QWebPage* theWrappedObject, QWebFrame* originatingFrame, const QString& oldFile);
QObject* createPlugin(QWebPage* theWrappedObject, const QString& classid, const QUrl& url, const QStringList& paramNames, const QStringList& paramValues);
QMenu* createStandardContextMenu(QWebPage* theWrappedObject);
QWebPage* createWindow(QWebPage* theWrappedObject, QWebPage::WebWindowType type);
QWebFrame* currentFrame(QWebPage* theWrappedObject) const;
bool event(QWebPage* theWrappedObject, QEvent* arg__1);
bool extension(QWebPage* theWrappedObject, QWebPage::Extension extension, const QWebPage::ExtensionOption* option = 0, QWebPage::ExtensionReturn* output = 0);
florianlink
updated to new operators...
r120 bool findText(QWebPage* theWrappedObject, const QString& subString, QWebPage::FindFlags options = 0);
florianlink
updated to improved generator...
r128 bool focusNextPrevChild(QWebPage* theWrappedObject, bool next);
bool forwardUnsupportedContent(QWebPage* theWrappedObject) const;
QWebFrame* frameAt(QWebPage* theWrappedObject, const QPoint& pos) const;
florianlink
updated to Qt 4.8 wrappers...
r186 bool hasSelection(QWebPage* theWrappedObject) const;
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 QWebHistory* history(QWebPage* theWrappedObject) const;
QVariant inputMethodQuery(QWebPage* theWrappedObject, Qt::InputMethodQuery property) const;
florianlink
updated to improved generator...
r128 bool isContentEditable(QWebPage* theWrappedObject) const;
bool isModified(QWebPage* theWrappedObject) const;
void javaScriptAlert(QWebPage* theWrappedObject, QWebFrame* originatingFrame, const QString& msg);
bool javaScriptConfirm(QWebPage* theWrappedObject, QWebFrame* originatingFrame, const QString& msg);
void javaScriptConsoleMessage(QWebPage* theWrappedObject, const QString& message, int lineNumber, const QString& sourceID);
florianlink
updated to new operators...
r120 bool javaScriptPrompt(QWebPage* theWrappedObject, QWebFrame* originatingFrame, const QString& msg, const QString& defaultValue, QString* result);
florianlink
updated to improved generator...
r128 QWebPage::LinkDelegationPolicy linkDelegationPolicy(QWebPage* theWrappedObject) const;
QWebFrame* mainFrame(QWebPage* theWrappedObject) const;
QNetworkAccessManager* networkAccessManager(QWebPage* theWrappedObject) const;
QPalette palette(QWebPage* theWrappedObject) const;
QWebPluginFactory* pluginFactory(QWebPage* theWrappedObject) const;
QSize preferredContentsSize(QWebPage* theWrappedObject) const;
florianlink
updated to Qt 4.8 wrappers...
r186 QString selectedHtml(QWebPage* theWrappedObject) const;
florianlink
updated to improved generator...
r128 QString selectedText(QWebPage* theWrappedObject) const;
florianlink
updated to Qt 4.8 wrappers...
r186 void setActualVisibleContentRect(QWebPage* theWrappedObject, const QRect& rect) const;
florianlink
updated to improved generator...
r128 void setContentEditable(QWebPage* theWrappedObject, bool editable);
florianlink
updated to Qt 4.8 wrappers...
r186 void setFeaturePermission(QWebPage* theWrappedObject, QWebFrame* frame, QWebPage::Feature feature, QWebPage::PermissionPolicy policy);
florianlink
updated to improved generator...
r128 void setForwardUnsupportedContent(QWebPage* theWrappedObject, bool forward);
void setLinkDelegationPolicy(QWebPage* theWrappedObject, QWebPage::LinkDelegationPolicy policy);
void setNetworkAccessManager(QWebPage* theWrappedObject, QNetworkAccessManager* manager);
void setPalette(QWebPage* theWrappedObject, const QPalette& palette);
florianlink
updated to Qt 4.6 API...
r110 void setPluginFactory(QWebPage* theWrappedObject, QWebPluginFactory* factory);
florianlink
updated to improved generator...
r128 void setPreferredContentsSize(QWebPage* theWrappedObject, const QSize& size) const;
void setView(QWebPage* theWrappedObject, QWidget* view);
void setViewportSize(QWebPage* theWrappedObject, const QSize& size) const;
QWebSettings* settings(QWebPage* theWrappedObject) const;
florianlink
updated to Qt 4.8 wrappers...
r186 QStringList supportedContentTypes(QWebPage* theWrappedObject) const;
bool supportsContentType(QWebPage* theWrappedObject, const QString& mimeType) const;
florianlink
updated to improved generator...
r128 bool supportsExtension(QWebPage* theWrappedObject, QWebPage::Extension extension) const;
bool swallowContextMenuEvent(QWebPage* theWrappedObject, QContextMenuEvent* event);
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 quint64 totalBytes(QWebPage* theWrappedObject) const;
florianlink
updated to Qt 4.6 API...
r110 void triggerAction(QWebPage* theWrappedObject, QWebPage::WebAction action, bool checked = false);
florianlink
updated to improved generator...
r128 QUndoStack* undoStack(QWebPage* theWrappedObject) const;
void updatePositionDependentActions(QWebPage* theWrappedObject, const QPoint& pos);
florianlink
updated to Qt 4.6 API...
r110 QString userAgentForUrl(QWebPage* theWrappedObject, const QUrl& url) const;
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 QWidget* view(QWebPage* theWrappedObject) const;
florianlink
updated to improved generator...
r128 QSize viewportSize(QWebPage* theWrappedObject) const;
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 };
florianlink
updated to Qt 4.6 API...
r110 class PythonQtShell_QWebPage_ChooseMultipleFilesExtensionOption : public QWebPage::ChooseMultipleFilesExtensionOption
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 {
public:
florianlink
updated to Qt 4.6 API...
r110 PythonQtShell_QWebPage_ChooseMultipleFilesExtensionOption():QWebPage::ChooseMultipleFilesExtensionOption(),_wrapper(NULL) {};
florianlink
added newly generated wrappers for Qt 4.4.3...
r99
florianlink
updated to Qt 4.8 wrappers...
r186 ~PythonQtShell_QWebPage_ChooseMultipleFilesExtensionOption();
florianlink
added newly generated wrappers for Qt 4.4.3...
r99
PythonQtInstanceWrapper* _wrapper;
};
florianlink
updated to Qt 4.6 API...
r110 class PythonQtWrapper_QWebPage_ChooseMultipleFilesExtensionOption : 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 QWebPage::ChooseMultipleFilesExtensionOption* new_QWebPage_ChooseMultipleFilesExtensionOption();
void delete_QWebPage_ChooseMultipleFilesExtensionOption(QWebPage::ChooseMultipleFilesExtensionOption* obj) { delete obj; }
florianlink
update with new py_ naming and field getters/setters...
r117 void py_set_parentFrame(QWebPage::ChooseMultipleFilesExtensionOption* theWrappedObject, QWebFrame* parentFrame){ theWrappedObject->parentFrame = parentFrame; }
QWebFrame* py_get_parentFrame(QWebPage::ChooseMultipleFilesExtensionOption* theWrappedObject){ return theWrappedObject->parentFrame; }
void py_set_suggestedFileNames(QWebPage::ChooseMultipleFilesExtensionOption* theWrappedObject, QStringList suggestedFileNames){ theWrappedObject->suggestedFileNames = suggestedFileNames; }
QStringList py_get_suggestedFileNames(QWebPage::ChooseMultipleFilesExtensionOption* theWrappedObject){ return theWrappedObject->suggestedFileNames; }
florianlink
updated to Qt 4.6 API...
r110 };
class PythonQtShell_QWebPage_ChooseMultipleFilesExtensionReturn : public QWebPage::ChooseMultipleFilesExtensionReturn
{
public:
PythonQtShell_QWebPage_ChooseMultipleFilesExtensionReturn():QWebPage::ChooseMultipleFilesExtensionReturn(),_wrapper(NULL) {};
florianlink
updated to Qt 4.8 wrappers...
r186 ~PythonQtShell_QWebPage_ChooseMultipleFilesExtensionReturn();
florianlink
updated to Qt 4.6 API...
r110
PythonQtInstanceWrapper* _wrapper;
};
class PythonQtWrapper_QWebPage_ChooseMultipleFilesExtensionReturn : public QObject
{ Q_OBJECT
public:
public slots:
QWebPage::ChooseMultipleFilesExtensionReturn* new_QWebPage_ChooseMultipleFilesExtensionReturn();
void delete_QWebPage_ChooseMultipleFilesExtensionReturn(QWebPage::ChooseMultipleFilesExtensionReturn* obj) { delete obj; }
florianlink
update with new py_ naming and field getters/setters...
r117 void py_set_fileNames(QWebPage::ChooseMultipleFilesExtensionReturn* theWrappedObject, QStringList fileNames){ theWrappedObject->fileNames = fileNames; }
QStringList py_get_fileNames(QWebPage::ChooseMultipleFilesExtensionReturn* theWrappedObject){ return theWrappedObject->fileNames; }
florianlink
updated to Qt 4.6 API...
r110 };
class PythonQtShell_QWebPage_ErrorPageExtensionOption : public QWebPage::ErrorPageExtensionOption
{
public:
PythonQtShell_QWebPage_ErrorPageExtensionOption():QWebPage::ErrorPageExtensionOption(),_wrapper(NULL) {};
florianlink
updated to Qt 4.8 wrappers...
r186 ~PythonQtShell_QWebPage_ErrorPageExtensionOption();
florianlink
updated to Qt 4.6 API...
r110
PythonQtInstanceWrapper* _wrapper;
};
class PythonQtWrapper_QWebPage_ErrorPageExtensionOption : public QObject
{ Q_OBJECT
public:
public slots:
QWebPage::ErrorPageExtensionOption* new_QWebPage_ErrorPageExtensionOption();
void delete_QWebPage_ErrorPageExtensionOption(QWebPage::ErrorPageExtensionOption* obj) { delete obj; }
florianlink
update with new py_ naming and field getters/setters...
r117 void py_set_error(QWebPage::ErrorPageExtensionOption* theWrappedObject, int error){ theWrappedObject->error = error; }
int py_get_error(QWebPage::ErrorPageExtensionOption* theWrappedObject){ return theWrappedObject->error; }
void py_set_domain(QWebPage::ErrorPageExtensionOption* theWrappedObject, QWebPage::ErrorDomain domain){ theWrappedObject->domain = domain; }
QWebPage::ErrorDomain py_get_domain(QWebPage::ErrorPageExtensionOption* theWrappedObject){ return theWrappedObject->domain; }
void py_set_errorString(QWebPage::ErrorPageExtensionOption* theWrappedObject, QString errorString){ theWrappedObject->errorString = errorString; }
QString py_get_errorString(QWebPage::ErrorPageExtensionOption* theWrappedObject){ return theWrappedObject->errorString; }
void py_set_url(QWebPage::ErrorPageExtensionOption* theWrappedObject, QUrl url){ theWrappedObject->url = url; }
QUrl py_get_url(QWebPage::ErrorPageExtensionOption* theWrappedObject){ return theWrappedObject->url; }
void py_set_frame(QWebPage::ErrorPageExtensionOption* theWrappedObject, QWebFrame* frame){ theWrappedObject->frame = frame; }
QWebFrame* py_get_frame(QWebPage::ErrorPageExtensionOption* theWrappedObject){ return theWrappedObject->frame; }
florianlink
updated to Qt 4.6 API...
r110 };
class PythonQtShell_QWebPage_ErrorPageExtensionReturn : public QWebPage::ErrorPageExtensionReturn
{
public:
PythonQtShell_QWebPage_ErrorPageExtensionReturn():QWebPage::ErrorPageExtensionReturn(),_wrapper(NULL) {};
florianlink
updated to Qt 4.8 wrappers...
r186 ~PythonQtShell_QWebPage_ErrorPageExtensionReturn();
florianlink
updated to Qt 4.6 API...
r110
PythonQtInstanceWrapper* _wrapper;
};
class PythonQtWrapper_QWebPage_ErrorPageExtensionReturn : public QObject
{ Q_OBJECT
public:
public slots:
QWebPage::ErrorPageExtensionReturn* new_QWebPage_ErrorPageExtensionReturn();
void delete_QWebPage_ErrorPageExtensionReturn(QWebPage::ErrorPageExtensionReturn* obj) { delete obj; }
florianlink
update with new py_ naming and field getters/setters...
r117 void py_set_baseUrl(QWebPage::ErrorPageExtensionReturn* theWrappedObject, QUrl baseUrl){ theWrappedObject->baseUrl = baseUrl; }
QUrl py_get_baseUrl(QWebPage::ErrorPageExtensionReturn* theWrappedObject){ return theWrappedObject->baseUrl; }
void py_set_contentType(QWebPage::ErrorPageExtensionReturn* theWrappedObject, QString contentType){ theWrappedObject->contentType = contentType; }
QString py_get_contentType(QWebPage::ErrorPageExtensionReturn* theWrappedObject){ return theWrappedObject->contentType; }
void py_set_encoding(QWebPage::ErrorPageExtensionReturn* theWrappedObject, QString encoding){ theWrappedObject->encoding = encoding; }
QString py_get_encoding(QWebPage::ErrorPageExtensionReturn* theWrappedObject){ return theWrappedObject->encoding; }
void py_set_content(QWebPage::ErrorPageExtensionReturn* theWrappedObject, QByteArray content){ theWrappedObject->content = content; }
QByteArray py_get_content(QWebPage::ErrorPageExtensionReturn* theWrappedObject){ return theWrappedObject->content; }
florianlink
updated to Qt 4.6 API...
r110 };
class PythonQtShell_QWebPage_ExtensionOption : public QWebPage::ExtensionOption
{
public:
PythonQtShell_QWebPage_ExtensionOption():QWebPage::ExtensionOption(),_wrapper(NULL) {};
florianlink
updated to Qt 4.8 wrappers...
r186 ~PythonQtShell_QWebPage_ExtensionOption();
florianlink
updated to Qt 4.6 API...
r110
PythonQtInstanceWrapper* _wrapper;
};
class PythonQtWrapper_QWebPage_ExtensionOption : public QObject
{ Q_OBJECT
public:
public slots:
QWebPage::ExtensionOption* new_QWebPage_ExtensionOption();
void delete_QWebPage_ExtensionOption(QWebPage::ExtensionOption* obj) { delete obj; }
};
class PythonQtShell_QWebPage_ExtensionReturn : public QWebPage::ExtensionReturn
{
public:
PythonQtShell_QWebPage_ExtensionReturn():QWebPage::ExtensionReturn(),_wrapper(NULL) {};
florianlink
updated to Qt 4.8 wrappers...
r186 ~PythonQtShell_QWebPage_ExtensionReturn();
florianlink
updated to Qt 4.6 API...
r110
PythonQtInstanceWrapper* _wrapper;
};
class PythonQtWrapper_QWebPage_ExtensionReturn : public QObject
{ Q_OBJECT
public:
public slots:
QWebPage::ExtensionReturn* new_QWebPage_ExtensionReturn();
void delete_QWebPage_ExtensionReturn(QWebPage::ExtensionReturn* obj) { delete obj; }
};
class PythonQtShell_QWebPluginFactory : public QWebPluginFactory
{
public:
PythonQtShell_QWebPluginFactory(QObject* parent = 0):QWebPluginFactory(parent),_wrapper(NULL) {};
florianlink
updated to Qt 4.8 wrappers...
r186 ~PythonQtShell_QWebPluginFactory();
florianlink
updated to improved generator...
r128 virtual void childEvent(QChildEvent* arg__1);
florianlink
updated to Qt 4.6 API...
r110 virtual QObject* create(const QString& mimeType, const QUrl& arg__2, const QStringList& argumentNames, const QStringList& argumentValues) const;
florianlink
updated to improved generator...
r128 virtual void customEvent(QEvent* arg__1);
florianlink
update with new py_ naming and field getters/setters...
r117 virtual bool event(QEvent* arg__1);
florianlink
updated to Qt 4.6 API...
r110 virtual bool eventFilter(QObject* arg__1, QEvent* arg__2);
florianlink
updated to improved generator...
r128 virtual bool extension(QWebPluginFactory::Extension extension, const QWebPluginFactory::ExtensionOption* option = 0, QWebPluginFactory::ExtensionReturn* output = 0);
virtual QList<QWebPluginFactory::Plugin > plugins() const;
virtual void refreshPlugins();
virtual bool supportsExtension(QWebPluginFactory::Extension extension) const;
florianlink
updated to new operators...
r120 virtual void timerEvent(QTimerEvent* arg__1);
florianlink
updated to Qt 4.6 API...
r110
PythonQtInstanceWrapper* _wrapper;
};
class PythonQtPublicPromoter_QWebPluginFactory : public QWebPluginFactory
{ public:
inline bool promoted_extension(QWebPluginFactory::Extension extension, const QWebPluginFactory::ExtensionOption* option = 0, QWebPluginFactory::ExtensionReturn* output = 0) { return QWebPluginFactory::extension(extension, option, output); }
florianlink
updated to improved generator...
r128 inline void promoted_refreshPlugins() { QWebPluginFactory::refreshPlugins(); }
inline bool promoted_supportsExtension(QWebPluginFactory::Extension extension) const { return QWebPluginFactory::supportsExtension(extension); }
florianlink
updated to Qt 4.6 API...
r110 };
class PythonQtWrapper_QWebPluginFactory : public QObject
{ Q_OBJECT
public:
Q_ENUMS(Extension )
enum Extension{
};
public slots:
QWebPluginFactory* new_QWebPluginFactory(QObject* parent = 0);
void delete_QWebPluginFactory(QWebPluginFactory* obj) { delete obj; }
bool extension(QWebPluginFactory* theWrappedObject, QWebPluginFactory::Extension extension, const QWebPluginFactory::ExtensionOption* option = 0, QWebPluginFactory::ExtensionReturn* output = 0);
florianlink
updated to improved generator...
r128 void refreshPlugins(QWebPluginFactory* theWrappedObject);
bool supportsExtension(QWebPluginFactory* theWrappedObject, QWebPluginFactory::Extension extension) const;
florianlink
updated to Qt 4.6 API...
r110 };
class PythonQtShell_QWebPluginFactory_ExtensionOption : public QWebPluginFactory::ExtensionOption
{
public:
PythonQtShell_QWebPluginFactory_ExtensionOption():QWebPluginFactory::ExtensionOption(),_wrapper(NULL) {};
florianlink
updated to Qt 4.8 wrappers...
r186 ~PythonQtShell_QWebPluginFactory_ExtensionOption();
florianlink
updated to Qt 4.6 API...
r110
PythonQtInstanceWrapper* _wrapper;
};
class PythonQtWrapper_QWebPluginFactory_ExtensionOption : public QObject
{ Q_OBJECT
public:
public slots:
QWebPluginFactory::ExtensionOption* new_QWebPluginFactory_ExtensionOption();
void delete_QWebPluginFactory_ExtensionOption(QWebPluginFactory::ExtensionOption* obj) { delete obj; }
};
class PythonQtShell_QWebPluginFactory_ExtensionReturn : public QWebPluginFactory::ExtensionReturn
{
public:
PythonQtShell_QWebPluginFactory_ExtensionReturn():QWebPluginFactory::ExtensionReturn(),_wrapper(NULL) {};
florianlink
updated to Qt 4.8 wrappers...
r186 ~PythonQtShell_QWebPluginFactory_ExtensionReturn();
florianlink
updated to Qt 4.6 API...
r110
PythonQtInstanceWrapper* _wrapper;
};
class PythonQtWrapper_QWebPluginFactory_ExtensionReturn : public QObject
{ Q_OBJECT
public:
public slots:
QWebPluginFactory::ExtensionReturn* new_QWebPluginFactory_ExtensionReturn();
void delete_QWebPluginFactory_ExtensionReturn(QWebPluginFactory::ExtensionReturn* obj) { delete obj; }
};
class PythonQtShell_QWebPluginFactory_MimeType : public QWebPluginFactory::MimeType
{
public:
PythonQtShell_QWebPluginFactory_MimeType():QWebPluginFactory::MimeType(),_wrapper(NULL) {};
florianlink
updated to Qt 4.8 wrappers...
r186 ~PythonQtShell_QWebPluginFactory_MimeType();
florianlink
updated to Qt 4.6 API...
r110
PythonQtInstanceWrapper* _wrapper;
};
class PythonQtWrapper_QWebPluginFactory_MimeType : public QObject
{ Q_OBJECT
public:
public slots:
QWebPluginFactory::MimeType* new_QWebPluginFactory_MimeType();
QWebPluginFactory::MimeType* new_QWebPluginFactory_MimeType(const QWebPluginFactory::MimeType& other) {
PythonQtShell_QWebPluginFactory_MimeType* a = new PythonQtShell_QWebPluginFactory_MimeType();
*((QWebPluginFactory::MimeType*)a) = other;
return a; }
void delete_QWebPluginFactory_MimeType(QWebPluginFactory::MimeType* obj) { delete obj; }
florianlink
updated to new operators...
r120 bool __ne__(QWebPluginFactory::MimeType* theWrappedObject, const QWebPluginFactory::MimeType& other) const;
bool __eq__(QWebPluginFactory::MimeType* theWrappedObject, const QWebPluginFactory::MimeType& other) const;
florianlink
update with new py_ naming and field getters/setters...
r117 void py_set_description(QWebPluginFactory::MimeType* theWrappedObject, QString description){ theWrappedObject->description = description; }
QString py_get_description(QWebPluginFactory::MimeType* theWrappedObject){ return theWrappedObject->description; }
void py_set_name(QWebPluginFactory::MimeType* theWrappedObject, QString name){ theWrappedObject->name = name; }
QString py_get_name(QWebPluginFactory::MimeType* theWrappedObject){ return theWrappedObject->name; }
void py_set_fileExtensions(QWebPluginFactory::MimeType* theWrappedObject, QStringList fileExtensions){ theWrappedObject->fileExtensions = fileExtensions; }
QStringList py_get_fileExtensions(QWebPluginFactory::MimeType* theWrappedObject){ return theWrappedObject->fileExtensions; }
florianlink
updated to Qt 4.6 API...
r110 };
class PythonQtShell_QWebPluginFactory_Plugin : public QWebPluginFactory::Plugin
{
public:
PythonQtShell_QWebPluginFactory_Plugin():QWebPluginFactory::Plugin(),_wrapper(NULL) {};
florianlink
updated to Qt 4.8 wrappers...
r186 ~PythonQtShell_QWebPluginFactory_Plugin();
florianlink
updated to Qt 4.6 API...
r110
PythonQtInstanceWrapper* _wrapper;
};
class PythonQtWrapper_QWebPluginFactory_Plugin : public QObject
{ Q_OBJECT
public:
public slots:
QWebPluginFactory::Plugin* new_QWebPluginFactory_Plugin();
QWebPluginFactory::Plugin* new_QWebPluginFactory_Plugin(const QWebPluginFactory::Plugin& other) {
PythonQtShell_QWebPluginFactory_Plugin* a = new PythonQtShell_QWebPluginFactory_Plugin();
*((QWebPluginFactory::Plugin*)a) = other;
return a; }
void delete_QWebPluginFactory_Plugin(QWebPluginFactory::Plugin* obj) { delete obj; }
florianlink
update with new py_ naming and field getters/setters...
r117 void py_set_description(QWebPluginFactory::Plugin* theWrappedObject, QString description){ theWrappedObject->description = description; }
QString py_get_description(QWebPluginFactory::Plugin* theWrappedObject){ return theWrappedObject->description; }
void py_set_name(QWebPluginFactory::Plugin* theWrappedObject, QString name){ theWrappedObject->name = name; }
QString py_get_name(QWebPluginFactory::Plugin* theWrappedObject){ return theWrappedObject->name; }
florianlink
updated to Qt 4.6 API...
r110 };
class PythonQtWrapper_QWebSecurityOrigin : public QObject
{ Q_OBJECT
public:
public slots:
QWebSecurityOrigin* new_QWebSecurityOrigin(const QWebSecurityOrigin& other);
void delete_QWebSecurityOrigin(QWebSecurityOrigin* obj) { delete obj; }
florianlink
updated to improved generator...
r128 void static_QWebSecurityOrigin_addLocalScheme(const QString& scheme);
florianlink
updated to new operators...
r120 QList<QWebSecurityOrigin > static_QWebSecurityOrigin_allOrigins();
florianlink
updated to improved generator...
r128 qint64 databaseQuota(QWebSecurityOrigin* theWrappedObject) const;
florianlink
updated to Qt 4.6 API...
r110 qint64 databaseUsage(QWebSecurityOrigin* theWrappedObject) const;
florianlink
updated to improved generator...
r128 QList<QWebDatabase > databases(QWebSecurityOrigin* theWrappedObject) const;
QString host(QWebSecurityOrigin* theWrappedObject) const;
QStringList static_QWebSecurityOrigin_localSchemes();
florianlink
updated to new operators...
r120 QWebSecurityOrigin* operator_assign(QWebSecurityOrigin* theWrappedObject, const QWebSecurityOrigin& other);
int port(QWebSecurityOrigin* theWrappedObject) const;
florianlink
updated to improved generator...
r128 void static_QWebSecurityOrigin_removeLocalScheme(const QString& scheme);
QString scheme(QWebSecurityOrigin* theWrappedObject) const;
florianlink
updated to Qt 4.8 wrappers...
r186 void setApplicationCacheQuota(QWebSecurityOrigin* theWrappedObject, qint64 quota);
florianlink
updated to improved generator...
r128 void setDatabaseQuota(QWebSecurityOrigin* theWrappedObject, qint64 quota);
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 };
class PythonQtWrapper_QWebSettings : public QObject
{ Q_OBJECT
public:
Q_ENUMS(FontSize WebGraphic FontFamily WebAttribute )
enum FontSize{
MinimumFontSize = QWebSettings::MinimumFontSize, MinimumLogicalFontSize = QWebSettings::MinimumLogicalFontSize, DefaultFontSize = QWebSettings::DefaultFontSize, DefaultFixedFontSize = QWebSettings::DefaultFixedFontSize};
enum WebGraphic{
florianlink
updated to Qt 4.8 wrappers...
r186 MissingImageGraphic = QWebSettings::MissingImageGraphic, MissingPluginGraphic = QWebSettings::MissingPluginGraphic, DefaultFrameIconGraphic = QWebSettings::DefaultFrameIconGraphic, TextAreaSizeGripCornerGraphic = QWebSettings::TextAreaSizeGripCornerGraphic, DeleteButtonGraphic = QWebSettings::DeleteButtonGraphic, InputSpeechButtonGraphic = QWebSettings::InputSpeechButtonGraphic, SearchCancelButtonGraphic = QWebSettings::SearchCancelButtonGraphic, SearchCancelButtonPressedGraphic = QWebSettings::SearchCancelButtonPressedGraphic};
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 enum FontFamily{
StandardFont = QWebSettings::StandardFont, FixedFont = QWebSettings::FixedFont, SerifFont = QWebSettings::SerifFont, SansSerifFont = QWebSettings::SansSerifFont, CursiveFont = QWebSettings::CursiveFont, FantasyFont = QWebSettings::FantasyFont};
enum WebAttribute{
florianlink
updated to Qt 4.8 wrappers...
r186 AutoLoadImages = QWebSettings::AutoLoadImages, JavascriptEnabled = QWebSettings::JavascriptEnabled, JavaEnabled = QWebSettings::JavaEnabled, PluginsEnabled = QWebSettings::PluginsEnabled, PrivateBrowsingEnabled = QWebSettings::PrivateBrowsingEnabled, JavascriptCanOpenWindows = QWebSettings::JavascriptCanOpenWindows, JavascriptCanAccessClipboard = QWebSettings::JavascriptCanAccessClipboard, DeveloperExtrasEnabled = QWebSettings::DeveloperExtrasEnabled, LinksIncludedInFocusChain = QWebSettings::LinksIncludedInFocusChain, ZoomTextOnly = QWebSettings::ZoomTextOnly, PrintElementBackgrounds = QWebSettings::PrintElementBackgrounds, OfflineStorageDatabaseEnabled = QWebSettings::OfflineStorageDatabaseEnabled, OfflineWebApplicationCacheEnabled = QWebSettings::OfflineWebApplicationCacheEnabled, LocalStorageEnabled = QWebSettings::LocalStorageEnabled, LocalStorageDatabaseEnabled = QWebSettings::LocalStorageDatabaseEnabled, LocalContentCanAccessRemoteUrls = QWebSettings::LocalContentCanAccessRemoteUrls, DnsPrefetchEnabled = QWebSettings::DnsPrefetchEnabled, XSSAuditingEnabled = QWebSettings::XSSAuditingEnabled, AcceleratedCompositingEnabled = QWebSettings::AcceleratedCompositingEnabled, SpatialNavigationEnabled = QWebSettings::SpatialNavigationEnabled, LocalContentCanAccessFileUrls = QWebSettings::LocalContentCanAccessFileUrls, TiledBackingStoreEnabled = QWebSettings::TiledBackingStoreEnabled, FrameFlatteningEnabled = QWebSettings::FrameFlatteningEnabled, SiteSpecificQuirksEnabled = QWebSettings::SiteSpecificQuirksEnabled, JavascriptCanCloseWindows = QWebSettings::JavascriptCanCloseWindows, WebGLEnabled = QWebSettings::WebGLEnabled, HyperlinkAuditingEnabled = QWebSettings::HyperlinkAuditingEnabled};
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 public slots:
florianlink
updated to improved generator...
r128 void static_QWebSettings_clearIconDatabase();
void static_QWebSettings_clearMemoryCaches();
florianlink
updated to Qt 4.6 API...
r110 QString defaultTextEncoding(QWebSettings* theWrappedObject) const;
florianlink
updated to improved generator...
r128 void static_QWebSettings_enablePersistentStorage(const QString& path = QString());
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 QString fontFamily(QWebSettings* theWrappedObject, QWebSettings::FontFamily which) const;
int fontSize(QWebSettings* theWrappedObject, QWebSettings::FontSize type) const;
florianlink
updated to improved generator...
r128 QWebSettings* static_QWebSettings_globalSettings();
florianlink
updated to Qt 4.6 API...
r110 QString static_QWebSettings_iconDatabasePath();
florianlink
updated to improved generator...
r128 QIcon static_QWebSettings_iconForUrl(const QUrl& url);
QString localStoragePath(QWebSettings* theWrappedObject) const;
florianlink
updated to new operators...
r120 int static_QWebSettings_maximumPagesInCache();
florianlink
updated to improved generator...
r128 qint64 static_QWebSettings_offlineStorageDefaultQuota();
QString static_QWebSettings_offlineStoragePath();
QString static_QWebSettings_offlineWebApplicationCachePath();
qint64 static_QWebSettings_offlineWebApplicationCacheQuota();
florianlink
updated to Qt 4.6 API...
r110 void resetAttribute(QWebSettings* theWrappedObject, QWebSettings::WebAttribute attr);
florianlink
updated to improved generator...
r128 void resetFontFamily(QWebSettings* theWrappedObject, QWebSettings::FontFamily which);
void resetFontSize(QWebSettings* theWrappedObject, QWebSettings::FontSize type);
void setAttribute(QWebSettings* theWrappedObject, QWebSettings::WebAttribute attr, bool on);
void setDefaultTextEncoding(QWebSettings* theWrappedObject, const QString& encoding);
florianlink
updated to Qt 4.6 API...
r110 void setFontFamily(QWebSettings* theWrappedObject, QWebSettings::FontFamily which, const QString& family);
florianlink
updated to improved generator...
r128 void setFontSize(QWebSettings* theWrappedObject, QWebSettings::FontSize type, int size);
florianlink
updated to new operators...
r120 void static_QWebSettings_setIconDatabasePath(const QString& location);
florianlink
updated to improved generator...
r128 void setLocalStoragePath(QWebSettings* theWrappedObject, const QString& path);
florianlink
updated to Qt 4.6 API...
r110 void static_QWebSettings_setMaximumPagesInCache(int pages);
florianlink
updated to improved generator...
r128 void static_QWebSettings_setObjectCacheCapacities(int cacheMinDeadCapacity, int cacheMaxDead, int totalCapacity);
void static_QWebSettings_setOfflineStorageDefaultQuota(qint64 maximumSize);
void static_QWebSettings_setOfflineStoragePath(const QString& path);
void static_QWebSettings_setOfflineWebApplicationCachePath(const QString& path);
void static_QWebSettings_setOfflineWebApplicationCacheQuota(qint64 maximumSize);
void setUserStyleSheetUrl(QWebSettings* theWrappedObject, const QUrl& location);
void static_QWebSettings_setWebGraphic(QWebSettings::WebGraphic type, const QPixmap& graphic);
bool testAttribute(QWebSettings* theWrappedObject, QWebSettings::WebAttribute attr) const;
QUrl userStyleSheetUrl(QWebSettings* theWrappedObject) const;
QPixmap static_QWebSettings_webGraphic(QWebSettings::WebGraphic type);
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 };
class PythonQtShell_QWebView : public QWebView
{
public:
PythonQtShell_QWebView(QWidget* parent = 0):QWebView(parent),_wrapper(NULL) {};
florianlink
updated to Qt 4.8 wrappers...
r186 ~PythonQtShell_QWebView();
florianlink
updated to improved generator...
r128 virtual void actionEvent(QActionEvent* arg__1);
virtual void changeEvent(QEvent* arg__1);
virtual void childEvent(QChildEvent* arg__1);
virtual void closeEvent(QCloseEvent* arg__1);
florianlink
updated to new operators...
r120 virtual void contextMenuEvent(QContextMenuEvent* arg__1);
florianlink
updated to improved generator...
r128 virtual QWebView* createWindow(QWebPage::WebWindowType type);
virtual void customEvent(QEvent* arg__1);
virtual int devType() const;
florianlink
updated to Qt 4.6 API...
r110 virtual void dragEnterEvent(QDragEnterEvent* arg__1);
florianlink
updated to new operators...
r120 virtual void dragLeaveEvent(QDragLeaveEvent* arg__1);
florianlink
updated to improved generator...
r128 virtual void dragMoveEvent(QDragMoveEvent* arg__1);
florianlink
updated to new operators...
r120 virtual void dropEvent(QDropEvent* arg__1);
florianlink
updated to improved generator...
r128 virtual void enterEvent(QEvent* arg__1);
virtual bool event(QEvent* arg__1);
virtual bool eventFilter(QObject* arg__1, QEvent* arg__2);
virtual void focusInEvent(QFocusEvent* arg__1);
virtual bool focusNextPrevChild(bool next);
virtual void focusOutEvent(QFocusEvent* arg__1);
virtual int heightForWidth(int arg__1) const;
virtual void hideEvent(QHideEvent* arg__1);
virtual void inputMethodEvent(QInputMethodEvent* arg__1);
virtual QVariant inputMethodQuery(Qt::InputMethodQuery property) const;
florianlink
updated to new operators...
r120 virtual void keyPressEvent(QKeyEvent* arg__1);
florianlink
updated to improved generator...
r128 virtual void keyReleaseEvent(QKeyEvent* arg__1);
florianlink
updated to Qt 4.6 API...
r110 virtual void languageChange();
florianlink
updated to new operators...
r120 virtual void leaveEvent(QEvent* arg__1);
florianlink
update with new py_ naming and field getters/setters...
r117 virtual int metric(QPaintDevice::PaintDeviceMetric arg__1) const;
florianlink
updated to new operators...
r120 virtual QSize minimumSizeHint() const;
florianlink
updated to improved generator...
r128 virtual void mouseDoubleClickEvent(QMouseEvent* arg__1);
virtual void mouseMoveEvent(QMouseEvent* arg__1);
virtual void mousePressEvent(QMouseEvent* arg__1);
virtual void mouseReleaseEvent(QMouseEvent* arg__1);
virtual void moveEvent(QMoveEvent* arg__1);
florianlink
update with new py_ naming and field getters/setters...
r117 virtual QPaintEngine* paintEngine() const;
florianlink
updated to improved generator...
r128 virtual void paintEvent(QPaintEvent* arg__1);
virtual void resizeEvent(QResizeEvent* arg__1);
florianlink
updated to new operators...
r120 virtual void showEvent(QShowEvent* arg__1);
florianlink
updated to improved generator...
r128 virtual void tabletEvent(QTabletEvent* arg__1);
florianlink
updated to new operators...
r120 virtual void timerEvent(QTimerEvent* arg__1);
florianlink
updated to improved generator...
r128 virtual void wheelEvent(QWheelEvent* arg__1);
florianlink
added newly generated wrappers for Qt 4.4.3...
r99
PythonQtInstanceWrapper* _wrapper;
};
class PythonQtPublicPromoter_QWebView : public QWebView
{ public:
florianlink
updated to improved generator...
r128 inline void promoted_changeEvent(QEvent* arg__1) { QWebView::changeEvent(arg__1); }
florianlink
updated to new operators...
r120 inline void promoted_contextMenuEvent(QContextMenuEvent* arg__1) { QWebView::contextMenuEvent(arg__1); }
florianlink
updated to improved generator...
r128 inline QWebView* promoted_createWindow(QWebPage::WebWindowType type) { return QWebView::createWindow(type); }
florianlink
updated to Qt 4.6 API...
r110 inline void promoted_dragEnterEvent(QDragEnterEvent* arg__1) { QWebView::dragEnterEvent(arg__1); }
florianlink
updated to new operators...
r120 inline void promoted_dragLeaveEvent(QDragLeaveEvent* arg__1) { QWebView::dragLeaveEvent(arg__1); }
florianlink
updated to improved generator...
r128 inline void promoted_dragMoveEvent(QDragMoveEvent* arg__1) { QWebView::dragMoveEvent(arg__1); }
florianlink
updated to new operators...
r120 inline void promoted_dropEvent(QDropEvent* arg__1) { QWebView::dropEvent(arg__1); }
florianlink
updated to improved generator...
r128 inline bool promoted_event(QEvent* arg__1) { return QWebView::event(arg__1); }
inline void promoted_focusInEvent(QFocusEvent* arg__1) { QWebView::focusInEvent(arg__1); }
inline bool promoted_focusNextPrevChild(bool next) { return QWebView::focusNextPrevChild(next); }
inline void promoted_focusOutEvent(QFocusEvent* arg__1) { QWebView::focusOutEvent(arg__1); }
inline void promoted_inputMethodEvent(QInputMethodEvent* arg__1) { QWebView::inputMethodEvent(arg__1); }
inline QVariant promoted_inputMethodQuery(Qt::InputMethodQuery property) const { return QWebView::inputMethodQuery(property); }
florianlink
updated to new operators...
r120 inline void promoted_keyPressEvent(QKeyEvent* arg__1) { QWebView::keyPressEvent(arg__1); }
florianlink
updated to improved generator...
r128 inline void promoted_keyReleaseEvent(QKeyEvent* arg__1) { QWebView::keyReleaseEvent(arg__1); }
inline void promoted_mouseDoubleClickEvent(QMouseEvent* arg__1) { QWebView::mouseDoubleClickEvent(arg__1); }
inline void promoted_mouseMoveEvent(QMouseEvent* arg__1) { QWebView::mouseMoveEvent(arg__1); }
inline void promoted_mousePressEvent(QMouseEvent* arg__1) { QWebView::mousePressEvent(arg__1); }
inline void promoted_mouseReleaseEvent(QMouseEvent* arg__1) { QWebView::mouseReleaseEvent(arg__1); }
inline void promoted_paintEvent(QPaintEvent* arg__1) { QWebView::paintEvent(arg__1); }
inline void promoted_resizeEvent(QResizeEvent* arg__1) { QWebView::resizeEvent(arg__1); }
inline void promoted_wheelEvent(QWheelEvent* arg__1) { QWebView::wheelEvent(arg__1); }
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 };
class PythonQtWrapper_QWebView : public QObject
{ Q_OBJECT
public:
public slots:
QWebView* new_QWebView(QWidget* parent = 0);
void delete_QWebView(QWebView* obj) { delete obj; }
florianlink
updated to improved generator...
r128 void changeEvent(QWebView* theWrappedObject, QEvent* arg__1);
void contextMenuEvent(QWebView* theWrappedObject, QContextMenuEvent* arg__1);
florianlink
updated to new operators...
r120 QWebView* createWindow(QWebView* theWrappedObject, QWebPage::WebWindowType type);
florianlink
updated to improved generator...
r128 void dragEnterEvent(QWebView* theWrappedObject, QDragEnterEvent* arg__1);
void dragLeaveEvent(QWebView* theWrappedObject, QDragLeaveEvent* arg__1);
void dragMoveEvent(QWebView* theWrappedObject, QDragMoveEvent* arg__1);
void dropEvent(QWebView* theWrappedObject, QDropEvent* arg__1);
bool event(QWebView* theWrappedObject, QEvent* arg__1);
florianlink
updated to new operators...
r120 bool findText(QWebView* theWrappedObject, const QString& subString, QWebPage::FindFlags options = 0);
florianlink
updated to improved generator...
r128 void focusInEvent(QWebView* theWrappedObject, QFocusEvent* arg__1);
florianlink
updated to Qt 4.6 API...
r110 bool focusNextPrevChild(QWebView* theWrappedObject, bool next);
florianlink
updated to improved generator...
r128 void focusOutEvent(QWebView* theWrappedObject, QFocusEvent* arg__1);
florianlink
updated to Qt 4.8 wrappers...
r186 bool hasSelection(QWebView* theWrappedObject) const;
florianlink
updated to improved generator...
r128 QWebHistory* history(QWebView* theWrappedObject) const;
QIcon icon(QWebView* theWrappedObject) const;
florianlink
updated to new operators...
r120 void inputMethodEvent(QWebView* theWrappedObject, QInputMethodEvent* arg__1);
florianlink
updated to improved generator...
r128 QVariant inputMethodQuery(QWebView* theWrappedObject, Qt::InputMethodQuery property) const;
bool isModified(QWebView* theWrappedObject) const;
void keyPressEvent(QWebView* theWrappedObject, QKeyEvent* arg__1);
void keyReleaseEvent(QWebView* theWrappedObject, QKeyEvent* arg__1);
void load(QWebView* theWrappedObject, const QNetworkRequest& request, QNetworkAccessManager::Operation operation = QNetworkAccessManager::GetOperation, const QByteArray& body = QByteArray());
void load(QWebView* theWrappedObject, const QUrl& url);
void mouseDoubleClickEvent(QWebView* theWrappedObject, QMouseEvent* arg__1);
void mouseMoveEvent(QWebView* theWrappedObject, QMouseEvent* arg__1);
void mousePressEvent(QWebView* theWrappedObject, QMouseEvent* arg__1);
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 void mouseReleaseEvent(QWebView* theWrappedObject, QMouseEvent* arg__1);
QWebPage* page(QWebView* theWrappedObject) const;
florianlink
updated to improved generator...
r128 QAction* pageAction(QWebView* theWrappedObject, QWebPage::WebAction action) const;
void paintEvent(QWebView* theWrappedObject, QPaintEvent* arg__1);
florianlink
updated to Qt 4.6 API...
r110 QPainter::RenderHints renderHints(QWebView* theWrappedObject) const;
florianlink
updated to improved generator...
r128 void resizeEvent(QWebView* theWrappedObject, QResizeEvent* arg__1);
florianlink
updated to Qt 4.8 wrappers...
r186 QString selectedHtml(QWebView* theWrappedObject) const;
florianlink
updated to improved generator...
r128 QString selectedText(QWebView* theWrappedObject) const;
void setContent(QWebView* theWrappedObject, const QByteArray& data, const QString& mimeType = QString(), const QUrl& baseUrl = QUrl());
void setHtml(QWebView* theWrappedObject, const QString& html, const QUrl& baseUrl = QUrl());
void setPage(QWebView* theWrappedObject, QWebPage* page);
void setRenderHint(QWebView* theWrappedObject, QPainter::RenderHint hint, bool enabled = true);
void setRenderHints(QWebView* theWrappedObject, QPainter::RenderHints hints);
void setTextSizeMultiplier(QWebView* theWrappedObject, qreal factor);
florianlink
updated to new operators...
r120 void setUrl(QWebView* theWrappedObject, const QUrl& url);
florianlink
updated to improved generator...
r128 void setZoomFactor(QWebView* theWrappedObject, qreal factor);
QWebSettings* settings(QWebView* theWrappedObject) const;
QSize sizeHint(QWebView* theWrappedObject) const;
qreal textSizeMultiplier(QWebView* theWrappedObject) const;
QString title(QWebView* theWrappedObject) const;
void triggerPageAction(QWebView* theWrappedObject, QWebPage::WebAction action, bool checked = false);
QUrl url(QWebView* theWrappedObject) const;
void wheelEvent(QWebView* theWrappedObject, QWheelEvent* arg__1);
qreal zoomFactor(QWebView* theWrappedObject) const;
florianlink
added newly generated wrappers for Qt 4.4.3...
r99 };