input_urn
/home/onoda/Documents/qt-everywhere-opensource-src-4.7.4/doc/html/qwebframe.html

output_urn
QWebFrame

inherits

public_types
 enum RenderLayer { ContentsLayer, ScrollBarLayer, PanIconLayer, AllLayers }

properties
baseUrl : const QUrl
contentsSize : const QSize
focus : const bool
icon : const QIcon
requestedUrl : const QUrl

public_functions
 void addToJavaScriptWindowObject ( const QString & name, QObject * object )
 void addToJavaScriptWindowObject ( const QString & name, QObject * object, QScriptEngine::ValueOwnership own )
 QUrl baseUrl () const
 QList<QWebFrame *> childFrames () const
 QSize contentsSize () const
 QWebElement documentElement () const
 QWebElementCollection findAllElements ( const QString & selectorQuery ) const
 QWebElement findFirstElement ( const QString & selectorQuery ) const
 QString frameName () const
 QRect geometry () const
 bool hasFocus () const
 QWebHitTestResult hitTestContent ( const QPoint & pos ) const
 QIcon icon () const
 void load ( const QUrl & url )
 void load ( const QNetworkRequest & req, QNetworkAccessManager::Operation operation = QNetworkAccessManager::GetOperation, const QByteArray & body = QByteArray() )
 QMultiMap<QString, QString> metaData () const
 QWebPage * page () const
 QWebFrame * parentFrame () const
 QPoint pos () const
 void render ( QPainter * painter )
 void render ( QPainter * painter, const QRegion & clip )
 void render ( QPainter * painter, RenderLayer layer, const QRegion & clip = QRegion() )
 QString renderTreeDump () const
 QUrl requestedUrl () const
 void scroll ( int dx, int dy )
 QRect scrollBarGeometry ( Qt::Orientation orientation ) const
 int scrollBarMaximum ( Qt::Orientation orientation ) const
 int scrollBarMinimum ( Qt::Orientation orientation ) const
 Qt::ScrollBarPolicy scrollBarPolicy ( Qt::Orientation orientation ) const
 int scrollBarValue ( Qt::Orientation orientation ) const
 QPoint scrollPosition () const
 void scrollToAnchor ( const QString & anchor )
 QWebSecurityOrigin securityOrigin () const
 void setContent ( const QByteArray & data, const QString & mimeType = QString(), const QUrl & baseUrl = QUrl() )
 void setFocus ()
 void setHtml ( const QString & html, const QUrl & baseUrl = QUrl() )
 void setScrollBarPolicy ( Qt::Orientation orientation, Qt::ScrollBarPolicy policy )
 void setScrollBarValue ( Qt::Orientation orientation, int value )
 void setScrollPosition ( const QPoint & pos )
 void setTextSizeMultiplier ( qreal factor )
 void setUrl ( const QUrl & url )
 void setZoomFactor ( qreal factor )
 qreal textSizeMultiplier () const
 QString title () const
 QString toHtml () const
 QString toPlainText () const
 QUrl url () const
 qreal zoomFactor () const

public_slots
 QVariant evaluateJavaScript ( const QString & scriptSource )
 void print ( QPrinter * printer ) const

signals
 void contentsSizeChanged ( const QSize & size )
 void iconChanged ()
 void initialLayoutCompleted ()
 void javaScriptWindowObjectCleared ()
 void loadFinished ( bool ok )
 void loadStarted ()
 void pageChanged ()
 void titleChanged ( const QString & title )
 void urlChanged ( const QUrl & url )

static_public_members

protected_functions

reimplemented_public_functions
 virtual bool event ( QEvent * e )

reimplemented_protected_functions

protected_slots

related_non_members

templateClass
false

abstractClass
false

enbeddedClass
false

flag_objects

parent_flag_objects

typedefed_objects

parent_typedefed_objects

class_objects

parent_class_objects

enums
class_name
QWebFrame
name
RenderLayer
key
ContentsLayer
ScrollBarLayer
PanIconLayer
AllLayers
public_flag
true

parent_enums

parent_index
343

parent_name
QObject

