javauis/lcdui_akn/lcdui/src/CMIDItemLabel.cpp
branchRCL_3
changeset 83 26b2b12093af
parent 66 2455ef1f5bbc
equal deleted inserted replaced
77:7cee158cb8cd 83:26b2b12093af
   641 
   641 
   642         } //for
   642         } //for
   643     } //else
   643     } //else
   644 }
   644 }
   645 
   645 
   646 void CMIDItemLabel::LayoutItemLabel()
       
   647 {
       
   648     SizeChanged();
       
   649 }
       
   650 
       
   651 void CMIDItemLabel::ResetLabelArray()
   646 void CMIDItemLabel::ResetLabelArray()
   652 {
   647 {
   653     for (TInt i=0; i < iLabelArray->Count(); i++)
   648     for (TInt i=0; i < iLabelArray->Count(); i++)
   654     {
   649     {
   655         delete(*iLabelArray)[i];
   650         delete(*iLabelArray)[i];