Searched refs:m_strTitle (Results 1 – 1 of 1) sorted by relevance
54 const String& title() const { return m_strTitle; } in title()55 void setTitle(const String& s) { m_strTitle = s; } in setTitle()79 String m_strTitle; variable