#include <kimagefilepreview.h>
Public Slots | |
| virtual void | showPreview (const KURL &url) |
| virtual void | clearPreview () |
Public Slots inherited from KPreviewWidgetBase | |
| virtual void | showPreview (const KURL &url)=0 |
| virtual void | clearPreview ()=0 |
| TQStringList | supportedMimeTypes () const |
Public Member Functions | |
| KImageFilePreview (TQWidget *parent) | |
| virtual TQSize | sizeHint () const |
Public Member Functions inherited from KPreviewWidgetBase | |
| KPreviewWidgetBase (TQWidget *parent, const char *name=0) | |
Protected Slots | |
| void | showPreview () |
| void | showPreview (const KURL &url, bool force) |
| void | toggleAuto (bool) |
| virtual void | gotPreview (const KFileItem *, const TQPixmap &) |
Protected Member Functions | |
| virtual void | resizeEvent (TQResizeEvent *e) |
| virtual TDEIO::PreviewJob * | createJob (const KURL &url, int w, int h) |
| virtual void | virtual_hook (int id, void *data) |
Protected Member Functions inherited from KPreviewWidgetBase | |
| void | setSupportedMimeTypes (const TQStringList &mimeTypes) |
| virtual void | virtual_hook (int, void *) |
Detailed Description
Image preview widget for the file dialog.
Definition at line 31 of file kimagefilepreview.h.
Constructor & Destructor Documentation
◆ KImageFilePreview()
| KImageFilePreview::KImageFilePreview | ( | TQWidget * | parent | ) |
Definition at line 34 of file kimagefilepreview.cpp.
◆ ~KImageFilePreview()
| KImageFilePreview::~KImageFilePreview | ( | ) |
Definition at line 68 of file kimagefilepreview.cpp.
Member Function Documentation
◆ clearPreview
|
virtualslot |
Definition at line 173 of file kimagefilepreview.cpp.
◆ createJob()
|
protectedvirtual |
Definition at line 145 of file kimagefilepreview.cpp.
◆ gotPreview
|
protectedvirtualslot |
Definition at line 152 of file kimagefilepreview.cpp.
◆ resizeEvent()
|
protectedvirtual |
Definition at line 135 of file kimagefilepreview.cpp.
◆ showPreview [1/3]
|
protectedslot |
Definition at line 78 of file kimagefilepreview.cpp.
◆ showPreview [2/3]
|
virtualslot |
Definition at line 86 of file kimagefilepreview.cpp.
◆ showPreview [3/3]
|
protectedslot |
Definition at line 91 of file kimagefilepreview.cpp.
◆ sizeHint()
|
virtual |
Definition at line 140 of file kimagefilepreview.cpp.
◆ toggleAuto
|
protectedslot |
Definition at line 124 of file kimagefilepreview.cpp.
◆ virtual_hook()
|
protectedvirtual |
Reimplemented from KPreviewWidgetBase.
Definition at line 184 of file kimagefilepreview.cpp.
The documentation for this class was generated from the following files:
Trinity API Reference
Public Slots inherited from