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

« back to all changes in this revision

Viewing changes to muse/helper.h

  • Committer: Package Import Robot
  • Author(s): Alessio Treglia
  • Date: 2013-08-28 16:25:57 UTC
  • mto: This revision was merged to the branch mainline in revision 27.
  • Revision ID: package-import@ubuntu.com-20130828162557-knls3ip7j262eepx
Tags: upstream-2.1.2
ImportĀ upstreamĀ versionĀ 2.1.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
class QString;
34
34
class QMenu;
35
35
class QWidget;
36
 
 
 
36
class QLine;
 
37
class QRect;
37
38
 
38
39
namespace MusECore {
39
40
class Part;
50
51
void write_new_style_drummap(int level, Xml& xml, const char* tagname,
51
52
                             DrumMap* drummap, bool* drummap_hidden=NULL, bool full=false);
52
53
void read_new_style_drummap(Xml& xml, const char* tagname,
53
 
                            DrumMap* drummap, bool* drummap_hidden=NULL);
 
54
                            DrumMap* drummap, bool* drummap_hidden=NULL, bool compatibility=false);
54
55
                            
55
56
 
56
57
QSet<Part*> parts_at_tick(unsigned tick);
76
77
QString getUniqueUntitledName();
77
78
void populateMidiPorts();
78
79
int populateMidiCtrlMenu(PopupMenu* menu, MusECore::PartList* part_list, MusECore::Part* cur_part, int curDrumPitch);
 
80
QLine clipQLine(int x1, int y1, int x2, int y2, const QRect& rect);
79
81
80
82
 
81
83
#endif