Home · All Namespaces · All Classes · Main Classes · Grouped Classes · Modules · Functions |
The QWebHitTestResult class provides information about the web page content after a hit test. More...
#include <QWebHitTestResult>
This class was introduced in Qt 4.4.
The QWebHitTestResult class provides information about the web page content after a hit test.
QWebHitTestResult is returned by QWebFrame::hitTestContent() to provide information about the content of the web page at the specified position.
Constructs a null hit test result.
Constructs a hit test result from other.
Destructor.
Returns the alternate text of the element. This corresponds to the HTML alt attribute.
Returns the frame the hit test was executed in.
Returns the url of the image.
Returns true if the content is editable by the user; otherwise returns false.
Returns true if the content tested is part of the selection; otherwise returns false.
Returns true if the hit test result is null; otherwise returns false.
Returns the frame that will load the link if it is activated.
Returns the text of the link.
Returns the title of the link.
Returns the url to which the link points to.
Returns a QPixmap containing the image. A null pixmap is returned if the element being tested is not an image.
Returns the position where the hit test occured.
Returns the title of the nearest enclosing HTML element.
Assigns the other hit test result to this.
Copyright © 2008 Nokia | Trademarks | Qt 4.4.3 |