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 477 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 498 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 514 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 531 of file kopenwithdialog.cpp.
KOpenWithDialog::~KOpenWithDialog | ( | ) |
Destructor.
Definition at line 687 of file kopenwithdialog.cpp.
Member Function Documentation
void KOpenWithDialog::accept | ( | ) | [protected, virtual, slot] |
Reimplemented from QDialog::accept().
Definition at line 921 of file kopenwithdialog.cpp.
void KOpenWithDialog::hideNoCloseOnExit | ( | ) |
Hide the "Do not &close when command exits" Checkbox.
Definition at line 935 of file kopenwithdialog.cpp.
void KOpenWithDialog::hideRunInTerminal | ( | ) |
Hide the "Run in &terminal" Checkbox.
Definition at line 942 of file kopenwithdialog.cpp.
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 948 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 747 of file kopenwithdialog.cpp.
Definition at line 705 of file kopenwithdialog.cpp.
Definition at line 695 of file kopenwithdialog.cpp.
void KOpenWithDialog::slotTerminalToggled | ( | bool | ) | [slot] |
Definition at line 729 of file kopenwithdialog.cpp.
void KOpenWithDialog::slotTextChanged | ( | ) | [slot] |
Definition at line 720 of file kopenwithdialog.cpp.
QString KOpenWithDialog::text | ( | ) | const |
- Returns:
- the text the user entered
Definition at line 927 of file kopenwithdialog.cpp.
The documentation for this class was generated from the following files: