Home
last modified time | relevance | path

Searched refs:AnnotationPopup (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/okular/okular-21.12.3/part/
H A Dannotationpopup.cpp20 Q_DECLARE_METATYPE(AnnotationPopup::AnnotPagePair)
44 AnnotationPopup::AnnotationPopup(Okular::Document *document, MenuMode mode, QWidget *parent) in AnnotationPopup() function in AnnotationPopup
51 void AnnotationPopup::addAnnotation(Okular::Annotation *annotation, int pageNumber) in addAnnotation()
58 void AnnotationPopup::exec(const QPoint point) in exec()
70 void AnnotationPopup::addActionsToMenu(QMenu *menu) in addActionsToMenu()
140 void AnnotationPopup::doRemovePageAnnotation(AnnotPagePair pair) in doRemovePageAnnotation()
147 void AnnotationPopup::doOpenAnnotationWindow(AnnotPagePair pair) in doOpenAnnotationWindow()
152 void AnnotationPopup::doOpenPropertiesDialog(AnnotPagePair pair) in doOpenPropertiesDialog()
160 void AnnotationPopup::doSaveEmbeddedFile(AnnotPagePair pair) in doSaveEmbeddedFile()
H A Dannotationpopup.h23 class AnnotationPopup : public QObject
36 AnnotationPopup(Okular::Document *document, MenuMode mode, QWidget *parent = nullptr);
H A Dside_reviews.cpp277 AnnotationPopup popup(m_document, AnnotationPopup::SingleAnnotationMode, this); in contextMenuRequested()
278 connect(&popup, &AnnotationPopup::openAnnotationWindow, this, &Reviews::openAnnotationWindow); in contextMenuRequested()
H A Dpageview.cpp2579 AnnotationPopup annotPopup(d->document, AnnotationPopup::MultiAnnotationMode, this); in mouseReleaseEvent()
2589 …connect(&annotPopup, &AnnotationPopup::openAnnotationWindow, this, &PageView::openAnnotationWindow… in mouseReleaseEvent()