#include <interface.h>
Signals | |
| void | selectionChanged (bool hasSelection) |
| void | currentAlbumChanged (bool anyAlbum) |
Public Member Functions | |
| Interface (QObject *parent, const char *name=0) | |
| virtual | ~Interface () |
| virtual ImageCollection | currentAlbum ()=0 |
| virtual ImageCollection | currentSelection ()=0 |
| virtual QValueList< ImageCollection > | allAlbums ()=0 |
| virtual ImageInfo | info (const KURL &)=0 |
| virtual bool | addImage (const KURL &, QString &err) |
| virtual void | delImage (const KURL &) |
| virtual void | refreshImages (const KURL::List &) |
| virtual QString | fileExtensions () |
| bool | hasFeature (KIPI::Features feature) |
Protected Member Functions | |
| virtual int | features () const =0 |
Friends | |
| class | PluginLoader |
|
||||||||||||
|
|
|
|
|
|
||||||||||||
|
Tell the host application that a new image has been made available to it. Returns true if the host application did accept the new image, otherwise err will be filled with an error description. |
|
|
Returns a list of albums. |
|
|
Returns list of all images in current album. If there are no current album, the returned KIPI::ImageCollection::isValid() will return false. |
|
|
|
|
|
Current selection in a thumbnail view for example. If there are no current selection, the returned KIPI::ImageCollection::isValid() will return false. |
|
|
|
|
|
Return a bitwise or of the KIPI::Features that thus application support. |
|
|
Return a list of images file extention will be used in the plugins for to sort the files list before a treatment. The default implementation return, the supported images formats by KDE. |
|
|
Tells whether the host application under which the plugin currently executes a given feature. See KIPI::Features for details on the individual features. |
|
|
|
|
|
Tells the host app that the following images has changed on disk |
|
|
|
|
|
|
1.4.4