~ubuntu-branches/ubuntu/saucy/clementine/saucy

« back to all changes in this revision

Viewing changes to src/widgets/nowplayingwidget.h

  • Committer: Package Import Robot
  • Author(s): Thomas PIERSON
  • Date: 2012-01-01 20:43:39 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20120101204339-lsb6nndwhfy05sde
Tags: 1.0.1+dfsg-1
New upstream release. (Closes: #653926, #651611, #657391)

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
 
28
28
class AlbumCoverChoiceController;
29
29
class AlbumCoverLoader;
 
30
class CoverProviders;
30
31
class FullscreenHypnotoad;
31
32
class LibraryBackend;
32
33
 
60
61
  };
61
62
 
62
63
  void SetLibraryBackend(LibraryBackend* backend);
 
64
  void SetCoverProviders(CoverProviders* cover_providers);
63
65
 
64
66
  void set_ideal_height(int height);
65
67
  bool show_above_status_bar() const;
111
113
  void DrawContents(QPainter* p);
112
114
 
113
115
private:
 
116
  CoverProviders* cover_providers_;
114
117
  AlbumCoverChoiceController* album_cover_choice_controller_;
115
118
 
116
119
  BackgroundThread<AlbumCoverLoader>* cover_loader_;