kio
KFileOpenWithHandler Class Reference
This class handles the displayOpenWithDialog call, made by KRun when it has no idea what to do with a URL. More...
#include <kopenwith.h>
Inheritance diagram for KFileOpenWithHandler:
Public Member Functions | |
virtual bool | displayOpenWithDialog (const KURL::List &urls) |
KFileOpenWithHandler () | |
virtual | ~KFileOpenWithHandler () |
Detailed Description
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)
Definition at line 192 of file kopenwith.h.
Constructor & Destructor Documentation
KFileOpenWithHandler::KFileOpenWithHandler | ( | ) | [inline] |
Definition at line 195 of file kopenwith.h.
virtual KFileOpenWithHandler::~KFileOpenWithHandler | ( | ) | [inline, virtual] |
Definition at line 196 of file kopenwith.h.
Member Function Documentation
bool KFileOpenWithHandler::displayOpenWithDialog | ( | const KURL::List & | urls | ) | [virtual] |
Opens an open-with dialog box for urls
.
- Returns:
- true if the operation succeeded
Definition at line 833 of file kopenwith.cpp.
The documentation for this class was generated from the following files: