~ubuntu-branches/ubuntu/trusty/muse/trusty

« back to all changes in this revision

Viewing changes to muse/waveedit/waveedit.h

  • Committer: Package Import Robot
  • Author(s): Alessio Treglia
  • Date: 2013-08-28 16:25:57 UTC
  • mfrom: (1.1.16)
  • Revision ID: package-import@ubuntu.com-20130828162557-27ulrksfvm64td50
Tags: 2.1.2-1
* New upstream bugfix release.
* Refresh patches.
* Fix doc links.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
class QResizeEvent;
41
41
class QSlider;
42
42
class QToolButton;
 
43
class QPoint;
43
44
 
44
45
namespace MusECore {
45
46
class PartList;
101
102
   public slots:
102
103
      void configChanged();
103
104
      virtual void updateHScrollRange();
104
 
      void horizontalZoom(bool zoom_in, int pos_offset);
 
105
      void horizontalZoom(bool zoom_in, const QPoint& glob_pos);
 
106
      void horizontalZoom(int mag, const QPoint& glob_pos);
105
107
      void focusCanvas();
106
108
 
107
109
   signals: