~ubuntu-branches/ubuntu/saucy/muse/saucy

« back to all changes in this revision

Viewing changes to muse/widgets/scrollscale.h

  • Committer: Package Import Robot
  • Author(s): Alessio Treglia
  • Date: 2013-01-31 10:21:39 UTC
  • mfrom: (1.1.15)
  • Revision ID: package-import@ubuntu.com-20130131102139-3nzmsj7eoul58cp5
Tags: 2.1.1-1
* New upstream release.
* Refresh patches.
* Remove unnecessary debian/patches/0001-es_locale_fix.patch.
* Fix Vcs fields.
* Refresh debian/copyright.
* Elaborate public-domain licensed code.
* Fix doc-base control file.
* Bump debhelper requirements.

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
   public slots:
66
66
      void setPos(unsigned);
67
67
      void setPosNoLimit(unsigned); 
68
 
      void setMag(int);
 
68
      void setMag(int val, int pos_offset = 0);
69
69
      void setOffset(int val);
70
 
      void setScale(int);
 
70
      void setScale(int val, int pos_offset = 0);
71
71
 
72
72
   signals:
73
73
      void scaleChanged(int);
74
 
      void lscaleChanged(int);
75
74
      void scrollChanged(int);
76
75
      void newPage(int);
77
76
 
97
96
      int pos2offset(int pos);
98
97
      static int getQuickZoomLevel(int mag);
99
98
      static int convertQuickZoomLevelToMag(int zoomlvl);
100
 
      const static int zoomLevels = 31;
 
99
      const static int zoomLevels = 38;
101
100
      };
102
101
 
103
102
} // namespace MusEGui