calendarui/views/inc/caleneventviewcontainer.h
branchRCL_3
changeset 86 ed599363c2d7
parent 74 97232defd20e
equal deleted inserted replaced
78:356f28cd5ca0 86:ed599363c2d7
   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 
   350 
   351     /**
   351     /**
   352      * Add a date field to the form.
       
   353      */
       
   354     void AddDateFieldL( const TDesC& aDate );
       
   355 
       
   356     /**
       
   357      * Add a "date - date" field to the form.
   352      * Add a "date - date" field to the form.
   358      */
   353      */
   359     void AddDateDateFieldL( const TTime& aStartDate, const TTime& aEndDate );
   354     void AddDateDateFieldL( const TTime& aStartDate, const TTime& aEndDate );
   360 
   355 
   361     /**
   356     /**
   486     
   481     
   487 	/**
   482 	/**
   488 	* Checks if user has tapped on the attahcment names and then opens the corresponding 
   483 	* Checks if user has tapped on the attahcment names and then opens the corresponding 
   489 	* attachment
   484 	* attachment
   490 	*/
   485 	*/
   491     void CheckAndOpenTappedAttachmentL(TTmPosInfo2* posInfo);
   486     void CheckAndOpenTappedAttachment(TTmPosInfo2* posInfo);
   492 	
   487 	
   493 	/**
   488 	/**
   494 	* Opens the respective atatchment tapped
   489 	* Opens the respective atatchment tapped
   495 	*/
   490 	*/
   496     void OpenViewerL(TInt attachmentToBeOpened);
   491     void OpenViewerL(TInt attachmentToBeOpened);
   585      TBool iLocaleChanged;
   580      TBool iLocaleChanged;
   586      CEikLabel* iLabel; 
   581      CEikLabel* iLabel; 
   587      CDocumentHandler*               iDocHandler; 
   582      CDocumentHandler*               iDocHandler; 
   588 	 RArray<TTextPos> iAttachmentPosInfoArray;	// Array of start and end positions of each attachment names on the viewer
   583 	 RArray<TTextPos> iAttachmentPosInfoArray;	// Array of start and end positions of each attachment names on the viewer
   589 
   584 
   590     /**
       
   591     * True if FeatureManager is initialized.
       
   592     */
       
   593     TBool iFeatMgrInitialized;
       
   594 	     
       
   595 	};
   585 	};
   596 
   586 
   597 #endif // CALENEVENTCONTAINER_H
   587 #endif // CALENEVENTCONTAINER_H