KIO
namefinderjob.h
KCompositeJob(QObject *parent=nullptr)
QUrl baseUrl() const
Call this to get the base URL (i.e. the URL of the folder where a new folder/file is going to be crea...
Definition namefinderjob.cpp:103
NameFinderJob(const QUrl &baseUrl, const QString &name, QObject *parent)
Creates a NameFinderJob to get a "New Folder" (or "Text File.txt") name that doesn't already exist.
Definition namefinderjob.cpp:40
QString finalName() const
Call this to get the suggested new folder/file name.
Definition namefinderjob.cpp:108
QUrl finalUrl() const
Call this to get the full target URL (basically the baseUrl() + "/" + finalName()).
Definition namefinderjob.cpp:98
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.