![]() |
Audacity 3.2.0
|
used in LyricsPanel, a Syllable gives positional information to be used with the bouncing ball effect. More...
#include <Lyrics.h>
Public Member Functions | |
| Syllable ()=default | |
| Syllable (const Syllable &)=default | |
| Syllable & | operator= (const Syllable &)=default |
Public Attributes | |
| double | t |
| wxString | text |
| wxString | textWithSpace |
| int | char0 |
| int | char1 |
| int | width |
| int | leftX |
| int | x |
used in LyricsPanel, a Syllable gives positional information to be used with the bouncing ball effect.
|
default |
|
default |
| int Syllable::char0 |
Definition at line 42 of file Lyrics.h.
Referenced by LyricsPanel::Add().
| int Syllable::char1 |
Definition at line 43 of file Lyrics.h.
Referenced by LyricsPanel::Add().
| double Syllable::t |
Definition at line 39 of file Lyrics.h.
Referenced by LyricsPanel::Add(), and HighlightTextCtrl::OnMouseEvent().
| wxString Syllable::text |
Definition at line 40 of file Lyrics.h.
Referenced by LyricsPanel::Add().
| wxString Syllable::textWithSpace |
Definition at line 41 of file Lyrics.h.
Referenced by LyricsPanel::Add().