javauis/lcdui_akn/lcdui/src/CMIDDisplayable.cpp
branchRCL_3
changeset 59 e5618cc85d74
parent 46 4376525cdefb
child 60 6c158198356e
equal deleted inserted replaced
46:4376525cdefb 59:e5618cc85d74
   274     else
   274     else
   275     {//default value
   275     {//default value
   276         iSKPositionWithQwerty = ESoftkeysRight;
   276         iSKPositionWithQwerty = ESoftkeysRight;
   277     }
   277     }
   278 
   278 
       
   279     // initialization of keypad information
       
   280     ReadOnScreenKeypadTypeFromSuiteSettings();
       
   281 
   279     DEBUG("- CMIDDisplayable::ConstructL");
   282     DEBUG("- CMIDDisplayable::ConstructL");
   280 }
   283 }
   281 
       
   282 
       
   283 
   284 
   284 CMIDDisplayable::CMIDDisplayable(MMIDEnv& aEnv,CMIDUIManager& aUIManager)
   285 CMIDDisplayable::CMIDDisplayable(MMIDEnv& aEnv,CMIDUIManager& aUIManager)
   285         :CEikBorderedControl(TGulBorder(KMIDLetBorder)),
   286         :CEikBorderedControl(TGulBorder(KMIDLetBorder)),
   286         iUIManager(&aUIManager),iEnv(aEnv),
   287         iUIManager(&aUIManager),iEnv(aEnv),
   287         iIsFullScreenMode(EFalse),iActive(EFalse), iSelectCommand(NULL), iSelectCommandEnabled(ETrue),
   288         iIsFullScreenMode(EFalse),iActive(EFalse), iSelectCommand(NULL), iSelectCommandEnabled(ETrue),