phoneapp/phoneuiview/inc/cphonedialercontroller.h
branchRCL_3
changeset 4 24062c24fe38
parent 3 8871b09be73b
equal deleted inserted replaced
3:8871b09be73b 4:24062c24fe38
   162      *          EFalse  otherwise.
   162      *          EFalse  otherwise.
   163      */
   163      */
   164     TBool EmergencyCallActive() const;
   164     TBool EmergencyCallActive() const;
   165     
   165     
   166     /**
   166     /**
       
   167      * Check if Easy Dialing contact listbox is in focus.
       
   168      * @return  ETrue   if contact list is in focus
       
   169      *          EFalse  otherwise (may be also because there's no ED
       
   170      *                  present in the device)
       
   171      */
       
   172     TBool EasyDialingFocused() const;
       
   173     
       
   174     /**
   167      * Create button data object from given source data.
   175      * Create button data object from given source data.
   168      * @param   aSourceData Defines, where the data should be loaded.
   176      * @param   aSourceData Defines, where the data should be loaded.
   169      * @param   aSkin       Skin instance. Ownership not transferred.
   177      * @param   aSkin       Skin instance. Ownership not transferred.
   170      * @param   aMifFile    Full path to the MIF file holding the fallback graphics.
   178      * @param   aMifFile    Full path to the MIF file holding the fallback graphics.
   171      * @return  New CButtonData instance. Ownership is transferred.
   179      * @return  New CButtonData instance. Ownership is transferred.