phoneapp/phoneuiview/inc/cphonedialerview.h
branchRCL_3
changeset 3 8871b09be73b
parent 0 5f000ab63145
child 6 38529f706030
equal deleted inserted replaced
2:c84cf270c54f 3:8871b09be73b
     1 /*
     1 /*
     2 * Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2008 - 2010 Nokia Corporation and/or its subsidiary(-ies). 
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    54         * From CCoeControl; notifier for resource changes
    54         * From CCoeControl; notifier for resource changes
    55         * @param aType : Type of resource change
    55         * @param aType : Type of resource change
    56         */
    56         */
    57         void HandleResourceChange( TInt aType );
    57         void HandleResourceChange( TInt aType );
    58 
    58 
       
    59         /**
       
    60         * From CCoeControl
       
    61         * @param aVisible : ETrue if view is to be shown
       
    62         *                   EFalse if view is to be hidden
       
    63         */
       
    64         void MakeVisible( TBool aVisible );
       
    65 
    59     public: // New functions
    66     public: // New functions
    60 
    67 
    61         /**
    68         /**
    62         * Sets the control as component.
    69         * Sets the control as component.
    63         * @param aControl It is the new component.
    70         * @param aControl It is the new component.
    73         /**
    80         /**
    74         * Sets the security mode flag ETrue or EFalse
    81         * Sets the security mode flag ETrue or EFalse
    75         * @param aStatus ETrue for the security mode. EFalse for the 
    82         * @param aStatus ETrue for the security mode. EFalse for the 
    76         * normal mode.
    83         * normal mode.
    77         */ 
    84         */ 
    78         void SetSecurityMode ( TBool aStatus );
    85         void SetSecurityMode( TBool aStatus );
    79         
    86         
    80         /**
    87         /**
    81         * Get state of the security mode flag
    88         * Get state of the security mode flag
    82         * @return aStatus ETrue for the security mode. EFalse for the 
    89         * @return aStatus ETrue for the security mode. EFalse for the 
    83         * normal mode.
    90         * normal mode.