securitydialogs/simlockui/inc/SimLockUIBackgroundControl.h
branchRCL_3
changeset 20 63339781d179
parent 1 d5423fbb4f29
equal deleted inserted replaced
19:94b923fa11ed 20:63339781d179
    48 
    48 
    49     /**
    49     /**
    50      * NewL
    50      * NewL
    51      * Create a CSimLockUIBackgroundControl object, which will draw itself to aRect
    51      * Create a CSimLockUIBackgroundControl object, which will draw itself to aRect
    52      *
    52      *
    53      * @param aRect the rectangle this view will be drawn to
       
    54      * @return a pointer to the created instance of CSimLockUIBackgroundControl
    53      * @return a pointer to the created instance of CSimLockUIBackgroundControl
    55      */
    54      */
    56     static CSimLockUIBackgroundControl* NewL( const TRect& aRect );
    55     static CSimLockUIBackgroundControl* NewL();
    57 
    56 
    58     /**
    57     /**
    59      * NewLC
    58      * NewLC
    60      * Create a CSimLockUIBackgroundControl object, which will draw itself to aRect
    59      * Create a CSimLockUIBackgroundControl object, which will draw itself to aRect
    61      *
    60      *
    62      * @param aRect the rectangle this view will be drawn to
       
    63      * @return a pointer to the created instance of CSimLockUIBackgroundControl
    61      * @return a pointer to the created instance of CSimLockUIBackgroundControl
    64      */
    62      */
    65     static CSimLockUIBackgroundControl* NewLC( const TRect& aRect );
    63     static CSimLockUIBackgroundControl* NewLC();
    66 
    64 
    67 
    65 
    68     /**
    66     /**
    69      * ~CSimLockUIBackgroundControl
    67      * ~CSimLockUIBackgroundControl
    70      * Destroy the object and release all memory objects
    68      * Destroy the object and release all memory objects
    84 private: // Private Consructors
    82 private: // Private Consructors
    85 
    83 
    86     /**
    84     /**
    87      * ConstructL
    85      * ConstructL
    88      * Perform the second phase construction of a CSimLockUIBackgroundControl object
    86      * Perform the second phase construction of a CSimLockUIBackgroundControl object
    89      *
       
    90      * @param aRect the rectangle this view will be drawn to
       
    91      */
    87      */
    92     void ConstructL( const TRect& aRect );
    88     void ConstructL();
    93 
    89 
    94 private: // From CCoeControl
    90 private: // From CCoeControl
    95 
    91 
    96     /**
    92     /**
    97      * SizeChanged
    93      * SizeChanged
    98      * Indicate that the control has been resized
    94      * Indicate that the control has been resized
    99      */
    95      */
   100     virtual void SizeChanged();
    96     virtual void SizeChanged();
       
    97 
       
    98     /**
       
    99      * HandleResourceChange
       
   100      */
       
   101     void HandleResourceChange( TInt aType );
   101 
   102 
   102     /**
   103     /**
   103      * Draw
   104      * Draw
   104      * Draw this CSimLockUIBackgroundControl to the screen
   105      * Draw this CSimLockUIBackgroundControl to the screen
   105      *
   106      *