KPropertiesDialog Class Reference
The main properties dialog class. More...
#include <kpropertiesdialog.h>
Inheritance diagram for KPropertiesDialog:

Public Slots | |
virtual void | slotOk () |
virtual void | slotCancel () |
Signals | |
void | propertiesClosed () |
void | applied () |
void | canceled () |
void | saveAs (const KURL &oldUrl, KURL &newUrl) |
Public Member Functions | |
KPropertiesDialog (KFileItem *item, QWidget *parent=0L, const char *name=0L, bool modal=false, bool autoShow=true) | |
KPropertiesDialog (KFileItemList _items, QWidget *parent=0L, const char *name=0L, bool modal=false, bool autoShow=true) | |
KPropertiesDialog (const KURL &_url, mode_t _mode, QWidget *parent=0L, const char *name=0L, bool modal=false, bool autoShow=true) KDE_DEPRECATED | |
KPropertiesDialog (const KURL &_url, QWidget *parent=0L, const char *name=0L, bool modal=false, bool autoShow=true) | |
KPropertiesDialog (const KURL &_tempUrl, const KURL &_currentDir, const QString &_defaultName, QWidget *parent=0L, const char *name=0L, bool modal=false, bool autoShow=true) | |
KPropertiesDialog (const QString &title, QWidget *parent=0L, const char *name=0L, bool modal=false) | |
virtual | ~KPropertiesDialog () |
void | insertPlugin (KPropsDlgPlugin *plugin) |
const KURL & | kurl () const |
KFileItem * | item () |
KFileItemList | items () const |
KDE_DEPRECATED KDialogBase * | dialog () |
KDE_DEPRECATED const KDialogBase * | dialog () const |
const KURL & | currentDir () const |
const QString & | defaultName () const |
void | updateUrl (const KURL &_newUrl) |
void | rename (const QString &_name) |
void | abortApplying () |
void | showFileSharingPage () |
void | setFileNameReadOnly (bool ro) |
Static Public Member Functions | |
bool | canDisplay (KFileItemList _items) |
Protected Member Functions | |
virtual void | virtual_hook (int id, void *data) |
Detailed Description
The main properties dialog class.A Properties Dialog is a dialog which displays various information about a particular file or URL, or several ones. This main class holds various related classes, which are instantiated in the form of tab entries in the tabbed dialog that this class provides. The various tabs themselves will let the user view or change information about the file or URL.
This class must be created with (void)new KPropertiesDialog(...) It will take care of deleting itself.
Definition at line 65 of file kpropertiesdialog.h.
Constructor & Destructor Documentation
|
Brings up a Properties dialog. Normal constructor for file-manager-like applications. Normally you will use this method rather than the one below.
Definition at line 144 of file kpropertiesdialog.cpp. References QPtrList::append(), KURL::isEmpty(), KPropertiesDialog(), and KURL::url(). Referenced by KPropertiesDialog(). |
|
Brings up a Properties dialog. Normal constructor for file-manager-like applications.
Definition at line 172 of file kpropertiesdialog.cpp. References QPtrList::append(), QPtrListIterator::current(), QPtrList::first(), KURL::isEmpty(), QPtrList::isEmpty(), and KPropertiesDialog(). |
|
Brings up a Properties dialog. Convenience constructor for non-file-manager applications.
Definition at line 195 of file kpropertiesdialog.cpp. References QPtrList::append(), KPropertiesDialog(), KIO::stat(), and KIO::UDSEntry. |
|
Brings up a Properties dialog. Convenience constructor for non-file-manager applications.
Definition at line 215 of file kpropertiesdialog.cpp. References QPtrList::append(), KPropertiesDialog(), and KIO::stat(). |
|
Creates a properties dialog for a new .desktop file (whose name is not known yet), based on a template. Special constructor for "File / New" in file-manager applications.
Definition at line 234 of file kpropertiesdialog.cpp. References QPtrList::append(), KURL::isEmpty(), and KPropertiesDialog(). |
|
Creates an empty properties dialog (for applications that want use a standard dialog, but for things not doable via the plugin-mechanism).
Definition at line 161 of file kpropertiesdialog.cpp. References KPropertiesDialog(). |
|
Cleans up the properties dialog and frees any associated resources, including the dialog itself. Note that when a properties dialog is closed it cleans up and deletes itself. Definition at line 305 of file kpropertiesdialog.cpp. References QPtrList< KPropsDlgPlugin >::clear(). |
Member Function Documentation
|
Definition at line 319 of file kpropertiesdialog.cpp. References canDisplay(). Referenced by canDisplay(). |
|
Adds a "3rd party" properties plugin to the dialog. Useful for extending the properties mechanism. To create a new plugin type, inherit from the base class KPropsPlugin and implement all the methods. If you define a service .desktop file for your plugin, you do not need to call insertPlugin().
Definition at line 311 of file kpropertiesdialog.cpp. References QPtrList< KPropsDlgPlugin >::append(), and insertPlugin(). Referenced by insertPlugin(). |
|
|
Definition at line 211 of file kpropertiesdialog.h. References QPtrList::first(). Referenced by KFileMetaPropsPlugin::KFileMetaPropsPlugin(), KFilePermissionsPropsPlugin::KFilePermissionsPropsPlugin(), and KFilePropsPlugin::KFilePropsPlugin(). |
|
Definition at line 216 of file kpropertiesdialog.h. Referenced by KFilePermissionsPropsPlugin::applyChanges(), KFileSharePropsPlugin::applyChanges(), KFileMetaPropsPlugin::KFileMetaPropsPlugin(), KFilePermissionsPropsPlugin::KFilePermissionsPropsPlugin(), KFilePropsPlugin::KFilePropsPlugin(), and KFilePropsPlugin::postApplyChanges(). |
|
Definition at line 222 of file kpropertiesdialog.h. |
|
If we are building this dialog from a template,.
Definition at line 230 of file kpropertiesdialog.h. Referenced by KFilePropsPlugin::KFilePropsPlugin(). |
|
If we are building this dialog from a template,.
Definition at line 237 of file kpropertiesdialog.h. Referenced by KFilePropsPlugin::KFilePropsPlugin(). |
|
Updates the item url (either called by rename or because a global apps/mimelnk desktop file is being saved) Can only be called if the dialog applies to a single file/URL.
Definition at line 479 of file kpropertiesdialog.cpp. References QPtrList::count(), QPtrListIterator::current(), endl(), QPtrList::first(), KURL::isEmpty(), kdDebug(), saveAs(), updateUrl(), and KURL::url(). Referenced by rename(), and updateUrl(). |
|
#see FilePropsPlugin::applyChanges Can only be called if the dialog applies to a single file/URL.
Definition at line 503 of file kpropertiesdialog.cpp. References KURL::addPath(), QString::at(), QPtrList::count(), endl(), KURL::isEmpty(), kdDebug(), QString::length(), rename(), KURL::setFileName(), QString::truncate(), updateUrl(), and KURL::url(). Referenced by KFilePropsPlugin::applyChanges(), and rename(). |
|
To abort applying changes.
Definition at line 526 of file kpropertiesdialog.cpp. Referenced by KFilePropsPlugin::applyChanges(). |
|
Definition at line 272 of file kpropertiesdialog.cpp. References QPtrList< KPropsDlgPlugin >::first(), QPtrList< KPropsDlgPlugin >::next(), and KFileSharePropsPlugin::page(). |
|
Call this to make the filename lineedit readonly, to prevent the user from renaming the file.
Definition at line 287 of file kpropertiesdialog.cpp. References QPtrList< KPropsDlgPlugin >::first(), QPtrList< KPropsDlgPlugin >::next(), KFilePropsPlugin::setFileNameReadOnly(), and setFileNameReadOnly(). Referenced by setFileNameReadOnly(). |
|
Called when the user presses 'Ok'.
Reimplemented from KDialogBase. Definition at line 331 of file kpropertiesdialog.cpp. References QDialog::accept(), KPropsDlgPlugin::applyChanges(), QObject::className(), endl(), QPtrList< KPropsDlgPlugin >::first(), KPropsDlgPlugin::isDirty(), kdDebug(), QPtrList< KPropsDlgPlugin >::next(), KFilePropsPlugin::postApplyChanges(), propertiesClosed(), and KPropsDlgPlugin::setDirty(). |
|
Emitted when we have finished with the properties (be it Apply or Cancel).
Referenced by slotOk(). |
|
Emitted before changes to
The receiver may change Referenced by updateUrl(). |
The documentation for this class was generated from the following files: