KIO
KImageFilePreview Class Reference
#include <kimagefilepreview.h>
Inheritance diagram for KImageFilePreview:

Detailed Description
Image preview widget for the file dialog.Definition at line 27 of file kimagefilepreview.h.
Public Slots | |
virtual void | clearPreview () |
virtual void | showPreview (const KUrl &url) |
Public Member Functions | |
KImageFilePreview (QWidget *parent=0) | |
virtual QSize | sizeHint () const |
~KImageFilePreview () | |
Protected Slots | |
virtual void | gotPreview (const KFileItem &, const QPixmap &) |
void | showPreview (const KUrl &url, bool force) |
void | showPreview () |
Protected Member Functions | |
virtual KIO::PreviewJob * | createJob (const KUrl &url, int width, int height) |
virtual void | resizeEvent (QResizeEvent *event) |
Constructor & Destructor Documentation
KImageFilePreview::KImageFilePreview | ( | QWidget * | parent = 0 |
) | [explicit] |
Creates a new image file preview.
- Parameters:
-
parent The parent widget.
Definition at line 76 of file kimagefilepreview.cpp.
KImageFilePreview::~KImageFilePreview | ( | ) |
Member Function Documentation
void KImageFilePreview::clearPreview | ( | ) | [virtual, slot] |
Clears the preview.
Implements KPreviewWidgetBase.
Definition at line 250 of file kimagefilepreview.cpp.
KIO::PreviewJob * KImageFilePreview::createJob | ( | const KUrl & | url, | |
int | width, | |||
int | height | |||
) | [protected, virtual] |
Definition at line 171 of file kimagefilepreview.cpp.
void KImageFilePreview::gotPreview | ( | const KFileItem & | item, | |
const QPixmap & | pm | |||
) | [protected, virtual, slot] |
Definition at line 178 of file kimagefilepreview.cpp.
void KImageFilePreview::resizeEvent | ( | QResizeEvent * | event | ) | [protected, virtual] |
Definition at line 117 of file kimagefilepreview.cpp.
void KImageFilePreview::showPreview | ( | ) | [protected, slot] |
Definition at line 104 of file kimagefilepreview.cpp.
void KImageFilePreview::showPreview | ( | const KUrl & | url | ) | [virtual, slot] |
Shows a preview for the given url
.
Implements KPreviewWidgetBase.
Definition at line 112 of file kimagefilepreview.cpp.
QSize KImageFilePreview::sizeHint | ( | void | ) | const [virtual] |
The documentation for this class was generated from the following files: