KIO
KOpenWithDialog Class Reference
"Open With" dialog box. More...
#include <kopenwithdialog.h>

Public Slots | |
void | slotHighlighted (const QString &_name, const QString &_exec) |
void | slotSelected (const QString &_name, const QString &_exec) |
void | slotTerminalToggled (bool) |
void | slotTextChanged () |
Public Member Functions | |
void | hideNoCloseOnExit () |
void | hideRunInTerminal () |
KOpenWithDialog (QWidget *parent=0) | |
KOpenWithDialog (const QString &mimeType, const QString &value, QWidget *parent=0) | |
KOpenWithDialog (const KUrl::List &urls, const QString &text, const QString &value, QWidget *parent=0) | |
KOpenWithDialog (const KUrl::List &urls, QWidget *parent=0) | |
KService::Ptr | service () const |
void | setSaveNewApplications (bool b) |
QString | text () const |
~KOpenWithDialog () | |
Protected Slots | |
virtual void | accept () |
Detailed Description
"Open With" dialog box.
- Note:
- To let the user choose an application and run it immediately, use simpler KRun::displayOpenWithDialog().
Definition at line 39 of file kopenwithdialog.h.
Constructor & Destructor Documentation
KOpenWithDialog::KOpenWithDialog | ( | const KUrl::List & | urls, | |
QWidget * | parent = 0 | |||
) | [explicit] |
Create a dialog that asks for a application to open a given URL(s) with.
- Parameters:
-
urls the URLs that should be opened. The list can be empty, if the dialog is used to choose an application but not for some particular URLs. parent parent widget
Definition at line 475 of file kopenwithdialog.cpp.
KOpenWithDialog::KOpenWithDialog | ( | const KUrl::List & | urls, | |
const QString & | text, | |||
const QString & | value, | |||
QWidget * | parent = 0 | |||
) |
Create a dialog that asks for a application to open a given URL(s) with.
- Parameters:
-
urls is the URL that should be opened text appears as a label on top of the entry box. value is the initial value of the line parent parent widget
Definition at line 496 of file kopenwithdialog.cpp.
KOpenWithDialog::KOpenWithDialog | ( | const QString & | mimeType, | |
const QString & | value, | |||
QWidget * | parent = 0 | |||
) |
Create a dialog to select a service for a given mimetype.
Note that this dialog doesn't apply to URLs.
- Parameters:
-
mimeType the mime type we want to choose an application for. value is the initial value of the line parent parent widget
Definition at line 512 of file kopenwithdialog.cpp.
KOpenWithDialog::KOpenWithDialog | ( | QWidget * | parent = 0 |
) |
Create a dialog to select an application Note that this dialog doesn't apply to URLs.
- Parameters:
-
parent parent widget
Definition at line 529 of file kopenwithdialog.cpp.
KOpenWithDialog::~KOpenWithDialog | ( | ) |
Member Function Documentation
void KOpenWithDialog::accept | ( | ) | [protected, virtual, slot] |
void KOpenWithDialog::hideNoCloseOnExit | ( | ) |
Hide the "Do not &close when command exits" Checkbox.
Definition at line 930 of file kopenwithdialog.cpp.
void KOpenWithDialog::hideRunInTerminal | ( | ) |
KService::Ptr KOpenWithDialog::service | ( | ) | const |
- Returns:
- the chosen service in the application tree Can be null, if the user typed some text and didn't select a service.
Definition at line 943 of file kopenwithdialog.cpp.
void KOpenWithDialog::setSaveNewApplications | ( | bool | b | ) |
Set whether a new .desktop file should be created if the user selects an application for which no corresponding .desktop file can be found.
Regardless of this setting a new .desktop file may still be created if the user has chosen to remember the file association.
The default is false: no .desktop files are created.
Definition at line 742 of file kopenwithdialog.cpp.
Definition at line 698 of file kopenwithdialog.cpp.
Definition at line 688 of file kopenwithdialog.cpp.
void KOpenWithDialog::slotTerminalToggled | ( | bool | ) | [slot] |
Definition at line 724 of file kopenwithdialog.cpp.
void KOpenWithDialog::slotTextChanged | ( | ) | [slot] |
Definition at line 715 of file kopenwithdialog.cpp.
QString KOpenWithDialog::text | ( | ) | const |
The documentation for this class was generated from the following files: