class KPropertiesDialog

The main properties dialog class. More...

Definition#include <kpropertiesdialog.h>
InheritsKDialogBase (kdeui) [public ]
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Public Slots

Signals

Public Static Methods

Protected Methods


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.

bool  canDisplay ( KFileItemList _items )

canDisplay

[static]

Returns: whether there are any property pages available for the given file items

 KPropertiesDialog ( KFileItem * item, QWidget* parent = 0L, const char* name = 0L, bool modal = false, bool autoShow = true)

KPropertiesDialog

Brings up a Properties dialog. Normal constructor for file-manager-like applications. Normally you will use this method rather than the one below.

Parameters:
itemfile item whose properties should be displayed.
parentis the parent of the dialog widget.
nameis the internal name.
modaltells the dialog whether it should be modal.
autoShowtells the dialog whethr it should show itself automatically.

 KPropertiesDialog ( KFileItemList _items, QWidget *parent = 0L, const char* name = 0L, bool modal = false, bool autoShow = true)

KPropertiesDialog

Brings up a Properties dialog. Normal constructor for file-manager-like applications.

Parameters:
_itemslist of file items whose properties should be displayed.
parentis the parent of the dialog widget.
nameis the internal name.
modaltells the dialog whether it should be modal.
autoShowtells the dialog whethr it should show itself automatically.

 KPropertiesDialog ( const KURL& _url, QWidget* parent = 0L, const char* name = 0L, bool modal = false, bool autoShow = true)

KPropertiesDialog

Brings up a Properties dialog. Convenience constructor for non-file-manager applications.

/** Brings up a Properties dialog. Convenience constructor for non-file-manager applications.

Parameters:
_urlthe URL whose properties should be displayed
_modeunused.
parentis the parent of the dialog widget.
nameis the internal name.
modaltells the dialog whether it should be modal.
autoShowtells the dialog whethr it should show itself automatically. */ KPropertiesDialog( const KURL& _url, mode_t _mode, QWidget* parent = 0L, const char* name = 0L, bool modal = false, bool autoShow = true); #endif
_urlthe URL whose properties should be displayed
parentis the parent of the dialog widget.
nameis the internal name.
modaltells the dialog whether it should be modal.
autoShowtells the dialog whethr it should show itself automatically.

 KPropertiesDialog ( const KURL& _tempUrl, const KURL& _currentDir, const QString& _defaultName, QWidget* parent = 0L, const char* name = 0L, bool modal = false, bool autoShow = true)

KPropertiesDialog

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.

Parameters:
_templUrltemplate used for reading only
_currentDirdirectory where the file will be written to
_defaultNamesomething to put in the name field, like mimetype.desktop
parentis the parent of the dialog widget.
nameis the internal name.
modaltells the dialog whether it should be modal.
autoShowtells the dialog whethr it should show itself automatically.

 KPropertiesDialog (const QString& title, QWidget* parent = 0L, const char* name = 0L, bool modal = false)

KPropertiesDialog

Creates an empty properties dialog (for applications that want use a standard dialog, but for things not doable via the plugin-mechanism).

Parameters:
titleis the string display as the "filename" in the caption of the dialog.
parentis the parent of the dialog widget.
nameis the internal name.
modaltells the dialog whether it should be modal.

 ~KPropertiesDialog ()

~KPropertiesDialog

[virtual]

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.

void  insertPlugin (KPropsDlgPlugin *plugin)

insertPlugin

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().

Parameters:
pluginis a pointer to the PropsPlugin. The Properties dialog will do destruction for you. The KPropsPlugin MUST have been created with the KPropertiesDialog as its parent.

See also: KPropsDlgPlugin

const KURL&  kurl ()

kurl

[const]

Returns: a parsed URL. Valid only if dialog shown for one file/url.

KFileItemitem ()

item

Returns: the file item for which the dialog is shown Warning, it returns the first item of the list. This means, use this only if you are sure the dialog is used for a single item.

KFileItemList  items ()

items

[const]

Returns: the items for which the dialog is shown

KDialogBase*  dialog ()

dialog

Returns: a pointer to the dialog

const KDialogBase*  dialog ()

dialog

[const]

const KURL&  currentDir ()

currentDir

[const]

If we are building this dialog from a template,

Returns: the current directory QString::null means no template used

const QString&  defaultName ()

defaultName

[const]

If we are building this dialog from a template,

Returns: the default name (see 3rd constructor) QString::null means no template used

void  updateUrl ( const KURL& _newUrl )

updateUrl

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.

Parameters:
_namenew URL

void  rename ( const QString& _name )

rename

#see FilePropsPlugin::applyChanges Can only be called if the dialog applies to a single file/URL.

Parameters:
_namenew filename, encoded.

void  abortApplying ()

abortApplying

To abort applying changes.

void  slotOk ()

slotOk

[virtual slot]

Called when the user presses 'Ok'.

Reimplemented from KDialogBase.

void  slotCancel ()

slotCancel

[virtual slot]

Reimplemented from KDialogBase.

void  propertiesClosed ()

propertiesClosed

[signal]

Emitted when we have finished with the properties (be it Apply or Cancel)

void  applied ()

applied

[signal]

void  canceled ()

canceled

[signal]

void  virtual_hook ( int id, void* data )

virtual_hook

[protected virtual]

Reimplemented from KDialogBase.


Generated by: dfaure on faure on Tue Apr 16 08:50:13 2002, using kdoc 2.0a53.