KIO
openwithhandlerinterface.h
60 virtual void promptUserForApplication(KJob *job, const QList<QUrl> &urls, const QString &mimeType);
void serviceSelected(const KService::Ptr &service)
Emitted by promptUserForApplication() once the user chooses an application.
void handled()
Emitted by promptUserForApplication() if it fully handled it including launching the app.
void canceled()
Emitted by promptUserForApplication() if the user canceled the application selection dialog.
OpenWithHandlerInterface(QObject *parent=nullptr)
Constructor.
Definition openwithhandlerinterface.cpp:20
~OpenWithHandlerInterface() override
Destructor.
virtual void promptUserForApplication(KJob *job, const QList< QUrl > &urls, const QString &mimeType)
Show the "Open With" dialog.
Definition openwithhandlerinterface.cpp:27
QExplicitlySharedDataPointer< KService > Ptr
QObject(QObject *parent)
Q_OBJECTQ_OBJECT
Q_SIGNALSQ_SIGNALS
QObject * parent() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:49:37 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:49:37 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.