added cls

This commit is contained in:
Peter Schojer
2008-09-19 10:34:12 +00:00
parent 24a60074b3
commit 3395631986
3 changed files with 57 additions and 0 deletions

View File

@@ -198,6 +198,8 @@ void Utility::writeCellProperties(const Cell* pCell, std::ostream& ostr, bool wr
if (!pCell->isEnabled())
ostr << ",disabled:true";
if (pCell->hasClass())
ostr << ",cls:'" << pCell->getClass() << "'";
View* pOwner = pCell->getOwner();
if (pOwner)
{