QWebHitTestResult Class Reference

QWebHitTestResult Class Reference

#include <qwebframe.h>

Class Description

Definition at line 65 of file qwebframe.h.

Public Member Functions

 QWebHitTestResult ()
 
 QWebHitTestResult (const QWebHitTestResult &other)
 
QWebHitTestResultoperator= (const QWebHitTestResult &other)
 
 ~QWebHitTestResult ()
 
bool isNull () const
 
QPoint pos () const
 
QRect boundingRect () const
 
QWebElement enclosingBlockElement () const
 
QString title () const
 
QString linkText () const
 
QUrl linkUrl () const
 
QUrl linkTitle () const
 
QWebFramelinkTargetFrame () const
 
QWebElement linkElement () const
 
QString alternateText () const
 
QUrl imageUrl () const
 
QPixmap pixmap () const
 
bool isContentEditable () const
 
bool isContentSelected () const
 
QWebElement element () const
 
QWebFrameframe () const
 

Friends

class QWebFrame
 
class QWebPagePrivate
 
class QWebPage
 

Constructor & Destructor Documentation

Member Function Documentation

QWebHitTestResult& operator= ( const QWebHitTestResult other)
bool isNull ( ) const
QPoint pos ( ) const
QRect boundingRect ( ) const
QWebElement enclosingBlockElement ( ) const
QString title ( ) const
QString linkText ( ) const
QUrl linkUrl ( ) const
QUrl linkTitle ( ) const
QWebFrame* linkTargetFrame ( ) const
QWebElement linkElement ( ) const
QString alternateText ( ) const
QUrl imageUrl ( ) const
QPixmap pixmap ( ) const
bool isContentEditable ( ) const
bool isContentSelected ( ) const
QWebElement element ( ) const
QWebFrame* frame ( ) const

Friends And Related Function Documentation

friend class QWebFrame
friend

Definition at line 101 of file qwebframe.h.

friend class QWebPagePrivate
friend

Definition at line 102 of file qwebframe.h.

friend class QWebPage
friend

Definition at line 103 of file qwebframe.h.


The documentation for this class was generated from the following file: