Home
last modified time | relevance | path

Searched refs:PresentationWidget (Results 1 – 11 of 11) sorted by relevance

/dports/graphics/digikam/digikam-7.4.0/core/dplugins/generic/view/presentation/widgets/
H A Dpresentationwidget.cpp187 PresentationWidget::PresentationWidget(PresentationContainer* const sharedData) in PresentationWidget() function in DigikamGenericPresentationPlugin::PresentationWidget
357 PresentationWidget::~PresentationWidget() in ~PresentationWidget()
378 void PresentationWidget::readSettings() in readSettings()
668 void PresentationWidget::showOverlays() in showOverlays()
900 void PresentationWidget::slotPause() in slotPause()
906 void PresentationWidget::slotPlay() in slotPlay()
912 void PresentationWidget::slotPrev() in slotPrev()
927 void PresentationWidget::slotNext() in slotNext()
942 void PresentationWidget::slotClose() in slotClose()
1054 void PresentationWidget::slotTimeOut() in slotTimeOut()
[all …]
H A Dpresentationwidget.h51 class PresentationWidget : public QWidget
57 typedef int (PresentationWidget::*EffectMethod)(bool);
61 explicit PresentationWidget(PresentationContainer* const sharedData);
62 ~PresentationWidget() override;
139 explicit PresentationWidget(QWidget*) = delete;
H A Dpresentationctrlwidget.h85 friend class PresentationWidget; variable
/dports/graphics/okular/okular-21.12.3/part/
H A Dpresentationwidget.cpp282 PresentationWidget::~PresentationWidget() in ~PresentationWidget()
481 void PresentationWidget::setupActions() in setupActions()
496 void PresentationWidget::setPlayPauseIcon() in setPlayPauseIcon()
529 bool PresentationWidget::event(QEvent *e) in event()
1389 void PresentationWidget::requestPixmaps() in requestPixmaps()
1441 void PresentationWidget::slotNextPage() in slotNextPage()
1469 void PresentationWidget::slotPrevPage() in slotPrevPage()
1490 void PresentationWidget::slotFirstPage() in slotFirstPage()
1495 void PresentationWidget::slotLastPage() in slotLastPage()
1597 void PresentationWidget::clearDrawings() in clearDrawings()
[all …]
H A Dpresentationwidget.h51 class PresentationWidget : public QWidget, public Okular::DocumentObserver
55PresentationWidget(QWidget *parent, Okular::Document *doc, DrawingToolActions *drawingToolActions,…
56 ~PresentationWidget() override;
H A Dpart.h63 class PresentationWidget; variable
352 QPointer<PresentationWidget> m_presentationWidget;
H A Dpart.cpp2023 m_wasPresentationOpen = ((PresentationWidget *)m_presentationWidget != nullptr); in slotAttemptReload()
2443 if ((PresentationWidget *)m_presentationWidget != nullptr) { in slotFind()
3078 …m_presentationWidget = new PresentationWidget(widget(), m_document, m_presentationDrawingActions, … in slotShowPresentation()
3085 delete (PresentationWidget *)m_presentationWidget; in slotHidePresentation()
3204 …m_presentationWidget = new PresentationWidget(widget(), m_document, m_presentationDrawingActions, … in slotTogglePresentation()
3206 delete (PresentationWidget *)m_presentationWidget; in slotTogglePresentation()
/dports/graphics/digikam/digikam-7.4.0/core/dplugins/generic/view/presentation/
H A Dpresentationmngr.cpp134 PresentationWidget* const slide = new PresentationWidget(m_sharedData); in slotSlideShow()
/dports/graphics/digikam/digikam-7.4.0/core/dplugins/generic/view/presentation/dialogs/
H A Dpresentation_mainpage.cpp185 QMap<QString, QString> effectNames = PresentationWidget::effectNamesI18N(); in saveSettings()
294 QMap<QString, QString> effectNames = PresentationWidget::effectNamesI18N(); in loadEffectNames()
/dports/graphics/okular/okular-21.12.3/autotests/
H A Dparttest.cpp1913 PresentationWidget *w = part.m_presentationWidget; in testTabletProximityBehavior()
/dports/graphics/digikam/digikam-7.4.0/
H A DChangeLog83047 cpp: polish PresentationWidget