~ubuntu-branches/ubuntu/edgy/digikam/edgy-proposed

« back to all changes in this revision

Viewing changes to digikam/digikam/albumiconview.h

  • Committer: Bazaar Package Importer
  • Author(s): Achim Bohnet
  • Date: 2006-05-15 01:15:02 UTC
  • mfrom: (1.2.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20060515011502-kpyuz7766hpbuia8
Tags: 0.8.2~rc1-0ubuntu1
* sync with debian (UVF see #44102)
  0.8.2~rc1-0ubuntu1 is identical to debian's 0.8.1+0.8.2-rc1-1.
  Version was changed due to latest 0.8.1.ubuntu-0ubuntu1 upload.
  This version is unfortunately bigger than debian's 0.8.1+0.8.2-rc1-1
* Merge in ubuntu changelog

Show diffs side-by-side

added added

removed removed

Lines of Context:
152
152
    void slotAssignTag(int tagID);
153
153
    void slotRemoveTag(int tagID);
154
154
 
155
 
    void slotAssignRating(int rating);
156
 
    
157
155
    void slotDIOResult(KIO::Job* job);
158
156
    
159
157
public slots:
168
166
    void slotSetAlbumThumbnail(AlbumIconItem *iconItem);
169
167
    void slotCopy();
170
168
    void slotPaste();
171
 
    
 
169
 
 
170
    void slotAssignRating(int rating);
 
171
    void slotAssignRatingNoStar();
 
172
    void slotAssignRatingOneStar();
 
173
    void slotAssignRatingTwoStar();
 
174
    void slotAssignRatingThreeStar();
 
175
    void slotAssignRatingFourStar();
 
176
    void slotAssignRatingFiveStar();
 
177
        
172
178
signals:
173
179
 
174
180
    void signalItemsAdded();