MCPcopy Create free account
hub / github.com/KDE/okular / executeScript

Method executeScript

core/document.cpp:5510–5516  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5508}
5509
5510void DocumentPrivate::executeScript(const QString &function)
5511{
5512 if (!m_scripter) {
5513 m_scripter = new Scripter(this);
5514 }
5515 m_scripter->execute(nullptr, JavaScript, function);
5516}
5517
5518void DocumentPrivate::requestDone(PixmapRequest *req)
5519{

Callers 2

setIntervalMethod · 0.80
setTimeOutMethod · 0.80

Calls 1

executeMethod · 0.45

Tested by

no test coverage detected