MythTV
master
|
#include <lyricsdata.h>
Public Member Functions | |
LyricsLine ()=default | |
LyricsLine (int time, const QString &lyric) | |
QString | toString (bool syncronized) |
Public Attributes | |
int | m_time {0} |
QString | m_lyric |
Private Member Functions | |
QString | formatTime (void) |
Definition at line 17 of file lyricsdata.h.
|
default |
|
inline |
Definition at line 21 of file lyricsdata.h.
|
inline |
Definition at line 27 of file lyricsdata.h.
Referenced by LyricsData::createLyricsXML(), EditLyricsDialog::loadLyrics(), and EditLyricsDialog::somethingChanged().
|
inlineprivate |
Definition at line 36 of file lyricsdata.h.
int LyricsLine::m_time {0} |
Definition at line 24 of file lyricsdata.h.
Referenced by LyricsView::setLyricTime().
QString LyricsLine::m_lyric |
Definition at line 25 of file lyricsdata.h.
Referenced by LyricsData::setLyrics(), and LyricsView::showLyrics().