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

« back to all changes in this revision

Viewing changes to muse/midiedit/pianoroll.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:
47
47
class QToolBar;
48
48
class QToolButton;
49
49
class QWidget;
 
50
class QPoint;
50
51
 
51
52
namespace MusECore {
52
53
class MidiPart;
184
185
      void isDeleting(MusEGui::TopWin*);
185
186
   
186
187
   public slots:
 
188
      void horizontalZoom(bool zoom_in, const QPoint& glob_pos);
 
189
      void horizontalZoom(int mag, const QPoint& glob_pos);
187
190
      virtual void updateHScrollRange();
188
191
      void execDeliveredScript(int id);
189
192
      void execUserScript(int id);