KDesktopFile Class Reference
KDE Desktop File Management. KDE Desktop File Management class. More...
#include <kdesktopfile.h>
Inheritance diagram for KDesktopFile:

Public Member Functions | |
KDesktopFile (const QString &fileName, bool readOnly=false, const char *resType="apps") | |
virtual | ~KDesktopFile () |
QString | readType () const |
QString | readIcon () const |
QString | readName () const |
QString | readComment () const |
QString | readGenericName () const |
QString | readPath () const |
QString | readDevice () const |
QString | readURL () const |
QStringList | readActions () const |
void | setActionGroup (const QString &group) |
bool | hasActionGroup (const QString &group) const |
bool | hasLinkType () const |
bool | hasApplicationType () const |
bool | hasMimeTypeType () const |
bool | hasDeviceType () const |
bool | tryExec () const |
QString | fileName () const |
QString | resource () const |
QString | readDocPath () const |
QStringList | sortOrder () const |
KDesktopFile * | copyTo (const QString &file) const |
KDE_DEPRECATED QString | filename () const |
Static Public Member Functions | |
static bool | isDesktopFile (const QString &path) |
static bool | isAuthorizedDesktopFile (const QString &path) |
static QString | locateLocal (const QString &path) |
Protected Member Functions | |
virtual void | virtual_hook (int id, void *data) |
Detailed Description
KDE Desktop File Management. KDE Desktop File Management class.
- Author:
- Pietro Iglio <iglio@kde.org>
- See also:
- KConfigBase KConfig
Definition at line 34 of file kdesktopfile.h.
Constructor & Destructor Documentation
|
Constructs a KDesktopFile object and make it either read-write or read-only.
Definition at line 41 of file kdesktopfile.cpp. References KConfigBackEnd::changeFileName(), fileName(), KConfig::reparseConfiguration(), KConfigBase::setDesktopGroup(), and KConfigBase::setReadOnly(). Referenced by copyTo(). |
|
Destructs the KDesktopFile object. Writes back any dirty configuration entries. Definition at line 54 of file kdesktopfile.cpp. |
Member Function Documentation
|
Checks whether this is really a desktop file. The check is performed looking at the file extension (the file is not opened). Currently, valid extensions are ".kdelnk" and ".desktop".
Definition at line 111 of file kdesktopfile.cpp. |
|
Checks whether the user is authorized to run this desktop file. By default users are authorized to run all desktop files but the KIOSK framework can be used to activate certain restrictions. See README.kiosk for more information.
Definition at line 123 of file kdesktopfile.cpp. References KGlobal::dirs(), endl(), and KStandardDirs::relativeLocation(). |
|
Returns the location where changes for the .desktop file
Definition at line 59 of file kdesktopfile.cpp. References KGlobal::dirs(), and KStandardDirs::relativeLocation(). |
|
Returns the value of the "Type=" entry.
Definition at line 148 of file kdesktopfile.cpp. References KConfigBase::readEntry(). |
|
Returns the value of the "Icon=" entry.
Definition at line 153 of file kdesktopfile.cpp. References KConfigBase::readEntry(). |
|
Returns the value of the "Name=" entry.
Definition at line 158 of file kdesktopfile.cpp. References KConfigBase::readEntry(). |
|
Returns the value of the "Comment=" entry.
Definition at line 163 of file kdesktopfile.cpp. References KConfigBase::readEntry(). |
|
Returns the value of the "GenericName=" entry.
Definition at line 168 of file kdesktopfile.cpp. References KConfigBase::readEntry(). |
|
Returns the value of the "Path=" entry.
Definition at line 173 of file kdesktopfile.cpp. References KConfigBase::readPathEntry(). |
|
Returns the value of the "Dev=" entry.
Definition at line 178 of file kdesktopfile.cpp. References KConfigBase::readEntry(). Referenced by readURL(). |
|
Returns the value of the "URL=" entry.
Definition at line 183 of file kdesktopfile.cpp. References hasDeviceType(), KMountPoint::mountedFrom(), KMountPoint::mountPoint(), KMountPoint::possibleMountPoints(), readDevice(), KConfigBase::readPathEntry(), KURL::setPath(), and KURL::url(). |
|
Returns a list of the "Actions=" entries.
Definition at line 214 of file kdesktopfile.cpp. References KConfigBase::readListEntry(). |
|
Sets the desktop action group.
Definition at line 219 of file kdesktopfile.cpp. References KConfigBase::setGroup(). |
|
Returns true if the action group exists, false otherwise.
Definition at line 224 of file kdesktopfile.cpp. References KConfigBase::hasGroup(). |
|
Checks whether there is a "Type=Link" entry. The link points to the "URL=" entry.
Definition at line 229 of file kdesktopfile.cpp. References KConfigBase::readEntry(). |
|
Checks whether there is an entry "Type=Application".
Definition at line 234 of file kdesktopfile.cpp. References KConfigBase::readEntry(). |
|
Checks whether there is an entry "Type=MimeType".
Definition at line 239 of file kdesktopfile.cpp. References KConfigBase::readEntry(). |
|
Checks whether there is an entry "Type=FSDev".
Definition at line 244 of file kdesktopfile.cpp. References KConfigBase::readEntry(). Referenced by readURL(). |
|
Checks whether the TryExec field contains a binary which is found on the local system.
Definition at line 250 of file kdesktopfile.cpp. References KConfigBase::readBoolEntry(), KConfigBase::readEntry(), KConfigBase::readListEntry(), and KConfigBase::readPathEntry(). |
|
Returns the file name.
Definition at line 311 of file kdesktopfile.cpp. References KConfigBackEnd::fileName(). Referenced by KDesktopFile(). |
|
Returns the resource.
Definition at line 317 of file kdesktopfile.cpp. References KConfigBackEnd::resource(). |
|
Returns the value of the "X-DocPath=" Or "DocPath=" entry. X-DocPath should be used and DocPath is depreciated and will one day be not supported.
Definition at line 328 of file kdesktopfile.cpp. References KConfigBase::hasKey(), and KConfigBase::readPathEntry(). |
|
Returns the entry of the "SortOrder=" entry.
Definition at line 320 of file kdesktopfile.cpp. References KConfigBase::readListEntry(). |
|
Copies all entries from this config object to a new KDesktopFile object that will save itself to
Actual saving to
Definition at line 338 of file kdesktopfile.cpp. References KConfig::copyTo(), KDesktopFile(), and KConfigBase::setDesktopGroup(). |
|
Definition at line 235 of file kdesktopfile.h. |
The documentation for this class was generated from the following files: