Esempio n. 1
0
void Verse::Reset()
{
    LayerElement::Reset();
    ResetColor();
    ResetLang();
    ResetTypography();
}
Esempio n. 2
0
void Syl::Reset()
{
    LayerElement::Reset();
    TimeSpanningInterface::Reset();
    ResetTypography();
    ResetSylLog();

    m_drawingVerse = 1;
}
Esempio n. 3
0
void Rend::Reset()
{
    TextElement::Reset();
    ResetCommon();
    ResetTypography();
}