~ubuntu-branches/ubuntu/utopic/musescore/utopic

« back to all changes in this revision

Viewing changes to mscore/mscore/element.h

  • Committer: Bazaar Package Importer
  • Author(s): Niall Creech
  • Date: 2010-09-21 19:23:50 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100921192350-dhx7ynjk9r06o2it
Tags: 0.9.6.2+dfsg-1ubuntu1
* 20_armel-float-cast-fix.dpatch:
  - Define alternative rxpos and rypos calls for armel to handle
  its differenet QpointF rx() and ry() call return values. Ensure qMax
  and qMin calls have equivalent argument types(LP: #642117)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
//=============================================================================
2
2
//  MusE Score
3
3
//  Linux Music Score Editor
4
 
//  $Id: element.h 2926 2010-03-31 19:40:45Z wschweer $
 
4
//  $Id: element.h 3194 2010-06-18 17:31:39Z lasconic $
5
5
//
6
6
//  Copyright (C) 2002-2009 Werner Schweer and others
7
7
//
335
335
      virtual void toDefault() {  setUserOff(QPointF()); }
336
336
 
337
337
      double mag() const                        { return _mag;   }
338
 
      double magS() const                       { return _mag * (spatium() /(DPI * SPATIUM20));   }
 
338
      double magS() const;
339
339
      virtual void setMag(double val)           { _mag = val;    }
340
340
 
341
341
/**