KIO
#include <kfilemetadataconfigurationwidget.h>
Public Member Functions | |
KFileMetaDataConfigurationWidget (QWidget *parent=0) | |
virtual | ~KFileMetaDataConfigurationWidget () |
KFileItemList | items () const |
void | save () |
void | setItems (const KFileItemList &items) |
virtual QSize | sizeHint () const |
Protected Member Functions | |
virtual bool | event (QEvent *event) |
Detailed Description
Widget which allows to configure which meta data should be shown in the KFileMetaDataWidget.
- Deprecated:
- since 4.12, use Nepomuk2::FileMetaDataConfigurationWidget
Note that the class is marked as internal and the API might change. It is planned to make the class public in future KDE SC's, after the API has been stabilized.
- See also
- KFileMetaDataWidget
- Since
- 4.5
Definition at line 46 of file kfilemetadataconfigurationwidget.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 166 of file kfilemetadataconfigurationwidget.cpp.
|
virtual |
Definition at line 172 of file kfilemetadataconfigurationwidget.cpp.
Member Function Documentation
|
protectedvirtual |
Definition at line 203 of file kfilemetadataconfigurationwidget.cpp.
KFileItemList KFileMetaDataConfigurationWidget::items | ( | ) | const |
Definition at line 182 of file kfilemetadataconfigurationwidget.cpp.
void KFileMetaDataConfigurationWidget::save | ( | ) |
Saves the modified configuration.
Definition at line 187 of file kfilemetadataconfigurationwidget.cpp.
void KFileMetaDataConfigurationWidget::setItems | ( | const KFileItemList & | items | ) |
Sets the items, for which the visibility of the meta data should be configured.
Note that the visibility of the meta data is not bound to the items itself, the items are only used to determine which meta data should be configurable. For example when a JPEG image is set as item, it will be configurable which EXIF data should be shown. If an audio file is set as item, it will be configurable whether the artist, album name, ... should be shown.
Definition at line 177 of file kfilemetadataconfigurationwidget.cpp.
|
virtual |
- See also
- QWidget::sizeHint()
Definition at line 213 of file kfilemetadataconfigurationwidget.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:50:04 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.