|
|
This class handles the displayOpenWithDialog call, made by KRun when it has no idea what to do with a URL. It displays the open-with dialog box.
If you use KRun you _need_ to create an instance of KFileOpenWithHandler (except if you can make sure you only use it for executables or Type=Application desktop files)
KFileOpenWithHandler ()
| KFileOpenWithHandler |
~KFileOpenWithHandler ()
| ~KFileOpenWithHandler |
[virtual]
bool displayOpenWithDialog ( const KURL::List& urls )
| displayOpenWithDialog |
[virtual]
Opens an open-with dialog box for urls
Returns: true if the operation succeeded
Reimplemented from KOpenWithHandler.
Generated by: dfaure on kde.faure.org on Thu Jan 17 22:17:38 2002, using kdoc 2.0a53. |