KCrashBookmarkImporter Class Reference
from PyKDE4.kio import *
Inherits: QObject
Detailed Description
A class for importing all crash sessions as bookmarks
- Deprecated:
- 
| 
 Signals | 
|  | endFolder () | 
|  | newBookmark (QString text, QString url, QString additionalInfo) | 
|  | newFolder (QString text, bool open, QString additionalInfo) | 
|  | newSeparator () | 
| 
 Methods | 
|  | __init__ (self, QString fileName) | 
|  | endFolder (self) | 
|  | newBookmark (self, QString text, QString url, QString additionalInfo) | 
|  | newFolder (self, QString text, bool open, QString additionalInfo) | 
|  | newSeparator (self) | 
|  | parseCrashBookmarks (self, bool del=1) | 
| 
 Static Methods | 
| QString | crashBookmarksDir () | 
Method Documentation
| __init__ | ( | self, |  | 
|  |  | QString | fileName | 
|  | ) |  |  |  | 
 
 
- Signal syntax:
- QObject.connect(source, SIGNAL("endFolder()"), target_slot)
 
- Signal syntax:
- QObject.connect(source, SIGNAL("newBookmark(const QString&, const QString&, const QString&)"), target_slot)
 
- Signal syntax:
- QObject.connect(source, SIGNAL("newFolder(const QString&, bool, const QString&)"), target_slot)
 
- Signal syntax:
- QObject.connect(source, SIGNAL("newSeparator()"), target_slot)
 
| parseCrashBookmarks | ( | self, |  | 
|  |  | bool | del=1 | 
|  | ) |  |  |  |