|
|
Invokes the default action for the desktop entry. If the desktop entry is not local, then only false is returned. Otherwise we would create a security problem. Only types Link and Mimetype could be followed.
static bool run( const KURL& _url, bool _is_local );
protected: static bool runFSDevice( const KURL& _url, const KSimpleConfig &cfg ); static bool runApplication( const KURL& _url, const QString & _serviceFile ); static bool runLink( const KURL& _url, const KSimpleConfig &cfg ); static bool runMimeType( const KURL& _url, const KSimpleConfig &cfg ); };
/**
Returns: true on success and false on failure.
See also: runURL, */
Generated by: dfaure@faure on Sun Mar 26 14:24:43 2000, using kdoc 2.0a35. |