21 #include "qgis_core.h" 49 void setZoomFactor( qreal factor )
54 void setScrollBarPolicy( Qt::Orientation orientation, Qt::ScrollBarPolicy scrollbarpolicy )
56 Q_UNUSED( orientation );
57 Q_UNUSED( scrollbarpolicy );
60 void setHtml(
const QString &html,
const QUrl &url = QUrl() )
66 QSize contentsSize()
const 71 void render( QPainter *,
const QRegion = QRegion() )
76 void addToJavaScriptWindowObject(
const QString &, QObject * )
81 QVariant evaluateJavaScript(
const QString & )
87 void javaScriptWindowObjectCleared();
91 #endif // QGSWEBFRAME_H The QWebFrame class is a collection of stubs to mimic the API of a QWebFrame on systems where QtWebki...