phoneapp/phoneuiview/inc/cphonetoolbarcontroller.h
branchRCL_3
changeset 81 c26cc2a7c548
parent 62 5266b1f337bd
equal deleted inserted replaced
73:e30d4a1b8bad 81:c26cc2a7c548
    65 
    65 
    66     /**
    66     /**
    67     * Disables toolbar
    67     * Disables toolbar
    68     */ 
    68     */ 
    69     void HideToolbar();	
    69     void HideToolbar();	
    70 
    70     
    71     /**
       
    72     * Sets mute flag.
       
    73     * @param aCommandParam command parameter
       
    74     */        
       
    75     void SetMuteFlag( TPhoneCommandParam* aCommandParam );
    71     void SetMuteFlag( TPhoneCommandParam* aCommandParam );
    76 
    72 
    77     /**
       
    78     * Sets integrated handsfree in use -flag.
       
    79     * @param aCommandParam command parameter
       
    80     */        
       
    81     void SetIhfFlag( TPhoneCommandParam* aCommandParam );
    73     void SetIhfFlag( TPhoneCommandParam* aCommandParam );
    82 
    74     
    83     /**
       
    84     * Sets wired accessory in use -flag.
       
    85     * @param aCommandParam command parameter
       
    86     */        
       
    87     void SetWiredAccFlag( TPhoneCommandParam* aCommandParam );
    75     void SetWiredAccFlag( TPhoneCommandParam* aCommandParam );
    88 
    76     
    89     /**
       
    90     * Sets Bluetooth accessory in use -flag.
       
    91     * @param aCommandParam command parameter
       
    92     */    
       
    93     void SetBTAccFlag( TPhoneCommandParam* aCommandParam );
       
    94 
       
    95     /**
       
    96     * Sets Bluetooth accessory is available -flag.
       
    97     * @param aCommandParam command parameter
       
    98     */        
       
    99     void SetBTAccAvailableFlag( TPhoneCommandParam* aCommandParam );
       
   100 
       
   101     /**
       
   102     * Sets call is in progress state -flag.
       
   103     * @param aCommandParam command parameter
       
   104     */        
       
   105     void SetCallInProgressFlag( TPhoneCommandParam* aCommandParam ); 
    77     void SetCallInProgressFlag( TPhoneCommandParam* aCommandParam ); 
   106     
    78     
   107     /**
    79     /**
   108      * Dims (greys out) or undims all toolbar items.
    80      * Dims (greys out) or undims all toolbar items.
   109      *
    81      *
   197 
   169 
   198     /**
   170     /**
   199      * CoeEnv 
   171      * CoeEnv 
   200      */
   172      */
   201     CCoeEnv& iCoeEnv;    
   173     CCoeEnv& iCoeEnv;    
   202     
   174         
   203     // Muted or not
       
   204     TBool iMuteFlag;
   175     TBool iMuteFlag;
   205     
   176     
   206     // Integrated handsfree in use or not
       
   207     TBool iIhfFlag;
   177     TBool iIhfFlag;
   208     
   178     
   209     // Wired accessory in use or not
       
   210     TBool iWiredAccFlag;
   179     TBool iWiredAccFlag;
   211     
   180     
   212     // Bluetooth accessory in use or not
       
   213     TBool iBTAccFlag;
       
   214     
       
   215     // Bluetooth accessory is available or not
       
   216     TBool iBTAccAvailableFlag;
       
   217     
       
   218     // A call is progressing or not
       
   219     TBool iCallInProgress;
   181     TBool iCallInProgress;
   220 
   182 
   221     // Dim activate IHF button
   183     // Dim activate IHF button
   222     TBool iDimActivateIhf;
   184     TBool iDimActivateIhf;
   223     
   185