KIO
#include <kpropertiesdialog_p.h>

Public Slots | |
| void | slotAddFiletype () |
| void | slotAdvanced () |
| void | slotBrowseExec () |
| void | slotDelFiletype () |
Public Member Functions | |
| KDesktopPropsPlugin (KPropertiesDialog *_props) | |
| virtual | ~KDesktopPropsPlugin () |
| virtual void | applyChanges () |
Static Public Member Functions | |
| static bool | supports (const KFileItemList &_items) |
Detailed Description
Used to edit the files containing [Desktop Entry] Type=Application.
Such files are used to represent a program in kicker and konqueror.
Definition at line 234 of file kpropertiesdialog_p.h.
Constructor & Destructor Documentation
Constructor.
Definition at line 3009 of file kpropertiesdialog.cpp.
| KDesktopPropsPlugin::~KDesktopPropsPlugin | ( | ) | [virtual] |
Definition at line 3131 of file kpropertiesdialog.cpp.
Member Function Documentation
| void KDesktopPropsPlugin::applyChanges | ( | ) | [virtual] |
Applies all changes to the file.
This function is called when the user presses 'Ok'. The last plugin inserted is called first.
Reimplemented from KPropertiesDialogPlugin.
Definition at line 3193 of file kpropertiesdialog.cpp.
| void KDesktopPropsPlugin::slotAddFiletype | ( | ) | [slot] |
Definition at line 3136 of file kpropertiesdialog.cpp.
| void KDesktopPropsPlugin::slotAdvanced | ( | ) | [slot] |
Definition at line 3290 of file kpropertiesdialog.cpp.
| void KDesktopPropsPlugin::slotBrowseExec | ( | ) | [slot] |
Definition at line 3273 of file kpropertiesdialog.cpp.
| void KDesktopPropsPlugin::slotDelFiletype | ( | ) | [slot] |
Definition at line 3173 of file kpropertiesdialog.cpp.
| bool KDesktopPropsPlugin::supports | ( | const KFileItemList & | _items | ) | [static] |
Definition at line 3408 of file kpropertiesdialog.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2012 The KDE developers.
Generated on Wed May 2 2012 18:21:54 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.