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

Entry Class Reference

from PyKDE4.knewstuff import *

Namespace: KNS3.Entry

Detailed Description

KNewStuff information about changed entries

This class provides information about the entries that have been installed while the new stuff dialog was shown. It is a minimal version that only gives applications what they need to know.

Since:
4.4


Enumerations

Status { Invalid, Downloadable, Installed, Updateable, Deleted }

Methods

 __init__ (self, KNS3.Entry other)
 __init__ (self)
QString category (self)
QStringList installedFiles (self)
QString license (self)
QString name (self)
KNS3.Entry.Status status (self)
QString summary (self)
QStringList uninstalledFiles (self)
QString version (self)

Method Documentation

__init__ (  self,
KNS3.Entry  other
)
__init__ (   self )
QString category (   self )

Retrieve the category of the data object.

Returns:
object category

QStringList installedFiles (   self )

Retrieve the locally installed files.

Returns:
file names

QString license (   self )

Retrieve the license name of the object.

Returns:
object license

QString name (   self )

Retrieve the name of the data object.

Returns:
object name

KNS3.Entry.Status status (   self )

Retrieves the entry's status.

Returns:
Current status of the entry

QString summary (   self )

Retrieve a short description about the object.

Returns:
object description

QStringList uninstalledFiles (   self )

Retrieve the locally uninstalled files.

Returns:
file names

QString version (   self )

Retrieve the version string of the object.

Returns:
object version


Enumeration Documentation

Status

Status of the entry. An entry will be downloadable from the provider's site prior to the download. Once downloaded and installed, it will be either installed or updateable, implying an out-of-date installation. Finally, the entry can be deleted and hence show up as downloadable again. Entries not taking part in this cycle, for example those in upload, have an invalid status.

Enumerator:
Invalid 
Downloadable 
Installed 
Updateable 
Deleted 

  • 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