WebEngineViewer::WebHitTestResult

Search for usage in LXR

WebEngineViewer::WebHitTestResult Class Reference

#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
 
WebHitTestResultoperator= (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()

QString WebHitTestResult::alternateText ( ) const

Definition at line 117 of file webhittestresult.cpp.

◆ boundingRect()

QRect WebHitTestResult::boundingRect ( ) const

Definition at line 122 of file webhittestresult.cpp.

◆ imageUrl()

QUrl WebHitTestResult::imageUrl ( ) const

Definition at line 127 of file webhittestresult.cpp.

◆ isContentEditable()

bool WebHitTestResult::isContentEditable ( ) const

Definition at line 132 of file webhittestresult.cpp.

◆ isContentSelected()

bool WebHitTestResult::isContentSelected ( ) const

Definition at line 137 of file webhittestresult.cpp.

◆ isNull()

bool WebHitTestResult::isNull ( ) const

Definition at line 142 of file webhittestresult.cpp.

◆ linkTitle()

QString WebHitTestResult::linkTitle ( ) const

Definition at line 147 of file webhittestresult.cpp.

◆ linkUrl()

QUrl WebHitTestResult::linkUrl ( ) const

Definition at line 152 of file webhittestresult.cpp.

◆ mediaMuted()

bool WebHitTestResult::mediaMuted ( ) const

Definition at line 167 of file webhittestresult.cpp.

◆ mediaPaused()

bool WebHitTestResult::mediaPaused ( ) const

Definition at line 162 of file webhittestresult.cpp.

◆ mediaUrl()

QUrl WebHitTestResult::mediaUrl ( ) const

Definition at line 157 of file webhittestresult.cpp.

◆ operator=()

WebHitTestResult & WebHitTestResult::operator= ( const WebHitTestResult & webHit)

Definition at line 109 of file webhittestresult.cpp.

◆ pageUrl()

QUrl WebHitTestResult::pageUrl ( ) const

Definition at line 182 of file webhittestresult.cpp.

◆ pos()

QPoint WebHitTestResult::pos ( ) const

Definition at line 172 of file webhittestresult.cpp.

◆ tagName()

QString WebHitTestResult::tagName ( ) const

Definition at line 177 of file webhittestresult.cpp.


The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:12:44 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.