MCPcopy Create free account
hub / github.com/KDE/kdevelop / setHtml

Method setHtml

kdevplatform/documentation/standarddocumentationview.cpp:281–286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

279}
280
281void KDevelop::StandardDocumentationView::setHtml(const QString& html)
282{
283 Q_D(StandardDocumentationView);
284
285 d->m_view->page()->setHtml(html);
286}
287
288void KDevelop::StandardDocumentationView::installUrlSchemeHandler(const QByteArray& scheme,
289 QWebEngineUrlSchemeHandler* handler)

Callers 11

updateIdealSizeMethod · 0.80
updateMethod · 0.80
eventViewClickedMethod · 0.80
htmlToPlainTextFunction · 0.80
drawRowMethod · 0.80
sizeHintForHtmlFunction · 0.80
showToolTipForMarkMethod · 0.80
paintMethod · 0.80
sizeHintMethod · 0.80
setCertInfosMethod · 0.80
documentationWidgetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected