mmsharing/mmshui/inc/musuilivesharingobserver.h
changeset 0 f0cf47e981f9
child 18 0da2e08216b6
equal deleted inserted replaced
-1:000000000000 0:f0cf47e981f9
       
     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 	
       
    46 	};
       
    47 
       
    48 #endif // MUSUILIVESHARINGOBSERVER_H
       
    49             
       
    50 // end of file