~ubuntu-branches/ubuntu/raring/muse/raring-proposed

« back to all changes in this revision

Viewing changes to muse/master/master.h

  • Committer: Package Import Robot
  • Author(s): Alessio Treglia
  • Date: 2012-11-22 01:16:59 UTC
  • mto: This revision was merged to the branch mainline in revision 23.
  • Revision ID: package-import@ubuntu.com-20121122011659-a2fwbf33ceqe1s0t
Tags: upstream-2.1~rc1
ImportĀ upstreamĀ versionĀ 2.1~rc1

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
//  Linux Music Editor
4
4
//    $Id: master.h,v 1.3 2004/04/11 13:03:32 wschweer Exp $
5
5
//  (C) Copyright 1999 Werner Schweer (ws@seh.de)
 
6
//  (C) Copyright 2012 Tim E. Real (terminator356 on users dot sourceforge dot net)
6
7
//
7
8
//  This program is free software; you can redistribute it and/or
8
9
//  modify it under the terms of the GNU General Public License
23
24
#ifndef __MASTER_H__
24
25
#define __MASTER_H__
25
26
 
 
27
#include "type_defs.h"
26
28
#include "view.h"
27
29
#include "song.h"
28
30
#include "tools.h"
67
69
      bool deleteVal1(unsigned int x1, unsigned int x2);
68
70
      void deleteVal(int x1, int x2);
69
71
 
 
72
   private slots:
 
73
      void songChanged(MusECore::SongChangedFlags_t);
 
74
     
70
75
   signals:
71
76
      void followEvent(int);
72
77
      void xposChanged(int);