class KDesktopFile

KDE Desktop File Management class. More...

Definition#include <kdesktopfile.h>
InheritsKConfig
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Public Static Methods


Detailed Description

KDE Desktop File Management.

See also: KConfigBase, KConfig

 KDesktopFile ( const QString &pFileName, bool bReadOnly = false, const char * resType = "apps")

Construct a KDesktopFile object and make it either read-write or read-only.

Parameters:

KDesktopFile ()

[virtual]

Destructor.

Write back any dirty configuration entries.

bool  isDesktopFile (const QString& path)

[static]

Check to see whether this is a desktop file.

The check is performed looking at the file extension (the file is not opened). Currently, valid extensions are ".kdelnk" and ".desktop".

Returns: true if the file appears to be a desktop file.

QString  readType ()

[const]

Retrieve the value of the "Type=" entry.

QString  readIcon ()

[const]

Retrieve the value of the "Icon=" entry.

QString  readName ()

[const]

Retrieve the value of the "Name=" entry.

QString  readComment ()

[const]

Retrieve the value of the "Comment=" entry.

QString  readPath ()

[const]

Retrieve the value of the "Path=" entry.

QString  readDevice ()

[const]

Retrieve the value of the "Dev=" entry.

QString  readURL ()

[const]

Retrieve the value of the "URL=" entry.

QStringList  readActions ()

[const]

Returns a list of the "Actions=" entries.

void  setActionGroup (const QString &group)

Sets the desktop action group.

bool  hasActionGroup (const QString &group)

[const]

Returns if the action group exists.

bool  hasLinkType ()

[const]

Check to see if there is a "Type=Link" entry.

The link points to the "URL=" entry.

bool  hasApplicationType ()

[const]

Check to see if there is an entry "Type=Application".

bool  hasMimeTypeType ()

[const]

Check to see if there is an entry "Type=MimeType".

bool  hasDeviceType ()

[const]

Check to see if there is an entry "Type=FSDev".

bool  tryExec ()

[const]

Check to see if the TryExec field contains a binary which is found on the local system.

QString  filename ()

[const]

Returns: The filename as passed to the constructor.

QString  resource ()

[const]

Returns: The resource type as passed to the constructor.

QStringList  sortOrder ()

[const]