camerauis/cameraapp/generic/inc/CamViewBase.h
branchRCL_3
changeset 25 bf64cebf4673
parent 20 38fb6f7eacd5
equal deleted inserted replaced
20:38fb6f7eacd5 25:bf64cebf4673
   214         * From CAknView.
   214         * From CAknView.
   215         * @since 2.8
   215         * @since 2.8
   216         */
   216         */
   217         void DoDeactivate();
   217         void DoDeactivate();
   218         
   218         
       
   219         /**
       
   220         * Prepare deactivation of this view.
       
   221         * Method stores current visible containers to temporary containers.
       
   222         */        
       
   223         void PrepareDeactivate();
       
   224 
       
   225         /**
       
   226         * Completes deactivation of this view.
       
   227         * Method method deletes stored temporary containers.
       
   228         */        
       
   229         void PostDeactivate();
       
   230 
   219     protected:  // New functions
   231     protected:  // New functions
   220 
   232 
   221         /**
   233         /**
   222         * C++ default constructor.
   234         * C++ default constructor.
   223         * @since 2.8
   235         * @since 2.8
   358         // error code associated with standby mode
   370         // error code associated with standby mode
   359         //TInt iStandbyError;
   371         //TInt iStandbyError;
   360 
   372 
   361         // standby mode container
   373         // standby mode container
   362         CCamStandbyContainer* iStandbyContainer;
   374         CCamStandbyContainer* iStandbyContainer;
       
   375 
       
   376         //Used for viewswitching
       
   377         CCamContainerBase* iTempContainer;        
       
   378         CCamStandbyContainer* iTempStandbyContainer;
   363         
   379         
   364     private: // data
   380     private: // data
   365 
   381 
   366         // whether or not the view registered an interest in resources
   382         // whether or not the view registered an interest in resources
   367         // when it came to the foreground
   383         // when it came to the foreground