kio
KCrashBookmarkImporter Class Reference
A class for importing all crash sessions as bookmarks. More...
#include <kbookmarkimporter_crash.h>
Inheritance diagram for KCrashBookmarkImporter:
Signals | |
void | endFolder () |
void | newBookmark (const QString &text, const QCString &url, const QString &additionalInfo) |
void | newFolder (const QString &text, bool open, const QString &additionalInfo) |
void | newSeparator () |
Public Member Functions | |
KCrashBookmarkImporter (const QString &fileName) | |
void | parseCrashBookmarks (bool del=true) |
~KCrashBookmarkImporter () | |
Static Public Member Functions | |
static QString | crashBookmarksDir () |
static 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.
Definition at line 37 of file kbookmarkimporter_crash.h.
Constructor & Destructor Documentation
KCrashBookmarkImporter::KCrashBookmarkImporter | ( | const QString & | fileName | ) | [inline] |
Definition at line 41 of file kbookmarkimporter_crash.h.
KCrashBookmarkImporter::~KCrashBookmarkImporter | ( | ) | [inline] |
Definition at line 42 of file kbookmarkimporter_crash.h.
Member Function Documentation
QString KCrashBookmarkImporter::crashBookmarksDir | ( | ) | [static] |
Definition at line 188 of file kbookmarkimporter_crash.cc.
void KCrashBookmarkImporter::endFolder | ( | ) | [signal] |
QStringList KCrashBookmarkImporter::getCrashLogs | ( | ) | [static] |
Definition at line 91 of file kbookmarkimporter_crash.cc.
void KCrashBookmarkImporter::newBookmark | ( | const QString & | text, | |
const QCString & | url, | |||
const QString & | additionalInfo | |||
) | [signal] |
void KCrashBookmarkImporter::newFolder | ( | const QString & | text, | |
bool | open, | |||
const QString & | additionalInfo | |||
) | [signal] |
void KCrashBookmarkImporter::newSeparator | ( | ) | [signal] |
void KCrashBookmarkImporter::parseCrashBookmarks | ( | bool | del = true |
) |
Definition at line 201 of file kbookmarkimporter_crash.cc.
void KCrashBookmarkImporter::parseCrashLog | ( | QString | filename, | |
bool | del | |||
) | [protected] |
Definition at line 43 of file kbookmarkimporter_crash.cc.
Member Data Documentation
QString KCrashBookmarkImporter::m_fileName [protected] |
Definition at line 52 of file kbookmarkimporter_crash.h.
The documentation for this class was generated from the following files: