calendarui/agendaeventviewer/inc/agendaeventview.h
changeset 63 a3cb48f6c889
parent 57 bb2d3e476f29
child 70 a5ed90760192
equal deleted inserted replaced
57:bb2d3e476f29 63:a3cb48f6c889
    48 
    48 
    49 public:
    49 public:
    50 	AgendaEventView(
    50 	AgendaEventView(
    51 			AgendaEventViewerPrivate *owner, QObject *parent=0);
    51 			AgendaEventViewerPrivate *owner, QObject *parent=0);
    52 	virtual ~AgendaEventView();
    52 	virtual ~AgendaEventView();
    53 
    53 public:
       
    54 	
       
    55 	/*
       
    56 	 * forcefully closing the editor.
       
    57 	 * should be call if view is open,
       
    58 	 */
       
    59 	void saveAndCloseEditor();
       
    60     
       
    61 	/*
       
    62      * forcefully closing the view.
       
    63      * should be call if view is open,
       
    64      */
       
    65     void closeAgendaEventView();
    54 private:
    66 private:
    55 	void execute(AgendaEntry entry, AgendaEventViewer::Actions action);
    67 	void execute(AgendaEntry entry, AgendaEventViewer::Actions action);
    56 	void addViewerData();
    68 	void addViewerData();
    57 	void addMenuItem();
    69 	void addMenuItem();
    58 	void addToolBarItem(AgendaEventViewer::Actions action);
    70 	void addToolBarItem(AgendaEventViewer::Actions action);
   123 	QString mMaptilePath;
   135 	QString mMaptilePath;
   124 	MapTileService *mMaptileService;
   136 	MapTileService *mMaptileService;
   125 	QTimer *mProgressTimer;
   137 	QTimer *mProgressTimer;
   126 	int mProgressIconCount;  
   138 	int mProgressIconCount;  
   127 	bool mMaptileStatusReceived;
   139 	bool mMaptileStatusReceived;
       
   140 	bool mCalenEditorClosed ;
   128 	int mMaptileStatus; 
   141 	int mMaptileStatus; 
   129 	bool mNotesPluginLoaded;
   142 	bool mNotesPluginLoaded;
   130 
   143 
   131 private:
   144 private:
   132 	friend class AgendaEventViewerPrivate;
   145 	friend class AgendaEventViewerPrivate;