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

« back to all changes in this revision

Viewing changes to muse/midiedit/dcanvas.h

  • Committer: Package Import Robot
  • Author(s): Alessio Treglia
  • Date: 2013-01-07 10:27:14 UTC
  • mfrom: (1.1.14)
  • Revision ID: package-import@ubuntu.com-20130107102714-fajkwjbz02aqupbh
Tags: 2.1-1
* New upstream release.
* Refresh 1001-buildsystem.patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
116
116
      virtual void newItem(CItem*, bool);
117
117
      virtual void newItem(CItem*, bool, bool replace );
118
118
      virtual bool deleteItem(CItem*);
 
119
      virtual void itemPressed(const CItem*);
 
120
      virtual void itemReleased(const CItem*, const QPoint&);
 
121
 
119
122
      CItem* newItem(int tick, int instrument, int velocity);
120
123
 
121
124
      int y2pitch(int y) const;