Lines Matching refs:KOpenWithDialog

499     explicit KOpenWithDialogPrivate(KOpenWithDialog *qq)  in KOpenWithDialogPrivate()
505 KOpenWithDialog *const q;
556 KOpenWithDialog::KOpenWithDialog(const QList<QUrl> &_urls, QWidget *parent) in KOpenWithDialog() function in KOpenWithDialog
580 KOpenWithDialog::KOpenWithDialog(const QList<QUrl> &_urls, const QString &_text, const QString &_va… in KOpenWithDialog() function in KOpenWithDialog
581 : KOpenWithDialog(_urls, QString(), _text, _value, parent) in KOpenWithDialog()
585 KOpenWithDialog::KOpenWithDialog(const QList<QUrl> &_urls, const QString &mimeType, const QString &… in KOpenWithDialog() function in KOpenWithDialog
611 KOpenWithDialog::KOpenWithDialog(const QString &mimeType, const QString &value, QWidget *parent) in KOpenWithDialog() function in KOpenWithDialog
627 KOpenWithDialog::KOpenWithDialog(QWidget *parent) in KOpenWithDialog() function in KOpenWithDialog
724 QObject::connect(edit, &KUrlRequester::textChanged, q, &KOpenWithDialog::slotTextChanged); in init()
740 QObject::connect(view, &KApplicationView::selected, q, &KOpenWithDialog::slotSelected); in init()
741 QObject::connect(view, &KApplicationView::highlighted, q, &KOpenWithDialog::slotHighlighted); in init()
765 QObject::connect(terminal, &QAbstractButton::toggled, q, &KOpenWithDialog::slotTerminalToggled); in init()
814 KOpenWithDialog::~KOpenWithDialog() in ~KOpenWithDialog()
821 void KOpenWithDialog::slotSelected(const QString & /*_name*/, const QString &_exec) in slotSelected()
828 void KOpenWithDialog::slotHighlighted(const QString &entryPath, const QString &) in slotHighlighted()
842 void KOpenWithDialog::slotTextChanged() in slotTextChanged()
877 void KOpenWithDialog::slotTerminalToggled(bool) in slotTerminalToggled()
901 void KOpenWithDialog::setSaveNewApplications(bool b) in setSaveNewApplications()
1128 bool KOpenWithDialog::eventFilter(QObject *object, QEvent *event) in eventFilter()
1151 void KOpenWithDialog::accept() in accept()
1158 QString KOpenWithDialog::text() const in text()
1167 void KOpenWithDialog::hideNoCloseOnExit() in hideNoCloseOnExit()
1176 void KOpenWithDialog::hideRunInTerminal() in hideRunInTerminal()
1182 KService::Ptr KOpenWithDialog::service() const in service()