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

Public Member Functions | |
| TextSymbol (double, double) | |
| void | setText (QString) |
| void | setSize (int) |
| void | setAlign (int) |
| void | draw (Painter *) |
| Collider * | getCollider () |
|
|
This method draw is defined but useless if we define it as pure virtual (As it should be) Implements MusicSymbol. |
|
|
Implements MusicSymbol. |
|
|
Set the alignment of the symbol This can take value in ALIGN_LEFT ALIGN_CENTER ALIGN_RIGHT |
|
|
This set the size of the text
|
|
|
This set the text
|
1.3.6