camerauis/cameraapp/generic/inc/CamPreCaptureContainerBase.h
branchRCL_3
changeset 16 d486e5e3cc9a
parent 11 792dfc98fb3b
child 27 53c8aa5d97a3
equal deleted inserted replaced
12:8c55c525d5d7 16:d486e5e3cc9a
    43 class CCamSidePane;
    43 class CCamSidePane;
    44 class CCamZoomPane;
    44 class CCamZoomPane;
    45 class CCamIndicator;
    45 class CCamIndicator;
    46 class CCamTimeLapseSlider;
    46 class CCamTimeLapseSlider;
    47 class MCamVfGridDrawer;
    47 class MCamVfGridDrawer;
    48 
    48 class CCamStartupLogo;
    49 
    49 
    50 
    50 
    51 // ===========================================================================
    51 // ===========================================================================
    52 // CLASS DECLARATION
    52 // CLASS DECLARATION
    53 
    53 
   729     // For blinking of resolution indicator
   729     // For blinking of resolution indicator
   730     TBool iBlinkResolutionIndicator;
   730     TBool iBlinkResolutionIndicator;
   731     CPeriodic* iIndBlinkTimer;
   731     CPeriodic* iIndBlinkTimer;
   732     TBool iDrawIndicator;
   732     TBool iDrawIndicator;
   733     TInt iToggleCountdown;
   733     TInt iToggleCountdown;
       
   734 
       
   735     // Startup animation control
       
   736     CCamStartupLogo* iStartupLogo;
   734   // =========================================================================
   737   // =========================================================================
   735   };
   738   };
   736     
   739     
   737 #endif // CAMPRECAPTURECONTAINERBASE_H
   740 #endif // CAMPRECAPTURECONTAINERBASE_H
   738 
   741