classicui_pub/application_framework_api/inc/AknViewAppUi.h
branchRCL_3
changeset 72 a5e7a4f63858
parent 64 85902f042028
equal deleted inserted replaced
64:85902f042028 72:a5e7a4f63858
     1 /*
     1 /*
     2 * Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2002 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".
   226     
   226     
   227     /**
   227     /**
   228     * Enables/disables local screen clearer.
   228     * Enables/disables local screen clearer.
   229     * Local screen clearer is used in the view based applications
   229     * Local screen clearer is used in the view based applications
   230     * to clear the application window if/when the view itself fails
   230     * to clear the application window if/when the view itself fails
   231     * to do this. By default, the clearer is used except when launching
   231     * to do this. By default, the clearer is used.
   232     * the application as embedded. If the clearer needs to be used
       
   233     * in an application that is launched as embedded, then this
       
   234     * function must be explicitly called.
       
   235     * This function must be called before the BaseConstructL() to
   232     * This function must be called before the BaseConstructL() to
   236     * prevent the screen clearer on application start up.
   233     * prevent the screen clearer on application start up.
   237     *
   234     *
   238     * @since 3.2 
   235     * @since 3.2 
   239     * @param aEnable ETrue enables local screen clearer.
   236     * @param aEnable ETrue enables local screen clearer.