KIO
namefinderjob.cpp
KCOREADDONS_EXPORT QString makeSuggestedName(const QString &oldName)
void result(KJob *job)
QUrl finalUrl() const
Call this to get the full target URL (basically the baseUrl() + "/" + finalName()).
Definition: namefinderjob.cpp:98
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
QMetaObject::Connection connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
StripTrailingSlash
QString finalName() const
Call this to get the suggested new folder/file name.
Definition: namefinderjob.cpp:108
QString name(StandardShortcut id)
KIOCORE_EXPORT StatJob * statDetails(const QUrl &url, KIO::StatJob::StatSide side, KIO::StatDetails details=KIO::StatDefaultDetails, JobFlags flags=DefaultFlags)
Find all details for one file or directory.
Definition: statjob.cpp:263
Definition: statjob.h:25
@ HideProgressInfo
Hide progress information dialog, i.e. don't show a GUI.
Definition: job_base.h:274
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
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Feb 7 2023 04:00:36 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Feb 7 2023 04:00:36 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.