organizer_plat/calendar_launcher_api/inc/calenlauncher.h
changeset 75 7ac58b2aae6f
parent 57 bb2d3e476f29
equal deleted inserted replaced
72:27feeedec790 75:7ac58b2aae6f
    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,