calendarui/views/inc/caleneventviewcontainer.h
branchRCL_3
changeset 31 97232defd20e
parent 30 bd7edf625bdd
equal deleted inserted replaced
30:bd7edf625bdd 31:97232defd20e
   345 
   345 
   346     /**
   346     /**
   347      * Add a date field to the form.
   347      * Add a date field to the form.
   348      */
   348      */
   349     void AddDateFieldL( TInt aHeadingResource, const TTime& aDate );
   349     void AddDateFieldL( TInt aHeadingResource, const TTime& aDate );
       
   350 
       
   351     /**
       
   352      * Add a date field to the form.
       
   353      */
       
   354     void AddDateFieldL( const TDesC& aDate );
   350 
   355 
   351     /**
   356     /**
   352      * Add a "date - date" field to the form.
   357      * Add a "date - date" field to the form.
   353      */
   358      */
   354     void AddDateDateFieldL( const TTime& aStartDate, const TTime& aEndDate );
   359     void AddDateDateFieldL( const TTime& aStartDate, const TTime& aEndDate );
   580      TBool iLocaleChanged;
   585      TBool iLocaleChanged;
   581      CEikLabel* iLabel; 
   586      CEikLabel* iLabel; 
   582      CDocumentHandler*               iDocHandler; 
   587      CDocumentHandler*               iDocHandler; 
   583 	 RArray<TTextPos> iAttachmentPosInfoArray;	// Array of start and end positions of each attachment names on the viewer
   588 	 RArray<TTextPos> iAttachmentPosInfoArray;	// Array of start and end positions of each attachment names on the viewer
   584 
   589 
       
   590     /**
       
   591     * True if FeatureManager is initialized.
       
   592     */
       
   593     TBool iFeatMgrInitialized;
       
   594 	     
   585 	};
   595 	};
   586 
   596 
   587 #endif // CALENEVENTCONTAINER_H
   597 #endif // CALENEVENTCONTAINER_H