javauis/lcdui_akn/lcdui/src/CMIDTextFieldEdwin.cpp
branchRCL_3
changeset 17 0fd27995241b
parent 14 04becd199f91
child 19 71c436fe3ce0
equal deleted inserted replaced
15:f9bb0fca356a 17:0fd27995241b
   250         CreateTextViewL();
   250         CreateTextViewL();
   251     }
   251     }
   252 }
   252 }
   253 
   253 
   254 
   254 
   255 void CMIDTextFieldEdwin::AddCommandsToEdwinL(RPointerArray<MMIDCommand>& aArray)
   255 void CMIDTextFieldEdwin::AddCommandToEdwinL(MMIDCommand& aCommand)
   256 {
   256 {
   257     for (TInt i = 0; i < aArray.Count(); i++)
   257     STATIC_CAST(CMIDTextFieldItem*, iTextFieldItem)->AddCommandL(&aCommand);
   258     {
   258 }
   259         STATIC_CAST(CMIDTextFieldItem*, iTextFieldItem)->AddCommandL(aArray[i]);
       
   260     }
       
   261 }