|
PonyPlayer
|
#include <lyrics.h>
Public 槽 | |
| void | clearLyricSentence () |
信号 | |
| void | lyricsChange () |
Public 成员函数 | |
| LyricsData () | |
| QQmlListProperty< LyricSentence > | getSentences () |
| void | appendSentences (LyricSentence *) |
| qsizetype | sentenceCount () const |
| LyricSentence * | getSentence (qsizetype) const |
| void | clearSentences () |
| void | replaceSentence (qsizetype, LyricSentence *) |
| void | removeLastSentence () |
| void | pushLyricSentence (LyricSentence *sentence) |
| void | pushLyricSentenceCompleted () |
属性 | |
| QQmlListProperty< LyricSentence > | sentences |
| LyricsData::LyricsData | ( | ) |
| void LyricsData::appendSentences | ( | LyricSentence * | p | ) |
|
inlineslot |
| void LyricsData::clearSentences | ( | ) |
| LyricSentence * LyricsData::getSentence | ( | qsizetype | index | ) | const |
| QQmlListProperty< LyricSentence > LyricsData::getSentences | ( | ) |
|
signal |
|
inline |
|
inline |
| void LyricsData::removeLastSentence | ( | ) |
| void LyricsData::replaceSentence | ( | qsizetype | index, |
| LyricSentence * | p | ||
| ) |
| qsizetype LyricsData::sentenceCount | ( | ) | const |
|
read |