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; }
173 static bool showDialog(
const KUrl& _url,
QWidget* parent = 0,
233 KUrl currentDir()
const;
249 void updateUrl(
const KUrl& _newUrl );
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;
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Tue Jul 16 2013 11:47:54 by
doxygen 1.8.1.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.