Home
last modified time | relevance | path

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

/dports/net-im/telegramqml/TelegramQML-0.9.2/
H A Dtelegramthumbnailercore.cpp59 Q_EMIT thumbnailCreated(source); in createThumbnail() local
73 Q_EMIT thumbnailCreated(source); in createThumbnail() local
109 Q_EMIT thumbnailCreated(source); in createThumbnail() local
113 Q_EMIT thumbnailCreated(source); in createThumbnail() local
H A Dtelegramthumbnailer.cpp35 …connect(core, SIGNAL(thumbnailCreated(QString)), SLOT(thumbnailCreated(QString)), Qt::QueuedConnec… in TelegramThumbnailer()
81 void TelegramThumbnailer::thumbnailCreated(QString path) { in thumbnailCreated() function in TelegramThumbnailer
H A Dtelegramthumbnailercore.h34 void thumbnailCreated(QString path);
H A Dtelegramthumbnailer.h60 void thumbnailCreated(QString path);
/dports/www/falkon/falkon-3.2.0/src/lib/tools/
H A Dpagethumbnailer.cpp85 emit thumbnailCreated(QPixmap()); in start() local
98 emit thumbnailCreated(QPixmap()); in createThumbnail() local
104 …emit thumbnailCreated(QPixmap::fromImage(m_view->grabFramebuffer().scaled(m_size, Qt::IgnoreAspect… in createThumbnail() local
H A Dpagethumbnailer.h50 void thumbnailCreated(const QPixmap &);
/dports/devel/eric6/eric6-21.11/eric/eric6/WebBrowser/SpeedDial/
H A DPageThumbnailer.py22 thumbnailCreated = pyqtSignal(QPixmap) variable in PageThumbnailer
111 self.thumbnailCreated.emit(QPixmap())
132 self.thumbnailCreated.emit(QPixmap.fromImage(scaledImage))
H A DSpeedDial.py322 thumbnailer.thumbnailCreated.connect(
/dports/www/falkon/falkon-3.2.0/src/lib/plugins/
H A Dspeeddial.cpp264 connect(thumbnailer, &PageThumbnailer::thumbnailCreated, this, &SpeedDial::thumbnailCreated); in loadThumbnail()
322 void SpeedDial::thumbnailCreated(const QPixmap &pixmap) in thumbnailCreated() function in SpeedDial
H A Dspeeddial.h91 void thumbnailCreated(const QPixmap &pixmap);
/dports/devel/eric6/eric6-21.11/eric/eric6/APIs/Python3/
H A Deric6.api11545 eric6.WebBrowser.SpeedDial.PageThumbnailer.PageThumbnailer.thumbnailCreated?7