creator/inc/creator_calendarelement.h
branchRCL_3
changeset 60 6646c35e558c
parent 50 9b2cffad4b5e
equal deleted inserted replaced
50:9b2cffad4b5e 60:6646c35e558c
   100 class CCreatorCalendarElement : public CCreatorScriptElement
   100 class CCreatorCalendarElement : public CCreatorScriptElement
   101 {
   101 {
   102 public:
   102 public:
   103     static CCreatorCalendarElement* NewL(CCreatorEngine* aEngine, const TDesC& aName, const TDesC& aContext = KNullDesC);
   103     static CCreatorCalendarElement* NewL(CCreatorEngine* aEngine, const TDesC& aName, const TDesC& aContext = KNullDesC);
   104     void ExecuteCommandL();
   104     void ExecuteCommandL();
   105     void AsyncExecuteCommandL();    
       
   106 protected:
   105 protected:
   107     CCreatorCalendarElement(CCreatorEngine* aEngine);
   106     CCreatorCalendarElement(CCreatorEngine* aEngine);
   108     
   107     
   109     enum TEntryType {
   108     enum TEntryType {
   110         EAppointment,
   109         EAppointment,