class KFileOpenWithHandler
|
This class handles the displayOpenWithDialog call, made by KRun
when it has no idea what to do with a URL. More... |
|
|
Public Methods
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
Generated by: dfaure on faure on Tue Apr 16 08:50:13 2002, using kdoc 2.0a53. |