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

Method removePageAnnotation

core/document.cpp:3549–3553  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3547}
3548
3549void Document::removePageAnnotation(int page, Annotation *annotation)
3550{
3551 QUndoCommand *uc = new RemoveAnnotationCommand(this->d, annotation, page);
3552 d->m_undoStack->push(uc);
3553}
3554
3555void Document::removePageAnnotations(int page, const QList<Annotation *> &annotations)
3556{

Callers 5

cleanupTestCaseMethod · 0.80
testRemoveAnnotationsMethod · 0.80
routeKeyPressEventMethod · 0.80

Calls

no outgoing calls

Tested by 3

cleanupTestCaseMethod · 0.64
testRemoveAnnotationsMethod · 0.64