#include <LyricMS.h>
Inheritance diagram for LyricMS:

Public Member Functions | |
| LyricMS (double x, double y, QString text, QFont f) | |
| void | draw (Painter *p) |
| Collider * | getCollider () |
| QString | toString () |
Public Attributes | |
| QFont | font |
| int | graphicHeight |
|
||||||||||||||||||||
|
Contructor of a lyric MS |
|
|
This method draw is defined but useless if we define it as pure virtual (As it should be) Implements MusicSymbol. |
|
|
implement this function correctly this is just an pproximation that wont be be valid if the font used is not the same in the painter
Implements MusicSymbol. |
|
|
For many symbols this function should be overrided.
Reimplemented from MusicSymbol. |
1.3.6