1 // Implementation of dcnword methods
2 // Copyright © 2009 The University of Chicago
3 #include "DCNdcnword.h"
5 //////////////////////////////////////////////////////////////////////
6 // Construction/Destruction
7 //////////////////////////////////////////////////////////////////////
17 void dcnword::setText(QString word
)
20 m_numOfSegments
= word
.length();
23 void dcnword::setMaxima(QString word
)