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" |
39 #define CALEN_MONTHGRID "monthGrid" |
40 #define CALEN_MONTHGRID "monthGrid" |
40 #define CALEN_PREVPANELAYOUT "prevPaneLayout" |
41 #define CALEN_PREVPANELAYOUT "prevPaneLayout" |
41 #define CALEN_PREVPREVIEWPARENT "prevPaneWidget" |
42 #define CALEN_PREVPREVIEWPARENT "prevPaneWidget" |
42 #define CALEN_CURRPREVIEWPARENT "currPaneWidget" |
43 #define CALEN_CURRPREVIEWPARENT "currPaneWidget" |
43 #define CALEN_NEXTPREVIEWPARENT "nextPaneWidget" |
44 #define CALEN_NEXTPREVIEWPARENT "nextPaneWidget" |
|
45 #define CALEN_PREVREGIONALINFO "prevRegionalInfo" |
|
46 #define CALEN_CURRREGIONALINFO "currRegionalInfo" |
|
47 #define CALEN_NEXTREGIONALINFO "nextRegionalInfo" |
44 #define CALEN_NEXTPANELAYOUT "nextPaneLayout" |
48 #define CALEN_NEXTPANELAYOUT "nextPaneLayout" |
45 #define CALEN_CURRPANELAYOUT "currPaneLayout" |
49 #define CALEN_CURRPANELAYOUT "currPaneLayout" |
46 #define CALEN_PREVPREVIEWPANE "prevPreviewPane" |
50 #define CALEN_PREVPREVIEWPANE "prevPreviewPane" |
47 #define CALEN_CURRPREVIEWPANE "currPreviewPane" |
51 #define CALEN_CURRPREVIEWPANE "currPreviewPane" |
48 #define CALEN_NEXTPREVIEWPANE "nextPreviewPane" |
52 #define CALEN_NEXTPREVIEWPANE "nextPreviewPane" |