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

Method Event

core/script/event.cpp:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44};
45
46Event::Event()
47 : d(new Private(UnknownEvent))
48{
49}
50
51Event::Event(EventType eventType)
52 : d(new Private(eventType))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected