![]() |
Falkon Develop
Cross-platform Qt-based web browser
|
#include <webhittestresult.h>
Public Member Functions | |
| WebHitTestResult (const WebPage *page, const QPoint &pos) | |
| void | updateWithContextMenuData (const QWebEngineContextMenuRequest &data) |
| QUrl | baseUrl () const |
| QString | alternateText () const |
| QRect | boundingRect () const |
| QUrl | imageUrl () const |
| bool | isContentEditable () const |
| bool | isContentSelected () const |
| bool | isNull () const |
| QString | linkTitle () const |
| QUrl | linkUrl () const |
| QUrl | mediaUrl () const |
| bool | mediaPaused () const |
| bool | mediaMuted () const |
| QPoint | pos () const |
| QPointF | viewportPos () const |
| QString | tagName () const |
Definition at line 32 of file webhittestresult.h.
|
explicit |
Definition at line 23 of file webhittestresult.cpp.
| QString WebHitTestResult::alternateText | ( | ) | const |
Definition at line 126 of file webhittestresult.cpp.
| QUrl WebHitTestResult::baseUrl | ( | ) | const |
Definition at line 121 of file webhittestresult.cpp.
| QRect WebHitTestResult::boundingRect | ( | ) | const |
Definition at line 131 of file webhittestresult.cpp.
| QUrl WebHitTestResult::imageUrl | ( | ) | const |
Definition at line 136 of file webhittestresult.cpp.
| bool WebHitTestResult::isContentEditable | ( | ) | const |
Definition at line 141 of file webhittestresult.cpp.
| bool WebHitTestResult::isContentSelected | ( | ) | const |
Definition at line 146 of file webhittestresult.cpp.
| bool WebHitTestResult::isNull | ( | ) | const |
Definition at line 151 of file webhittestresult.cpp.
| QString WebHitTestResult::linkTitle | ( | ) | const |
Definition at line 156 of file webhittestresult.cpp.
| QUrl WebHitTestResult::linkUrl | ( | ) | const |
Definition at line 161 of file webhittestresult.cpp.
| bool WebHitTestResult::mediaMuted | ( | ) | const |
Definition at line 176 of file webhittestresult.cpp.
| bool WebHitTestResult::mediaPaused | ( | ) | const |
Definition at line 171 of file webhittestresult.cpp.
| QUrl WebHitTestResult::mediaUrl | ( | ) | const |
Definition at line 166 of file webhittestresult.cpp.
| QPoint WebHitTestResult::pos | ( | ) | const |
Definition at line 181 of file webhittestresult.cpp.
| QString WebHitTestResult::tagName | ( | ) | const |
Definition at line 191 of file webhittestresult.cpp.
| void WebHitTestResult::updateWithContextMenuData | ( | const QWebEngineContextMenuRequest & | data | ) |
Definition at line 95 of file webhittestresult.cpp.
| QPointF WebHitTestResult::viewportPos | ( | ) | const |
Definition at line 186 of file webhittestresult.cpp.