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 |
- Enumerator:
-