Applets
Kickoff::RecentlyUsedModel Class Reference
Model for the Recently Used view which provides a tree of recently used applications and documents. More...
#include <recentlyusedmodel.h>
Inheritance diagram for Kickoff::RecentlyUsedModel:

Public Types | |
| enum | RecentType { DocumentsAndApplications, DocumentsOnly, ApplicationsOnly } |
Public Slots | |
| void | clearRecentApplications () |
| void | clearRecentDocuments () |
| void | clearRecentDocumentsAndApplications () |
Public Member Functions | |
| RecentlyUsedModel (QObject *parent=0, RecentType recenttype=DocumentsAndApplications, int maxRecentApps=-1) | |
| virtual | ~RecentlyUsedModel () |
Detailed Description
Model for the Recently Used view which provides a tree of recently used applications and documents.Definition at line 37 of file recentlyusedmodel.h.
Member Enumeration Documentation
Defines what the model should display.
- Enumerator:
Definition at line 44 of file recentlyusedmodel.h.
Constructor & Destructor Documentation
| RecentlyUsedModel::RecentlyUsedModel | ( | QObject * | parent = 0, |
|
| RecentType | recenttype = DocumentsAndApplications, |
|||
| int | maxRecentApps = -1 | |||
| ) | [explicit] |
Construct a new RecentlyUsedModel with the specified parent.
Definition at line 126 of file recentlyusedmodel.cpp.
| RecentlyUsedModel::~RecentlyUsedModel | ( | ) | [virtual] |
Definition at line 156 of file recentlyusedmodel.cpp.
Member Function Documentation
| void RecentlyUsedModel::clearRecentApplications | ( | ) | [slot] |
Definition at line 203 of file recentlyusedmodel.cpp.
| void RecentlyUsedModel::clearRecentDocuments | ( | ) | [slot] |
Definition at line 207 of file recentlyusedmodel.cpp.
| void RecentlyUsedModel::clearRecentDocumentsAndApplications | ( | ) | [slot] |
Definition at line 212 of file recentlyusedmodel.cpp.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference