kio
KService Class Reference
Represent a service, i.e. More...
#include <kservice.h>
Public Types | |
enum | DCOPServiceType_t { DCOP_None = 0, DCOP_Unique, DCOP_Multi, DCOP_Wait } |
typedef QValueList< Ptr > | List |
typedef KSharedPtr< KService > | Ptr |
Public Member Functions | |
bool | allowAsDefault () const |
bool | allowMultipleFiles () const |
QStringList | categories () const |
QString | comment () const |
DCOPServiceType_t | DCOPServiceType () const |
QString | desktopEntryName () const |
QString | desktopEntryPath () const |
QString | exec () const |
QString | genericName () const |
bool | hasServiceType (const QString &_service) const |
QString | icon () const |
QString | init () const |
int | initialPreference () const |
int | initialPreferenceForMimeType (const QString &mimeType) const |
bool | isValid () const |
QStringList | keywords () const |
KService (QDataStream &_str, int offset) | |
KService (KDesktopFile *config) | |
KService (const QString &_fullpath) | |
KService (const QString &_name, const QString &_exec, const QString &_icon) | |
QString | library () const |
virtual void | load (QDataStream &) |
QString | locateLocal () |
QString | menuId () const |
virtual QString | name () const |
bool | noDisplay () const |
QString | parentApp () const |
QString | path () const |
QPixmap | pixmap (KIcon::Group _group, int _force_size=0, int _state=0, QString *_path=0L) const |
QVariant | property (const QString &_name, QVariant::Type t) const |
virtual QVariant | property (const QString &_name) const |
virtual QStringList | propertyNames () const |
virtual void | save (QDataStream &) |
QStringList | serviceTypes () const |
void | setInitialPreference (int i) |
void | setMenuId (const QString &menuId) |
void | setTerminal (bool b) |
void | setTerminalOptions (const QString &options) |
QString | storageId () const |
bool | substituteUid () const |
bool | terminal () const |
QString | terminalOptions () const |
virtual QString | type () const |
QString | untranslatedGenericName () const |
QString | username () const |
virtual | ~KService () |
Static Public Member Functions | |
static List | allInitServices () |
static List | allServices () |
static QString | newServicePath (bool showInMenu, const QString &suggestedName, QString *menuId=0, const QStringList *reservedMenuIds=0) |
static void | rebuildKSycoca (QWidget *parent) |
static Ptr | serviceByDesktopName (const QString &_name) |
static Ptr | serviceByDesktopPath (const QString &_path) |
static Ptr | serviceByMenuId (const QString &_menuId) |
static Ptr | serviceByName (const QString &_name) |
static Ptr | serviceByStorageId (const QString &_storageId) |
Protected Member Functions | |
QStringList & | accessServiceTypes () |
void | init (KDesktopFile *config) |
virtual void | virtual_hook (int id, void *data) |
Detailed Description
Represent a service, i.e.an application bound to one or several mimetypes (or servicetypes) as written in its desktop entry file.
A service may be a library, too. The starting point you need is often the static methods. Service types are stored as desktop files in the "service" resource..
- See also:
- KServiceType
Definition at line 48 of file kservice.h.
Member Typedef Documentation
typedef QValueList<Ptr> KService::List |
Definition at line 56 of file kservice.h.
typedef KSharedPtr<KService> KService::Ptr |
Definition at line 55 of file kservice.h.
Member Enumeration Documentation
Describes the DCOP type of the service.
- None - This service has no DCOP support
- Unique - This service provides a unique DCOP service. The service name is equal to the desktopEntryName.
- Multi - This service provides a DCOP service which can be run with multiple instances in parallel. The service name of an instance is equal to the desktopEntryName + "-" + the PID of the process.
- Wait - This service has no DCOP support, the launcher will wait till it is finished.
Definition at line 213 of file kservice.h.
Constructor & Destructor Documentation
Construct a temporary service with a given name, exec-line and icon.
- Parameters:
-
_name the name of the service _exec the executable _icon the name of the icon
Definition at line 63 of file kservice.cpp.
KService::KService | ( | const QString & | _fullpath | ) | [explicit] |
Construct a service and take all information from a config file.
- Parameters:
-
_fullpath Full path to the config file.
Definition at line 79 of file kservice.cpp.
KService::KService | ( | KDesktopFile * | config | ) |
Construct a service and take all information from a desktop file.
- Parameters:
-
config the desktop file to read
Definition at line 87 of file kservice.cpp.
KService::KService | ( | QDataStream & | _str, | |
int | offset | |||
) |
For internal use only.
Construct a service from a stream. The stream must already be positionned at the correct offset.
Definition at line 267 of file kservice.cpp.
KService::~KService | ( | ) | [virtual] |
Definition at line 273 of file kservice.cpp.
Member Function Documentation
QStringList& KService::accessServiceTypes | ( | ) | [inline, protected] |
Definition at line 522 of file kservice.h.
KService::List KService::allInitServices | ( | ) | [static] |
Returns all services that require initialisation.
Only needed by "kcminit"
- Returns:
- the list of all services that need to be initialized
Definition at line 668 of file kservice.cpp.
bool KService::allowAsDefault | ( | ) | const [inline] |
Set to true if it is allowed to use this service as the default (main) action for the files it supports (e.g.
Left Click in a file manager, or KRun in general).
If not, then this service is only available in RMB popups, so it must be selected explicitely by the user in order to be used. Note that servicemenus supersede this functionality though, at least in konqueror.
- Returns:
- true if the service may be used as the default (main) handler
Definition at line 292 of file kservice.h.
bool KService::allowMultipleFiles | ( | ) | const |
Checks whether this service can handle several files as startup arguments.
- Returns:
- true if multiple files may be passed to this service at startup. False if only one file at a time may be passed.
Definition at line 738 of file kservice.cpp.
KService::List KService::allServices | ( | ) | [static] |
Returns the whole list of services.
Useful for being able to to display them in a list box, for example. More memory consuming than the ones above, don't use unless really necessary.
- Returns:
- the list of all services
Definition at line 610 of file kservice.cpp.
QStringList KService::categories | ( | ) | const |
Returns a list of VFolder categories.
- Returns:
- the list of VFolder categories
- Since:
- 3.1
Definition at line 747 of file kservice.cpp.
QString KService::comment | ( | ) | const [inline] |
Returns the descriptive comment for the service, if there is one.
- Returns:
- the descriptive comment for the service, or QString::null if not set
Definition at line 233 of file kservice.h.
DCOPServiceType_t KService::DCOPServiceType | ( | ) | const [inline] |
Returns the DCOPServiceType supported by this service.
- Returns:
- the DCOPServiceType supported by this service
Definition at line 219 of file kservice.h.
QString KService::desktopEntryName | ( | ) | const [inline] |
Returns the filename of the service desktop entry without any extension.
E.g. "kppp"
- Returns:
- the name of the desktop entry without path or extension, or QString::null if not set
Definition at line 182 of file kservice.h.
QString KService::desktopEntryPath | ( | ) | const [inline] |
Returns the path to the location where the service desktop entry is stored.
This is a relative path if the desktop entry was found in any of the locations pointed to by $KDEDIRS (e.g. "Internet/kppp.desktop") It is a full path if the desktop entry originates from another location.
- Returns:
- the path of the service's desktop file, or QString::null if not set
Definition at line 174 of file kservice.h.
QString KService::exec | ( | ) | const [inline] |
Returns the executable.
- Returns:
- the command that the service executes, or QString::null if not set
Definition at line 104 of file kservice.h.
QString KService::genericName | ( | ) | const [inline] |
Returns the generic name for the service, if there is one (e.g.
"Mail Client").
- Returns:
- the generic name, or QString::null if not set
Definition at line 241 of file kservice.h.
bool KService::hasServiceType | ( | const QString & | _service | ) | const |
Checks whether the service supports this service type.
- Parameters:
-
_service The name of the service type you are interested in determining whether this services supports.
- Returns:
- true if the service you specified is supported, otherwise false.
Definition at line 352 of file kservice.cpp.
QString KService::icon | ( | ) | const [inline] |
Returns the name of the icon.
- Returns:
- the icon associated with the service, or "unknown" if not set
Definition at line 125 of file kservice.h.
void KService::init | ( | KDesktopFile * | config | ) | [protected] |
Definition at line 94 of file kservice.cpp.
QString KService::init | ( | ) | const [inline] |
Returns the name of the init function to call (KControl modules).
- Returns:
- the name of the init function to call in this service during startup of KDE. (KControl modules only), or QString::null if not set
Definition at line 118 of file kservice.h.
int KService::initialPreference | ( | ) | const [inline] |
What preference to associate with this service initially (before the user has had any chance to define a profile for it).
The bigger the value, the most preferred the service is.
- Returns:
- the service preference level of the service
Definition at line 308 of file kservice.h.
int KService::initialPreferenceForMimeType | ( | const QString & | mimeType | ) | const |
What preference to associate with this service initially for handling the specified mimetype.
(before the user has had any chance to define a profile for it). The bigger the value, the most preferred the service is.
- Returns:
- the service preference level of the service for this mimetype
Definition at line 385 of file kservice.cpp.
bool KService::isValid | ( | ) | const [inline] |
Checks whether the service is valid.
- Returns:
- true if the service is valid (e.g. name is not empty)
Definition at line 375 of file kservice.h.
QStringList KService::keywords | ( | ) | const [inline] |
Returns a list of descriptive keywords the service, if there are any.
- Returns:
- the list of keywords
Definition at line 257 of file kservice.h.
QString KService::library | ( | ) | const [inline] |
Returns the name of the service's library.
- Returns:
- the name of the library that contains the services implementation, or QString::null if not set
Definition at line 111 of file kservice.h.
void KService::load | ( | QDataStream & | s | ) | [virtual] |
QString KService::locateLocal | ( | ) |
Returns a path that can be used for saving changes to this service.
- Returns:
- path that can be used for saving changes to this service
- Since:
- 3.2
Definition at line 769 of file kservice.cpp.
QString KService::menuId | ( | ) | const |
Returns the menu ID of the service desktop entry.
The menu ID is used to add or remove the entry to a menu.
- Returns:
- the menu ID
- Since:
- 3.2
Definition at line 752 of file kservice.cpp.
virtual QString KService::name | ( | ) | const [inline, virtual] |
Returns the name of the service.
- Returns:
- the name of the service, or QString::null if not set
Definition at line 98 of file kservice.h.
QString KService::newServicePath | ( | bool | showInMenu, | |
const QString & | suggestedName, | |||
QString * | menuId = 0 , |
|||
const QStringList * | reservedMenuIds = 0 | |||
) | [static] |
Returns a path that can be used to create a new KService based on suggestedName
.
- Parameters:
-
showInMenu true, if the service should be shown in the KDE menu false, if the service should be hidden from the menu suggestedName name to base the file on, if a service with such name already exists, a prefix will be added to make it unique. menuId If provided, menuId will be set to the menu id to use for the KService reservedMenuIds If provided, the path and menu id will be chosen in such a way that the new menu id does not conflict with any of the reservedMenuIds
- Returns:
- The path to use for the new KService.
- Since:
- 3.2
Definition at line 778 of file kservice.cpp.
bool KService::noDisplay | ( | ) | const |
Whether the entry should be suppressed in menus.
- Returns:
- true to suppress this service
Definition at line 690 of file kservice.cpp.
QString KService::parentApp | ( | ) | const |
Name of the application this service belongs to.
(Useful for e.g. plugins)
- Returns:
- the parent application, or QString::null if not set
- Since:
- 3.1
Definition at line 728 of file kservice.cpp.
QString KService::path | ( | ) | const [inline] |
Returns the working directory to run the program in.
- Returns:
- the working directory to run the program in, or QString::null if not set
Definition at line 226 of file kservice.h.
QPixmap KService::pixmap | ( | KIcon::Group | _group, | |
int | _force_size = 0 , |
|||
int | _state = 0 , |
|||
QString * | _path = 0L | |||
) | const |
Returns the pixmap that represents the icon.
- Returns:
- a pixmap for this service (finds and loads icon()), null if not set
- See also:
- icon()
Definition at line 279 of file kservice.cpp.
Returns the requested property.
- Parameters:
-
_name the name of the property t the assumed type of the property
- Returns:
- the property, or invalid if not found
- See also:
- KServiceType
- Since:
- 3.2
Definition at line 490 of file kservice.cpp.
Returns the requested property.
Some often used properties have convenience access functions like exec(), serviceTypes etc.
It depends upon the serviceTypes() of this service which properties a service can have.
- Parameters:
-
_name the name of the property
- Returns:
- the property, or invalid if not found
- See also:
- KServiceType
Definition at line 475 of file kservice.cpp.
QStringList KService::propertyNames | ( | ) | const [virtual] |
Returns the list of all properties that this service can have.
That means, that some of these properties may be empty.
- Returns:
- the list of supported properties
Definition at line 581 of file kservice.cpp.
void KService::rebuildKSycoca | ( | QWidget * | parent | ) | [static] |
Rebuild KSycoca and show a progress dialog while doing so.
- Parameters:
-
parent Parent widget for the progress dialog
- Since:
- 3.2
Definition at line 834 of file kservice.cpp.
void KService::save | ( | QDataStream & | s | ) | [virtual] |
KService::Ptr KService::serviceByDesktopName | ( | const QString & | _name | ) | [static] |
Find a service by the name of its desktop file, not depending on its actual location (as long as it's under the applnk or service directories).
For instance "konqbrowser" or "kcookiejar". Note that the ".desktop" extension is implicit.
This is the recommended method (safe even if the user moves stuff) but note that it assumes that no two entries have the same filename.
- Parameters:
-
_name the name of the configuration file
- Returns:
- a pointer to the requested service or 0 if the service is unknown. Very important: Don't store the result in a KService* !
Definition at line 627 of file kservice.cpp.
KService::Ptr KService::serviceByDesktopPath | ( | const QString & | _path | ) | [static] |
Find a service based on its path as returned by desktopEntryPath().
It's usually better to use serviceByStorageId() instead.
- Parameters:
-
_path the path of the configuration file
- Returns:
- a pointer to the requested service or 0 if the service is unknown. Very important: Don't store the result in a KService* !
Definition at line 621 of file kservice.cpp.
KService::Ptr KService::serviceByMenuId | ( | const QString & | _menuId | ) | [static] |
Find a service by its menu-id.
- Parameters:
-
_menuId the menu id of the service
- Returns:
- a pointer to the requested service or 0 if the service is unknown. Very important: Don't store the result in a KService* !
- Since:
- 3.2
Definition at line 635 of file kservice.cpp.
KService::Ptr KService::serviceByName | ( | const QString & | _name | ) | [static] |
Find a service by name, i.e.
the translated Name field. You should really not use this method, since the name is translated.
- Parameters:
-
_name the name to search
- Returns:
- a pointer to the requested service or 0 if the service is unknown. Very important: Don't store the result in a KService* !
Definition at line 615 of file kservice.cpp.
KService::Ptr KService::serviceByStorageId | ( | const QString & | _storageId | ) | [static] |
Find a service by its storage-id or desktop-file path.
This function will try very hard to find a matching service.
- Parameters:
-
_storageId the storage id or desktop-file path of the service
- Returns:
- a pointer to the requested service or 0 if the service is unknown. Very important: Don't store the result in a KService* !
- Since:
- 3.2
Definition at line 641 of file kservice.cpp.
QStringList KService::serviceTypes | ( | ) | const [inline] |
Returns the service types that this service supports.
- Returns:
- the list of service types that are supported
Definition at line 270 of file kservice.h.
void KService::setInitialPreference | ( | int | i | ) | [inline] |
For internal use only.
. Allows KServiceType::offers to tweak the initial preference.
Definition at line 323 of file kservice.h.
void KService::setMenuId | ( | const QString & | menuId | ) |
void KService::setTerminal | ( | bool | b | ) | [inline] |
For internal use only.
Sets whether to use a terminal or not
Definition at line 404 of file kservice.h.
void KService::setTerminalOptions | ( | const QString & | options | ) | [inline] |
QString KService::storageId | ( | ) | const |
Returns a normalized ID suitable for storing in configuration files.
It will be based on the menu-id when available and otherwise falls back to desktopEntryPath()
- Returns:
- the storage ID
- Since:
- 3.2
Definition at line 762 of file kservice.cpp.
bool KService::substituteUid | ( | ) | const |
Checks whether the service runs with a different user id.
- Returns:
- true if the service has to be run under a different uid.
- See also:
- username()
Definition at line 673 of file kservice.cpp.
bool KService::terminal | ( | ) | const [inline] |
Checks whethe the service should be run in a terminal.
- Returns:
- true if the service is to be run in a terminal.
Definition at line 138 of file kservice.h.
QString KService::terminalOptions | ( | ) | const [inline] |
Returns any options associated with the terminal the service runs in, if it requires a terminal.
The service must be a tty-oriented program.
- Returns:
- the terminal options, or QString::null if not set
Definition at line 147 of file kservice.h.
virtual QString KService::type | ( | ) | const [inline, virtual] |
Returns the type of the service.
- Returns:
- the type of the service ("Application" or "Service")
Definition at line 92 of file kservice.h.
QString KService::untranslatedGenericName | ( | ) | const |
Returns the untranslated (US English) generic name for the service, if there is one (e.g.
"Mail Client").
- Returns:
- the generic name, or QString::null if not set
- Since:
- 3.2
Definition at line 723 of file kservice.cpp.
QString KService::username | ( | ) | const |
Returns the user name, if the service runs with a different user id.
- Returns:
- the username under which the service has to be run, or QString::null if not set
- See also:
- substututeUid()a
Definition at line 678 of file kservice.cpp.
void KService::virtual_hook | ( | int | id, | |
void * | data | |||
) | [protected, virtual] |
Definition at line 830 of file kservice.cpp.
The documentation for this class was generated from the following files: