6#ifndef KISLAYERTHUMBNAILCACHE_H
7#define KISLAYERTHUMBNAILCACHE_H
9#include <kritaui_export.h>
10#include <QScopedPointer>
28 void setMaxSize(
int maxSize);
44 void slotThumbnailGenerated(
KisNodeSP node,
int seqNo,
int maxSize,
const QImage &thumb);
50 QScopedPointer<Private>
m_d;
void startThumbnailsUpdate()
void sigLayerThumbnailUpdated(KisNodeSP node)
~KisLayerThumbnailCache()
QScopedPointer< Private > m_d