KIO
mimetypefinderjob.h
KCompositeJob(QObject *parent=nullptr)
QString suggestedFileName() const
Returns the suggested filename, either set by setSuggestedFileName or returned by the KIO::get job.
Definition mimetypefinderjob.cpp:82
void setSuggestedFileName(const QString &suggestedFileName)
Sets the file name to use in the case of downloading the file to a tempfile, in order to give it to a...
Definition mimetypefinderjob.cpp:77
MimeTypeFinderJob(const QUrl &url, QObject *parent=nullptr)
Creates an MimeTypeFinderJob for a URL.
Definition mimetypefinderjob.cpp:44
bool isAuthenticationPromptEnabled() const
Returns where authentication prompts are enabled or disabled.
Definition mimetypefinderjob.cpp:97
void setAuthenticationPromptEnabled(bool enable)
Enable/disable authentication prompt, if the URL requires one.
Definition mimetypefinderjob.cpp:92
void setFollowRedirections(bool b)
Sets whether the job should follow URL redirections.
Definition mimetypefinderjob.cpp:72
KJob(QObject *parent=nullptr)
Q_SCRIPTABLE Q_NOREPLY void start()
QObject(QObject *parent)
Q_OBJECTQ_OBJECT
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:36 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:36 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.