Messagelib
26 #include "webengineviewer_export.h"
33 namespace WebEngineViewer
35 class WebHitTestResultPrivate;
47 Q_REQUIRED_RESULT
QString alternateText()
const;
48 Q_REQUIRED_RESULT
QRect boundingRect()
const;
49 Q_REQUIRED_RESULT
QUrl imageUrl()
const;
50 Q_REQUIRED_RESULT
bool isContentEditable()
const;
51 Q_REQUIRED_RESULT
bool isContentSelected()
const;
52 Q_REQUIRED_RESULT
bool isNull()
const;
53 Q_REQUIRED_RESULT
QString linkTitle()
const;
54 Q_REQUIRED_RESULT
QUrl linkUrl()
const;
55 Q_REQUIRED_RESULT
QUrl mediaUrl()
const;
56 Q_REQUIRED_RESULT
bool mediaPaused()
const;
57 Q_REQUIRED_RESULT
bool mediaMuted()
const;
58 Q_REQUIRED_RESULT
QPoint pos()
const;
59 Q_REQUIRED_RESULT
QString tagName()
const;
60 Q_REQUIRED_RESULT
QUrl pageUrl()
const;
65 std::unique_ptr<WebHitTestResultPrivate>
const d;
The WebHitTestResult class.
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon May 8 2023 04:02:35 by
doxygen 1.8.17 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.