KIO
#include <kfilemetapreview.h>

Public Slots | |
virtual void | clearPreview () |
virtual void | showPreview (const KUrl &url) |
![]() | |
QStringList | supportedMimeTypes () const |
Public Member Functions | |
KFileMetaPreview (QWidget *parent) | |
~KFileMetaPreview () | |
virtual void | addPreviewProvider (const QString &mimeType, KPreviewWidgetBase *provider) |
virtual void | clearPreviewProviders () |
![]() | |
KPreviewWidgetBase (QWidget *parent) | |
~KPreviewWidgetBase () |
Protected Member Functions | |
virtual KPreviewWidgetBase * | previewProviderFor (const QString &mimeType) |
![]() | |
void | setSupportedMimeTypes (const QStringList &mimeTypes) |
Detailed Description
Definition at line 18 of file kfilemetapreview.h.
Constructor & Destructor Documentation
KFileMetaPreview::KFileMetaPreview | ( | QWidget * | parent | ) |
Definition at line 21 of file kfilemetapreview.cpp.
KFileMetaPreview::~KFileMetaPreview | ( | ) |
Definition at line 35 of file kfilemetapreview.cpp.
Member Function Documentation
|
virtual |
Definition at line 164 of file kfilemetapreview.cpp.
|
virtualslot |
Reimplement this to clear the preview.
This is called when e.g. the selection is cleared or when multiple selections exist, or the directory is changed.
Implements KPreviewWidgetBase.
Definition at line 158 of file kfilemetapreview.cpp.
|
virtual |
Definition at line 171 of file kfilemetapreview.cpp.
|
protectedvirtual |
Definition at line 88 of file kfilemetapreview.cpp.
|
virtualslot |
This slot is called every time the user selects another file in the file dialog.
Implement the stuff necessary to reflect the change here.
@param url The URL of the currently selected file.
Implements KPreviewWidgetBase.
Definition at line 138 of file kfilemetapreview.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2013 The KDE developers.
Generated on Tue Jul 16 2013 11:48:00 by doxygen 1.8.1.1 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.