calendarui/calenlauncher/inc/calenlauncher.h
changeset 50 579cc610882e
parent 18 c198609911f9
equal deleted inserted replaced
49:5de72ea7a065 50:579cc610882e
    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 			DayView
    32 			AgendaView
    33 		};
    33 		};
    34     CalenLauncher(QObject* parent = 0);
    34     CalenLauncher(QObject* parent = 0);
    35     ~CalenLauncher();
    35     ~CalenLauncher();
    36     
    36     
    37     void launchCalendarApp(CalenView view, QDateTime& dateTime, 
    37     void launchCalendarApp(CalenView view, QDateTime& dateTime,