#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 | |
| KOpenWithDialog (const KUrl::List &urls, QWidget *parent=0) | |
| KOpenWithDialog (const KUrl::List &urls, const QString &text, const QString &value, QWidget *parent=0) | |
| KOpenWithDialog (const QString &mimeType, const QString &value, QWidget *parent=0) | |
| KOpenWithDialog (QWidget *parent=0) | |
| ~KOpenWithDialog () | |
| void | hideNoCloseOnExit () |
| void | hideRunInTerminal () |
| KService::Ptr | service () const |
| void | setSaveNewApplications (bool b) |
| QString | text () const |
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().
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 476 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 497 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 513 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 530 of file kopenwithdialog.cpp.
| KOpenWithDialog::~KOpenWithDialog | ( | ) |
Destructor.
Definition at line 686 of file kopenwithdialog.cpp.
Member Function Documentation
| void KOpenWithDialog::accept | ( | ) | [protected, virtual, slot] |
Reimplemented from QDialog::accept()
Definition at line 920 of file kopenwithdialog.cpp.
| void KOpenWithDialog::hideNoCloseOnExit | ( | ) |
Hide the "Do not &close when command exits" Checkbox.
Definition at line 934 of file kopenwithdialog.cpp.
| void KOpenWithDialog::hideRunInTerminal | ( | ) |
Hide the "Run in &terminal" Checkbox.
Definition at line 941 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 947 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 746 of file kopenwithdialog.cpp.
| void KOpenWithDialog::slotHighlighted | ( | const QString & | _name, |
| const QString & | _exec | ||
| ) | [slot] |
Definition at line 704 of file kopenwithdialog.cpp.
| void KOpenWithDialog::slotSelected | ( | const QString & | _name, |
| const QString & | _exec | ||
| ) | [slot] |
Definition at line 694 of file kopenwithdialog.cpp.
| void KOpenWithDialog::slotTerminalToggled | ( | bool | ) | [slot] |
Definition at line 728 of file kopenwithdialog.cpp.
| void KOpenWithDialog::slotTextChanged | ( | ) | [slot] |
Definition at line 719 of file kopenwithdialog.cpp.
| QString KOpenWithDialog::text | ( | ) | const |
- Returns:
- the text the user entered
Definition at line 926 of file kopenwithdialog.cpp.
The documentation for this class was generated from the following files:
KDE 4.7 API Reference