calendarui/agendaeventviewer/inc/agendaeventview.h
changeset 70 a5ed90760192
parent 63 a3cb48f6c889
equal deleted inserted replaced
64:1881ad52dc45 70:a5ed90760192
   122 	AgendaEventViewerPrivate *mOwner;
   122 	AgendaEventViewerPrivate *mOwner;
   123 	AgendaEventViewerDocLoader *mDocLoader;
   123 	AgendaEventViewerDocLoader *mDocLoader;
   124 	AgendaEntry mOriginalAgendaEntry;
   124 	AgendaEntry mOriginalAgendaEntry;
   125 	AgendaEntry mAgendaEntry;
   125 	AgendaEntry mAgendaEntry;
   126 	QPointer<QPluginLoader> mNotesEditorPluginLoader;
   126 	QPointer<QPluginLoader> mNotesEditorPluginLoader;
   127 	CalenEditor *mCalenEditor;
   127 	QPointer<CalenEditor> mCalenEditor;
   128 	QGraphicsLinearLayout *mLinearLayout;
   128 	QGraphicsLinearLayout *mLinearLayout;
   129 
   129 
   130 	HbTranslator *mTranslator;
   130 	HbTranslator *mTranslator;
   131 	bool mReminderWidgetAdded;
   131 	bool mReminderWidgetAdded;
   132 	HbAction *mBackAction;
   132 	HbAction *mBackAction;
   138 	int mProgressIconCount;  
   138 	int mProgressIconCount;  
   139 	bool mMaptileStatusReceived;
   139 	bool mMaptileStatusReceived;
   140 	bool mCalenEditorClosed ;
   140 	bool mCalenEditorClosed ;
   141 	int mMaptileStatus; 
   141 	int mMaptileStatus; 
   142 	bool mNotesPluginLoaded;
   142 	bool mNotesPluginLoaded;
       
   143 	ulong mParentId;
       
   144 	ulong mEntryIdDeleted;
   143 
   145 
   144 private:
   146 private:
   145 	friend class AgendaEventViewerPrivate;
   147 	friend class AgendaEventViewerPrivate;
   146 };
   148 };
   147 #endif // AGENDAEVENTVIEW_H
   149 #endif // AGENDAEVENTVIEW_H