calendarui/inc/calencommon.h
changeset 50 579cc610882e
parent 32 ea672fcb0ea0
child 58 ef813d54df51
equal deleted inserted replaced
49:5de72ea7a065 50:579cc610882e
    17 
    17 
    18 
    18 
    19 #ifndef CALENCOMMON_H
    19 #ifndef CALENCOMMON_H
    20 #define CALENCOMMON_H
    20 #define CALENCOMMON_H
    21 
    21 
    22 #define CALEN_DAYVIEW_XML_FILE ":/xml/calendayview.docml"
    22 #define CALEN_AGENDAVIEW_XML_FILE ":/xml/calenagendaview.docml"
    23 #define CALEN_DAYVIEW "dayView"
    23 #define CALEN_AGENDAVIEW "agendaView"
    24 #define CALEN_DAYVIEW_WIDGET "dayViewWidget"
    24 #define CALEN_AGENDAVIEW_WIDGET "agendaViewWidget"
    25 #define CALEN_DAYVIEW_LISTWIDGET "eventsList"
    25 #define CALEN_AGENDAVIEW_LISTWIDGET "eventsList"
    26 #define CALEN_DAYVIEW_HEADING "headingWidget"
    26 #define CALEN_AGENDAVIEW_HEADING "headingWidget"
    27 #define CALEN_DAYVIEW_HEADING_REGIONALPLUGIN_WIDGET "headingRegionalPluginWidget"
    27 #define CALEN_AGENDAVIEW_HEADING_REGIONALPLUGIN_WIDGET "headingRegionalPluginWidget"
    28 #define CALEN_DAYVIEW_MENU_NEW_EVENT "newEventAction"
    28 #define CALEN_AGENDAVIEW_MENU_NEW_EVENT "newEventAction"
    29 #define CALEN_DAYVIEW_MENU_GO_TO_TODAY "todayAction"
    29 #define CALEN_AGENDAVIEW_MENU_GO_TO_TODAY "todayAction"
    30 #define CALEN_DAYVIEW_MENU_GO_TO_DATE "goToDateAction"
    30 #define CALEN_AGENDAVIEW_MENU_GO_TO_DATE "goToDateAction"
    31 #define CALEN_DAYVIEW_MENU_SETTINGS "settingsAction"
    31 #define CALEN_AGENDAVIEW_MENU_SWITCH_TO_DAYVIEW "switchToDayViewAction"
       
    32 #define CALEN_AGENDAVIEW_MENU_SETTINGS "settingsAction"
    32 #define CALEN_PORTRAIT "portrait"
    33 #define CALEN_PORTRAIT "portrait"
    33 #define CALEN_LANDSCAPE "landscape"
    34 #define CALEN_LANDSCAPE "landscape"
    34 #define CALEN_MONTHVIEW_XML_FILE ":/xml/calenmonthview.docml"
    35 #define CALEN_MONTHVIEW_XML_FILE ":/xml/calenmonthview.docml"
    35 #define CALEN_MONTHVIEW "monthView"
    36 #define CALEN_MONTHVIEW "monthView"
    36 #define CALEN_MONTHVIEW_EXCEPT_PANE "monthViewExceptPreviewPane"
    37 #define CALEN_MONTHVIEW_EXCEPT_PANE "monthViewExceptPreviewPane"