camerauis/cameraxui/cxui/inc/cxuiapplicationframeworkmonitor.h
changeset 58 ddba9caa7f32
parent 40 2922f70fca82
equal deleted inserted replaced
55:0da2a5b56583 58:ddba9caa7f32
     1 /*
     1 /*
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2009-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".
    69     * USB mass memory mode was just activated or deactivated.
    69     * USB mass memory mode was just activated or deactivated.
    70     * @param active If true, mass memory mode was activated, and mass memory cannot be accessed.
    70     * @param active If true, mass memory mode was activated, and mass memory cannot be accessed.
    71     * Otherwise mass memory mode was deactivated, and mass memory is again accessible.
    71     * Otherwise mass memory mode was deactivated, and mass memory is again accessible.
    72     */
    72     */
    73     void usbMassMemoryModeToggled(bool active);
    73     void usbMassMemoryModeToggled(bool active);
    74 
    74     
       
    75     /*!
       
    76     * Signal when task switcher state changes.
       
    77     * @param foreground If true, task switcher is in foreground. Otherwise it has moved to background. 
       
    78     */
       
    79     void taskSwitcherStateChanged(bool foreground);
    75 
    80 
    76 private:
    81 private:
    77     CxuiApplicationFrameworkMonitorPrivate *p;
    82     CxuiApplicationFrameworkMonitorPrivate *p;
    78 
    83 
    79     friend class CxuiApplicationFrameworkMonitorPrivate;
    84     friend class CxuiApplicationFrameworkMonitorPrivate;