[Digikam-devel] Signal, when item count of album changed
Marcel Wiesweg
marcel.wiesweg at gmx.de
Thu Oct 19 19:12:48 BST 2006
> Hello,
>
> I am trying to "fix" [Bug 96388]. I have to know which signal I have to use
> to verify that I am informed about changes in item count in an album.
>
> Am I right, when I am fetching the signals from Digikam::AlbumLister
> o void signalNewItems(const ImageInfoList& items);
> o void signalDeleteItem(ImageInfo* item);
> o void signalNewFilteredItems(const ImageInfoList& items);
> o void signalDeleteFilteredItem(ImageInfo* item);
> o void signalClear();
>
> or have I to consider something else?
It seems to me these are the signals to be watched, but that's only from
looking at the code, so you will have to try and test.
Marcel
>
> Mathias
More information about the Digikam-devel
mailing list