KDE 4.4 PyKDE API Reference
  • KDE's Python API
  • Overview
  • PyKDE Home
  • Sitemap
  • Contact Us
 

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)
QString crashBookmarksDir (self)
 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)

Method Documentation

__init__ (  self,
QString  fileName
)
QString crashBookmarksDir (   self )
endFolder (   self )
Signal syntax:
QObject.connect(source, SIGNAL("endFolder()"), target_slot)
newBookmark (  self,
QString  text,
QString  url,
QString  additionalInfo
)
Signal syntax:
QObject.connect(source, SIGNAL("newBookmark(const QString&, const QString&, const QString&)"), target_slot)
newFolder (  self,
QString  text,
bool  open,
QString  additionalInfo
)
Signal syntax:
QObject.connect(source, SIGNAL("newFolder(const QString&, bool, const QString&)"), target_slot)
newSeparator (   self )
Signal syntax:
QObject.connect(source, SIGNAL("newSeparator()"), target_slot)
parseCrashBookmarks (  self,
bool  del=1
)
  • Full Index

Modules

  • akonadi
  • dnssd
  • kdecore
  • kdeui
  • khtml
  • kio
  • knewstuff
  • kparts
  • kutils
  • nepomuk
  • phonon
  • plasma
  • polkitqt
  • solid
  • soprano
This documentation is maintained by Simon Edwards.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal