Mercurial > hg > svgui
comparison view/View.cpp @ 594:5fa210337bee integration_library
Merge from branch "sonification"
author | mathieub <mathieu.barthet@eecs.qmul.ac.uk> |
---|---|
date | Mon, 25 Jul 2011 18:56:28 +0100 |
parents | 0946feb81b79 |
children |
comparison
equal
deleted
inserted
replaced
593:aaa3be825207 | 594:5fa210337bee |
---|---|
2363 | 2363 |
2364 return QSize(x1 - x0, height()); | 2364 return QSize(x1 - x0, height()); |
2365 } | 2365 } |
2366 | 2366 |
2367 void | 2367 void |
2368 View::playExampleNote(int midiPitch) const | |
2369 { | |
2370 if (m_manager) m_manager->playExampleNote(midiPitch); | |
2371 } | |
2372 | |
2373 void | |
2368 View::toXml(QTextStream &stream, | 2374 View::toXml(QTextStream &stream, |
2369 QString indent, QString extraAttributes) const | 2375 QString indent, QString extraAttributes) const |
2370 { | 2376 { |
2371 stream << indent; | 2377 stream << indent; |
2372 | 2378 |