mmsharing/mmshui/inc/musuilivesharingobserver.h
branchRCL_3
changeset 33 bc78a40cd63c
equal deleted inserted replaced
32:73a1feb507fb 33:bc78a40cd63c
       
     1 /*
       
     2 * Copyright (c) 2005 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Mus Applications Event Observer Interface
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef MUSUILIVESHARINGOBSERVER_H
       
    21 #define MUSUILIVESHARINGOBSERVER_H
       
    22 
       
    23 #include "musuidefinitions.h"
       
    24 
       
    25 #include <aknappui.h>
       
    26 #include <badesca.h>
       
    27 
       
    28 class MMusUiLiveSharingObserver
       
    29 	{
       
    30 	
       
    31 public:
       
    32     
       
    33     virtual void SetZoomValues( TInt aMinZoom, TInt aMaxZoom ) = 0;
       
    34 
       
    35     virtual void SetBrightnessValues( TInt aMinBrightness, TInt aMaxBrightness ) = 0;
       
    36 
       
    37     virtual void SetZoomL( TInt aZoomLevel ) = 0;
       
    38     
       
    39     virtual void SetBrightnessL( TInt aBrightnessLevel ) = 0;
       
    40     
       
    41     virtual void SetZoomVisible( TBool aVisible ) = 0;
       
    42     
       
    43     virtual void SetBrightnessVisible( TBool aVisible ) = 0;
       
    44 
       
    45     virtual void DoRefreshView() = 0;
       
    46 
       
    47     };
       
    48 
       
    49 #endif // MUSUILIVESHARINGOBSERVER_H
       
    50             
       
    51 // end of file