KRecentDocument Class Reference
#include <krecentdocument.h>
Detailed Description
Manage the "Recent Document Menu" entries displayed by applications such as Kicker and Konqueror.These entries are automatically generated .desktop files pointing to the current application and document. You should call the static add() method whenever the user opens or saves a new document if you want it to show up in the menu.
You don't have to worry about this if you are using any KFileDialog derived class to open and save documents, as it already calls this class. User defined limits on the maximum number of documents to save, etc... are all automatically handled.
- Author:
- Daniel M. Duley <mosfet@kde.org>
Definition at line 50 of file krecentdocument.h.
Static Public Member Functions | |
static QStringList | recentDocuments () |
static void | add (const KURL &url) |
static void | add (const KURL &url, const QString &desktopEntryName) |
static void | add (const QString &documentStr, bool isURL=false) |
static void | clear () |
static int | maximumItems () |
static QString | recentDocumentDirectory () |
Member Function Documentation
|
Add a new item to the Recent Document menu. Calls add( url ).
Definition at line 148 of file krecentdocument.cpp. |
|
Add a new item to the Recent Document menu, specifying the application to open it with. The above add() method uses argv[0] for the app name, which isn't always flexible enough. This method is used when an application launches another one to open a document.
Definition at line 80 of file krecentdocument.cpp. |
|
Add a new item to the Recent Document menu.
Definition at line 75 of file krecentdocument.cpp. |
|
Clear the recent document menu of all entries.
Definition at line 159 of file krecentdocument.cpp. |
|
Returns the maximum amount of recent document entries allowed.
Definition at line 167 of file krecentdocument.cpp. |
|
Returns the path to the directory where recent document .desktop files are stored.
Definition at line 45 of file krecentdocument.cpp. |
|
Return a list of absolute paths to recent document .desktop files, sorted by date.
Definition at line 51 of file krecentdocument.cpp. |
The documentation for this class was generated from the following files: