KCrashBookmarkImporter Class Reference
A class for importing all crash sessions as bookmarks KEditBookmarks uses it to insert bookmarks into its DOM tree, and KActionMenu uses it to create actions directly. More...
#include <kbookmarkimporter_crash.h>
Signals | |
| void | newBookmark (const QString &text, const QCString &url, const QString &additionalInfo) |
| Notify about a new bookmark Use "html" for the icon. | |
| void | newFolder (const QString &text, bool open, const QString &additionalInfo) |
| Notify about a new folder Use "bookmark_folder" for the icon. | |
| void | newSeparator () |
| Notify about a new separator. | |
| void | endFolder () |
| Tell the outside world that we're going down one menu. | |
Public Member Functions | |
| KCrashBookmarkImporter (const QString &fileName) | |
| void | parseCrashBookmarks (bool del=true) |
Static Public Member Functions | |
| QString | crashBookmarksDir () |
| QStringList | getCrashLogs () |
Protected Member Functions | |
| void | parseCrashLog (QString filename, bool del) |
Protected Attributes | |
| QString | m_fileName |
Detailed Description
A class for importing all crash sessions as bookmarks KEditBookmarks uses it to insert bookmarks into its DOM tree, and KActionMenu uses it to create actions directly.(TODO)
Definition at line 33 of file kbookmarkimporter_crash.h.
Member Function Documentation
|
||||||||||||||||
|
Notify about a new bookmark Use "html" for the icon.
|
|
||||||||||||||||
|
Notify about a new folder Use "bookmark_folder" for the icon.
|
|
|
Notify about a new separator.
|
|
|
Tell the outside world that we're going down one menu.
|
The documentation for this class was generated from the following files:
