KIO
Go to the documentation of this file.
24 #ifndef KPROPERTIESDIALOG_H
25 #define KPROPERTIESDIALOG_H
27 #include <QtCore/QString>
29 #include <kdemacros.h>
37 namespace KIO {
class Job; }
132 const QString& _defaultName,
173 static bool showDialog(
const KUrl& _url,
QWidget* parent = 0,
233 KUrl currentDir()
const;
241 QString defaultName()
const;
249 void updateUrl(
const KUrl& _newUrl );
257 void rename(
const QString& _name );
262 void abortApplying();
270 void showFileSharingPage();
279 void setFileSharingPage(
QWidget* page);
286 void setFileNameReadOnly(
bool ro );
292 virtual void slotOk();
296 virtual void slotCancel();
303 void propertiesClosed();
325 void leaveModality();
327 class KPropertiesDialogPrivate;
328 KPropertiesDialogPrivate*
const d;
364 virtual void applyChanges();
371 #ifndef KDE_NO_DEPRECATED
372 static KDE_DEPRECATED
bool isDesktopFile(
const KFileItem& _item );
375 void setDirty(
bool b );
376 bool isDirty()
const;
398 int fontHeight()
const;
401 class KPropertiesDialogPluginPrivate;
402 KPropertiesDialogPluginPrivate*
const d;
KAction * saveAs(const QObject *recvr, const char *slot, QObject *parent)
List of KFileItems, which adds a few helper methods to QList<KFileItem>.
KPropertiesDialog * properties
Pointer to the dialog.
A Plugin in the Properties dialog This is an abstract class.
The main properties dialog class.
A namespace for KIO globals.
int rename(const QString &in, const QString &out)
A KFileItem is a generic class to handle a file, local or remote.
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Thu Jan 30 2020 00:00:00 by
doxygen 1.8.17 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.