lib
KoRecentDocumentsPane Class Reference
#include <KoDetailsPane.h>
Detailed Description
This widget is the recent doc part of the template opening widget.The parent widget is initial widget in the document space of each KOffice component. This widget shows a list of recent documents and can show their details or open it.
Definition at line 96 of file KoDetailsPane.h.
Public Slots | |
| void | resizeSplitter (KoDetailsPaneBase *sender, const QValueList< int > &sizes) |
Signals | |
| void | openFile (const QString &) |
| void | splitterResized (KoDetailsPaneBase *sender, const QValueList< int > &sizes) |
Public Member Functions | |
| KoRecentDocumentsPane (QWidget *parent, KInstance *instance) | |
| ~KoRecentDocumentsPane () | |
| virtual bool | eventFilter (QObject *watched, QEvent *e) |
Protected Slots | |
| void | selectionChanged (QListViewItem *item) |
| void | openFile () |
| void | openFile (QListViewItem *item) |
| void | previewResult (KIO::Job *job) |
| void | updatePreview (const KFileItem *fileItem, const QPixmap &preview) |
| void | changePalette () |
Constructor & Destructor Documentation
| KoRecentDocumentsPane::KoRecentDocumentsPane | ( | QWidget * | parent, | |
| KInstance * | instance | |||
| ) |
Constructor.
- Parameters:
-
parent the parent widget instance the instance object for the app
Definition at line 271 of file KoDetailsPane.cpp.
The documentation for this class was generated from the following files:

