calendarui/caleneditor/inc/caleneditor_p.h
changeset 57 bb2d3e476f29
parent 55 2c54b51f39c4
child 64 1881ad52dc45
equal deleted inserted replaced
55:2c54b51f39c4 57:bb2d3e476f29
    25 #include <QHash>
    25 #include <QHash>
    26 #include <QDateTime>
    26 #include <QDateTime>
    27 
    27 
    28 //user includes
    28 //user includes
    29 #include <AgendaEntry>
    29 #include <AgendaEntry>
    30 
    30 #include <caleneditor.h>
    31 #include "caleneditor.h"
    31 
    32 #include "caleneditorcommon.h"
    32 #include "caleneditorcommon.h"
    33 
    33 
    34 //forward declarations
    34 //forward declarations
    35 class QFile;
    35 class QFile;
    36 class HbDataForm;
    36 class HbDataForm;
   152 	Action handleDone();
   152 	Action handleDone();
   153 	bool saveEntry();
   153 	bool saveEntry();
   154 	void deleteEntry(bool close = false);
   154 	void deleteEntry(bool close = false);
   155 	bool handleAllDayToSave();
   155 	bool handleAllDayToSave();
   156 	void enableFromTotimeFileds(bool, QDateTime, QDateTime);
   156 	void enableFromTotimeFileds(bool, QDateTime, QDateTime);
   157 	QTime defaultTimeSameDay();
   157 	QDateTime defaultTimeSameDay( );
   158 	void refreshTimeForUncheckAllDay();
   158 	void refreshTimeForUncheckAllDay();
   159 	
   159 	
   160 private slots:
   160 private slots:
   161 	void handleSubjectChange(const QString subject);
   161 	void handleSubjectChange(const QString subject);
   162 	void handleAllDayChange(int state);
   162 	void handleAllDayChange(int state);