KIO
Go to the documentation of this file.
12 #ifndef KIMAGEFILEPREVIEW_H
13 #define KIMAGEFILEPREVIEW_H
15 #include <QtGui/QPixmap>
22 namespace KIO {
class PreviewJob; }
47 virtual QSize sizeHint()
const;
64 virtual void gotPreview(
const KFileItem&,
const QPixmap& );
67 virtual void resizeEvent( QResizeEvent *event );
71 class KImageFilePreviewPrivate;
72 KImageFilePreviewPrivate *
const d;
76 Q_PRIVATE_SLOT( d,
void _k_slotResult(
KJob* ) )
77 Q_PRIVATE_SLOT( d,
void _k_slotFailed(
const KFileItem& ) )
78 Q_PRIVATE_SLOT( d,
void _k_slotStepAnimation(
int frame ) )
79 Q_PRIVATE_SLOT( d,
void _k_slotFinished( ) )
82 #endif // KIMAGEFILEPREVIEW_H
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat May 18 2013 11:40:48 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.