KFileMetaDataConfigurationWidget Class Reference
Widget which allows to configure which meta data should be shown in the KFileMetaDataWidget. More...
#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.
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 44 of file kfilemetadataconfigurationwidget.h.
Constructor & Destructor Documentation
| KFileMetaDataConfigurationWidget::KFileMetaDataConfigurationWidget | ( | QWidget * | parent = 0 | ) | [explicit] |
Definition at line 155 of file kfilemetadataconfigurationwidget.cpp.
| KFileMetaDataConfigurationWidget::~KFileMetaDataConfigurationWidget | ( | ) | [virtual] |
Definition at line 161 of file kfilemetadataconfigurationwidget.cpp.
Member Function Documentation
| bool KFileMetaDataConfigurationWidget::event | ( | QEvent * | event | ) | [protected, virtual] |
Definition at line 192 of file kfilemetadataconfigurationwidget.cpp.
| KFileItemList KFileMetaDataConfigurationWidget::items | ( | ) | const |
Definition at line 171 of file kfilemetadataconfigurationwidget.cpp.
| void KFileMetaDataConfigurationWidget::save | ( | ) |
Saves the modified configuration.
Definition at line 176 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 166 of file kfilemetadataconfigurationwidget.cpp.
| QSize KFileMetaDataConfigurationWidget::sizeHint | ( | void | ) | const [virtual] |
- See also:
- QWidget::sizeHint()
Definition at line 202 of file kfilemetadataconfigurationwidget.cpp.
The documentation for this class was generated from the following files:
KDE 4.6 API Reference