Home
last modified time | relevance | path

Searched refs:getCurrentPixmap (Results 1 – 9 of 9) sorted by relevance

/dports/www/otter-browser/otter-browser-1.0.03/src/ui/
H A DAnimation.h38 virtual QPixmap getCurrentPixmap() const = 0;
67 QPixmap getCurrentPixmap() const override;
96 QPixmap getCurrentPixmap() const override;
H A DAnimation.cpp179 QPixmap GenericAnimation::getCurrentPixmap() const in getCurrentPixmap() function in Otter::GenericAnimation
266 QPixmap SpinnerAnimation::getCurrentPixmap() const in getCurrentPixmap() function in Otter::SpinnerAnimation
H A DTabSwitcherWidget.cpp221 m_previewLabel->setPixmap(m_spinnerAnimation->getCurrentPixmap()); in handleCurrentTabChanged()
227 m_previewLabel->setPixmap(m_spinnerAnimation->getCurrentPixmap()); in handleCurrentTabChanged()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Ddvitemview.h132 QPixmap getCurrentPixmap();
H A Ddvitemview.cpp484 QPixmap ItemViewPlayWidget::PlayManager::getCurrentPixmap() { return m_pixmap; } in getCurrentPixmap() function in ItemViewPlayWidget::PlayManager
567 QPixmap pixmap = m_playManager->getCurrentPixmap(); in paint()
/dports/www/otter-browser/otter-browser-1.0.03/src/ui/preferences/
H A DContentBlockingDialog.cpp61 option->icon = QIcon(animation->getCurrentPixmap()); in initStyleOption()
H A DPreferencesSearchPageWidget.cpp58 option->icon = QIcon(animation->getCurrentPixmap()); in initStyleOption()
/dports/www/otter-browser/otter-browser-1.0.03/src/modules/windows/feeds/
H A DFeedsContentsWidget.cpp70 option->icon = QIcon(animation->getCurrentPixmap()); in initStyleOption()
/dports/www/otter-browser/otter-browser-1.0.03/src/modules/windows/web/
H A DStartPageWidget.cpp165 const QPixmap pixmap(animation->getCurrentPixmap()); in paint()