#include <qstring.h>#include <qobject.h>#include <kurl.h>#include "libkipi/imagecollection.h"#include "libkipi/imageinfo.h"Include dependency graph for interface.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | KIPI |
Enumerations | |
| enum | Features { AlbumsHaveComments = 1 << 0, ImagesHasComments = 1 << 1, ImagesHasTime = 1 << 2, SupportsDateRanges = 1 << 3, AcceptNewImages = 1 << 4, ImageTitlesWritable = 1 << 5, AlbumsHaveCategory = 1 << 6, AlbumsHaveCreationDate = 1 << 7, AlbumsUseFirstImagePreview = 1 << 8 } |
|
|
Not all host applications support the full subset of features that KIPI allows access to. As an example KimDaBa do not support comments for albums. Thus before a plugin expect a decant value for the comment, it should check whether KIPI::AlbumsHaveComments are set. It does so using KIPI::Interface::hasFeature()
|
1.4.1