camerauis/cameraapp/generic/inc/CamAppUi.h
branchRCL_3
changeset 27 53c8aa5d97a3
parent 25 bf64cebf4673
child 31 8f559c47d7fd
equal deleted inserted replaced
25:bf64cebf4673 27:53c8aa5d97a3
     1 /*
     1 /*
     2 * Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2007-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".
   892 
   892 
   893         /**
   893         /**
   894         * Hide the toolbar.
   894         * Hide the toolbar.
   895         */
   895         */
   896         void SubmergeToolbar(); 
   896         void SubmergeToolbar(); 
       
   897         
       
   898         /**
       
   899         * Returns ETrue if the toolbar extension is visible,
       
   900         * otherwise EFalse.
       
   901         */
       
   902         TBool IsToolBarExtensionVisible() const;
   897  
   903  
   898     public: // Functions from base classes
   904     public: // Functions from base classes
   899         /**
   905         /**
   900         * Draw the counter to the bitmap used in the navi pane
   906         * Draw the counter to the bitmap used in the navi pane
   901         * @since 3.0
   907         * @since 3.0
   945         * @param aEmbeddedObserver service observer
   951         * @param aEmbeddedObserver service observer
   946         * @param aMode Service type (image or video)
   952         * @param aMode Service type (image or video)
   947         */
   953         */
   948         void StartAsServerAppL( MCamEmbeddedObserver *aEmbeddedObserver, 
   954         void StartAsServerAppL( MCamEmbeddedObserver *aEmbeddedObserver, 
   949         	               TInt aMode );
   955         	               TInt aMode );
       
   956         
       
   957         /**
       
   958         * Set application file server observer  
       
   959         * @since 9.2
       
   960         * @param aEmbeddedObserver service observer
       
   961         */
       
   962         void SetEmbeddedObserver( MCamEmbeddedObserver* aEmbeddedObserver );
   950 
   963 
   951         /**
   964         /**
   952         * Closes the application
   965         * Closes the application
   953         * @since 2.8
   966         * @since 2.8
   954         */
   967         */