#include <qwebframe.h>
Definition at line 65 of file qwebframe.h.
Public Member Functions | |
QWebHitTestResult () | |
QWebHitTestResult (const QWebHitTestResult &other) | |
QWebHitTestResult & | operator= (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 |
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 | |
class | QWebFrame |
class | QWebPagePrivate |
class | QWebPage |
QWebHitTestResult | ( | const QWebHitTestResult & | other | ) |
~QWebHitTestResult | ( | ) |
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 |
bool isContentEditable | ( | ) | const |
bool isContentSelected | ( | ) | const |
QWebElement element | ( | ) | const |
QWebFrame* frame | ( | ) | const |
|
friend |
Definition at line 101 of file qwebframe.h.
|
friend |
Definition at line 102 of file qwebframe.h.
|
friend |
Definition at line 103 of file qwebframe.h.