organizer_plat/calendar_launcher_api/inc/CalenLauncher.h
changeset 80 fa7c359294fa
parent 58 ef813d54df51
equal deleted inserted replaced
77:b0711afde476 80:fa7c359294fa
    27 Q_OBJECT
    27 Q_OBJECT
    28 
    28 
    29 public:
    29 public:
    30 	enum CalenView{
    30 	enum CalenView{
    31 			MonthView = 0,
    31 			MonthView = 0,
    32 			AgendaView
    32 			AgendaView,
       
    33 			DayView
    33 		};
    34 		};
    34     CalenLauncher(QObject* parent = 0);
    35     CalenLauncher(QObject* parent = 0);
    35     ~CalenLauncher();
    36     ~CalenLauncher();
    36     
    37     
    37     void launchCalendarApp(CalenView view, QDateTime& dateTime, 
    38     void launchCalendarApp(CalenView view, QDateTime& dateTime,