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

« back to all changes in this revision

Viewing changes to muse/arranger/arranger.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:
116
116
      static QByteArray header_state;
117
117
 
118
118
      ArrangerView* _parentWin;
 
119
      QWidget* editor;
119
120
      int _quant, _raster;
120
121
      PartCanvas* canvas;
121
122
      ScrollScale* hscroll;
165
166
      void setTempo100();
166
167
      void setTempo200();
167
168
      void verticalScrollSetYpos(unsigned);
168
 
      void horizontalZoomIn();
169
 
      void horizontalZoomOut();
 
169
      void horizontalZoom(bool zoom_in, int pos_offset);
170
170
      
171
171
   signals:
172
172
      void editPart(MusECore::Track*);
191
191
 
192
192
   public:
193
193
      enum { CMD_CUT_PART, CMD_COPY_PART, CMD_COPY_PART_IN_RANGE, CMD_PASTE_PART, CMD_PASTE_CLONE_PART,
194
 
             CMD_PASTE_DIALOG, CMD_PASTE_CLONE_DIALOG, CMD_INSERT_EMPTYMEAS };
 
194
             CMD_PASTE_PART_TO_TRACK, CMD_PASTE_CLONE_PART_TO_TRACK, CMD_PASTE_DIALOG, CMD_INSERT_EMPTYMEAS };
195
195
      
196
196
      struct custom_col_t
197
197
      {