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

Method PickPointEngineSignature

part/pageviewannotator.cpp:379–386  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

377#if HAVE_NEW_SIGNATURE_API
378public:
379 explicit PickPointEngineSignature(SignaturePartUtils::SigningInformation *info)
380 : PickPointEngine(nullptr, {})
381 , m_page(nullptr)
382 , m_aborted(false)
383 , m_signingInformation(info)
384 {
385 m_block = true;
386 }
387
388 QRect event(EventType type, Button button, Modifiers modifiers, double nX, double nY, double xScale, double yScale, const Okular::Page *page) override
389 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected