~ubuntu-branches/ubuntu/saucy/digikam/saucy

« back to all changes in this revision

Viewing changes to libs/widgets/common/thumbbar.h

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2010-12-21 23:19:11 UTC
  • mfrom: (1.2.33 upstream) (3.1.7 experimental)
  • Revision ID: james.westby@ubuntu.com-20101221231911-z9jip7s5aht1jqn9
Tags: 2:1.7.0-1ubuntu1
* Merge from Debian Experimental. Remaining Ubuntu changes:
  - Export .pot name and copy to plugins in debian/rules
  - Version build-depends on kipi-plugins-dev to ensure build is against the
    same version on all archs
* Drop debian/patches/kubuntu_01_linker.diff, incoporated upstream
* Remove patches directory and unused patches

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
 
69
69
    void setOrientation(int orientation);
70
70
    int  getOrientation();
71
 
    void setToolTip(ThumbBarToolTip *toolTip);
 
71
    void setToolTip(ThumbBarToolTip* toolTip);
72
72
 
73
73
    int countItems();
74
74
    KUrl::List itemsUrls();
118
118
    int  getMargin();
119
119
    int  getRadius();
120
120
 
121
 
    bool pixmapForItem(ThumbBarItem *item, QPixmap& pix) const;
122
 
    void preloadPixmapForItem(ThumbBarItem *item) const;
 
121
    bool pixmapForItem(ThumbBarItem* item, QPixmap& pix) const;
 
122
    void preloadPixmapForItem(ThumbBarItem* item) const;
123
123
 
124
124
    void insertItem(ThumbBarItem* item);
125
125
    void repaintItem(ThumbBarItem* item);
145
145
 
146
146
protected:
147
147
 
148
 
    ThumbBarToolTip *m_toolTip;
 
148
    ThumbBarToolTip* m_toolTip;
149
149
 
150
150
private Q_SLOTS:
151
151
 
165
165
{
166
166
public:
167
167
 
168
 
    ThumbBarItem(ThumbBarView *view, const KUrl& url);
 
168
    ThumbBarItem(ThumbBarView* view, const KUrl& url);
169
169
    virtual ~ThumbBarItem();
170
170
 
171
171
    KUrl          url() const;