idlehomescreen/xmluirendering/renderingplugins/xnclockfactory/inc/xnclockface.h
branchRCL_3
changeset 93 b01126ce0bec
parent 88 3321d3e205b6
child 102 ba63c83f4716
equal deleted inserted replaced
88:3321d3e205b6 93:b01126ce0bec
   214         * @param aRect Rectangle defining the size of the clock.
   214         * @param aRect Rectangle defining the size of the clock.
   215         * @param aDateTime Time to be used for drawing.
   215         * @param aDateTime Time to be used for drawing.
   216         */                       
   216         */                       
   217         void DrawHandsL( CWindowGc& aGc, const TRect& aRect,
   217         void DrawHandsL( CWindowGc& aGc, const TRect& aRect,
   218                          const TDateTime& aDateTime );
   218                          const TDateTime& aDateTime );
       
   219         
       
   220         /**
       
   221         * Stores clock face adjustment value
       
   222         * @param aNode is current face.
       
   223         */ 
       
   224         TInt FaceAdjustmentValueL( CXnNodePluginIf& aNode );
   219 
   225 
   220     private:
   226     private:
   221 
   227 
   222         /**
   228         /**
   223         * C++ default constructor.
   229         * C++ default constructor.
   227         /**
   233         /**
   228         * By default Symbian 2nd phase constructor is private.
   234         * By default Symbian 2nd phase constructor is private.
   229         */
   235         */
   230         void ConstructL();
   236         void ConstructL();
   231 
   237 
   232     private:    // Data                
   238     private:    // Data  
       
   239         
       
   240         // Stores face adjustment value
       
   241         TInt iFaceAdjustmentValue;
   233     };
   242     };
   234 
   243 
   235 #endif      // _XNCLOCKFACE_H
   244 #endif      // _XNCLOCKFACE_H
   236             
   245             
   237 // End of File
   246 // End of File