javauis/lcdui_akn/lcdui/src/CMIDItemLabel.cpp
branchRCL_3
changeset 24 6c158198356e
parent 19 71c436fe3ce0
equal deleted inserted replaced
23:e5618cc85d74 24:6c158198356e
   641 
   641 
   642         } //for
   642         } //for
   643     } //else
   643     } //else
   644 }
   644 }
   645 
   645 
       
   646 void CMIDItemLabel::LayoutItemLabel()
       
   647 {
       
   648     SizeChanged();
       
   649 }
       
   650 
   646 void CMIDItemLabel::ResetLabelArray()
   651 void CMIDItemLabel::ResetLabelArray()
   647 {
   652 {
   648     for (TInt i=0; i < iLabelArray->Count(); i++)
   653     for (TInt i=0; i < iLabelArray->Count(); i++)
   649     {
   654     {
   650         delete(*iLabelArray)[i];
   655         delete(*iLabelArray)[i];