phoneapp/phoneuiview/inc/cphonedialerview.h
branchRCL_3
changeset 6 38529f706030
parent 3 8871b09be73b
equal deleted inserted replaced
5:2a26698d78ba 6:38529f706030
    74         /**
    74         /**
    75         * Returns the control in the view.
    75         * Returns the control in the view.
    76         * @return aControl The control.
    76         * @return aControl The control.
    77         */
    77         */
    78         CCoeControl* Control() const;
    78         CCoeControl* Control() const;
    79        
       
    80         /**
       
    81         * Sets the security mode flag ETrue or EFalse
       
    82         * @param aStatus ETrue for the security mode. EFalse for the 
       
    83         * normal mode.
       
    84         */ 
       
    85         void SetSecurityMode( TBool aStatus );
       
    86         
       
    87         /**
       
    88         * Get state of the security mode flag
       
    89         * @return aStatus ETrue for the security mode. EFalse for the 
       
    90         * normal mode.
       
    91         */         
       
    92         TBool IsSecurityMode();
       
    93         
    79         
    94     public:  // Functions from base classes
    80     public:  // Functions from base classes
    95         
    81         
    96         /**
    82         /**
    97         * From CCoeControl
    83         * From CCoeControl
   205         //Id of the fullscreen AI plugin
   191         //Id of the fullscreen AI plugin
   206         TInt iFsAiId;
   192         TInt iFsAiId;
   207         
   193         
   208         //MainPane
   194         //MainPane
   209         TRect iMainPane;
   195         TRect iMainPane;
   210         
   196   
   211         //Is security mode or not
       
   212         TBool iSecurityMode;
       
   213         };
   197         };
   214 
   198 
   215 #endif // __CPHONEDIALERVIEW_H
   199 #endif // __CPHONEDIALERVIEW_H
   216 
   200