~s-cecilio/lenmus/trunk

« back to all changes in this revision

Viewing changes to lomse/trunk/src/graphic_model/lomse_shape_note.cpp

  • Committer: Cecilio Salmeron
  • Date: 2016-02-04 10:15:44 UTC
  • Revision ID: s.cecilios@gmail.com-20160204101544-wdodav3eyyej64ga
Prepare for GitHub migration

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
//---------------------------------------------------------------------------------------
2
2
// This file is part of the Lomse library.
3
 
// Copyright (c) 2010-2013 Cecilio Salmeron. All rights reserved.
 
3
// Copyright (c) 2010-2016 Cecilio Salmeron. All rights reserved.
4
4
//
5
5
// Redistribution and use in source and binary forms, with or without modification,
6
6
// are permitted provided that the following conditions are met:
41
41
//=======================================================================================
42
42
// GmoShapeNote implementation
43
43
//=======================================================================================
44
 
GmoShapeNote::GmoShapeNote(ImoObj* pCreatorImo, LUnits x, LUnits y, Color color,
 
44
GmoShapeNote::GmoShapeNote(ImoObj* pCreatorImo,
 
45
                           LUnits UNUSED(x), LUnits UNUSED(y), Color color,
45
46
                           LibraryScope& libraryScope)
46
47
    : GmoCompositeShape(pCreatorImo, GmoObj::k_shape_note, 0, color)
47
48
    , VoiceRelatedShape()
275
276
//=======================================================================================
276
277
// GmoShapeNote implementation
277
278
//=======================================================================================
278
 
GmoShapeRest::GmoShapeRest(ImoObj* pCreatorImo, ShapeId idx, LUnits x, LUnits y, Color color,
 
279
GmoShapeRest::GmoShapeRest(ImoObj* pCreatorImo, ShapeId idx,
 
280
                           LUnits UNUSED(x), LUnits UNUSED(y), Color color,
279
281
                           LibraryScope& libraryScope)
280
282
    : GmoCompositeShape(pCreatorImo, GmoObj::k_shape_rest, idx, color)
281
283
    , VoiceRelatedShape()