WebEngineViewer::WebHitTestResult
#include <webhittestresult.h>
Public Member Functions | |
WebHitTestResult (const QPoint &pos, const QUrl &pageUrl, const QVariant &result) | |
WebHitTestResult (const WebHitTestResult &other) | |
QString | alternateText () const |
QRect | boundingRect () const |
QUrl | imageUrl () const |
bool | isContentEditable () const |
bool | isContentSelected () const |
bool | isNull () const |
QString | linkTitle () const |
QUrl | linkUrl () const |
bool | mediaMuted () const |
bool | mediaPaused () const |
QUrl | mediaUrl () const |
WebHitTestResult & | operator= (const WebHitTestResult &webHit) |
QUrl | pageUrl () const |
QPoint | pos () const |
QString | tagName () const |
Detailed Description
The WebHitTestResult class.
Definition at line 39 of file webhittestresult.h.
Constructor & Destructor Documentation
◆ WebHitTestResult() [1/3]
WebHitTestResult::WebHitTestResult | ( | ) |
Definition at line 91 of file webhittestresult.cpp.
◆ WebHitTestResult() [2/3]
WebHitTestResult::WebHitTestResult | ( | const QPoint & | pos, |
const QUrl & | pageUrl, | ||
const QVariant & | result ) |
Definition at line 96 of file webhittestresult.cpp.
◆ WebHitTestResult() [3/3]
WebHitTestResult::WebHitTestResult | ( | const WebHitTestResult & | other | ) |
Definition at line 101 of file webhittestresult.cpp.
Member Function Documentation
◆ alternateText()
|
nodiscard |
Definition at line 117 of file webhittestresult.cpp.
◆ boundingRect()
|
nodiscard |
Definition at line 122 of file webhittestresult.cpp.
◆ imageUrl()
|
nodiscard |
Definition at line 127 of file webhittestresult.cpp.
◆ isContentEditable()
|
nodiscard |
Definition at line 132 of file webhittestresult.cpp.
◆ isContentSelected()
|
nodiscard |
Definition at line 137 of file webhittestresult.cpp.
◆ isNull()
|
nodiscard |
Definition at line 142 of file webhittestresult.cpp.
◆ linkTitle()
|
nodiscard |
Definition at line 147 of file webhittestresult.cpp.
◆ linkUrl()
|
nodiscard |
Definition at line 152 of file webhittestresult.cpp.
◆ mediaMuted()
|
nodiscard |
Definition at line 167 of file webhittestresult.cpp.
◆ mediaPaused()
|
nodiscard |
Definition at line 162 of file webhittestresult.cpp.
◆ mediaUrl()
|
nodiscard |
Definition at line 157 of file webhittestresult.cpp.
◆ operator=()
WebHitTestResult & WebHitTestResult::operator= | ( | const WebHitTestResult & | webHit | ) |
Definition at line 109 of file webhittestresult.cpp.
◆ pageUrl()
|
nodiscard |
Definition at line 182 of file webhittestresult.cpp.
◆ pos()
|
nodiscard |
Definition at line 172 of file webhittestresult.cpp.
◆ tagName()
|
nodiscard |
Definition at line 177 of file webhittestresult.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:47:41 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.