Applets
Kickoff::RecentlyUsedModel Class Reference
#include <recentlyusedmodel.h>
Inheritance diagram for Kickoff::RecentlyUsedModel:

Detailed Description
Model for the Recently Used view which provides a tree of recently used applications and documents.Definition at line 36 of file recentlyusedmodel.h.
Public Slots | |
void | clearRecentApplications () |
void | clearRecentDocuments () |
void | clearRecentDocumentsAndApplications () |
Public Member Functions | |
RecentlyUsedModel (QObject *parent=0) | |
virtual | ~RecentlyUsedModel () |
Constructor & Destructor Documentation
RecentlyUsedModel::RecentlyUsedModel | ( | QObject * | parent = 0 |
) |
Construct a new RecentlyUsedModel with the specified parent.
Definition at line 122 of file recentlyusedmodel.cpp.
RecentlyUsedModel::~RecentlyUsedModel | ( | ) | [virtual] |
Definition at line 148 of file recentlyusedmodel.cpp.
Member Function Documentation
void RecentlyUsedModel::clearRecentApplications | ( | ) | [slot] |
Definition at line 194 of file recentlyusedmodel.cpp.
void RecentlyUsedModel::clearRecentDocuments | ( | ) | [slot] |
Definition at line 198 of file recentlyusedmodel.cpp.
void RecentlyUsedModel::clearRecentDocumentsAndApplications | ( | ) | [slot] |
Definition at line 203 of file recentlyusedmodel.cpp.
The documentation for this class was generated from the following files: