calendarui/commonutils/inc/calencustomnavilabel.h
branchRCL_3
changeset 60 96907930389d
parent 48 bf573002ff72
child 67 1539a383d7b6
equal deleted inserted replaced
59:aba12c885d83 60:96907930389d
    42     /**
    42     /**
    43     * Sets the Calendar name and color
    43     * Sets the Calendar name and color
    44     * @param aName  Calendar name
    44     * @param aName  Calendar name
    45     * @param aColor Calendar color
    45     * @param aColor Calendar color
    46     */
    46     */
    47     void SetCalendarNameAndColor(const TDesC& aName, const TRgb aColor);
    47     void SetCalendarNameAndColorL(const TDesC& aName, const TRgb aColor);
    48     
    48     
    49 private: 
    49 private: 
    50 	
    50 	
    51 	/**
    51 	/**
    52     * From CCoeControl
    52     * From CCoeControl
    83     void ConstructL(const TDesC& aName, const TRgb aColor);
    83     void ConstructL(const TDesC& aName, const TRgb aColor);
    84     
    84     
    85 private:
    85 private:
    86     CFbsBitmap* iBitmap;
    86     CFbsBitmap* iBitmap;
    87     CFbsBitmap* iMask;
    87     CFbsBitmap* iMask;
    88     CAknsBasicBackgroundControlContext* iBgContext; // for skins support
       
    89     HBufC *iCalendarName;
    88     HBufC *iCalendarName;
    90     TRgb iCalendarColor;
    89     TRgb iCalendarColor;
    91 
    90 
    92     };
    91     };
    93 #endif  // CCALENCUSTOMNAVICONTROL_H
    92 #endif  // CCALENCUSTOMNAVICONTROL_H