calendarui/caleneditor/inc/caleneditorcommon.h
changeset 64 1881ad52dc45
parent 57 bb2d3e476f29
equal deleted inserted replaced
63:a3cb48f6c889 64:1881ad52dc45
    31 #define CALEN_EDITOR_ADD_DESCRIPTION_ACTION "addDescriptionAction"
    31 #define CALEN_EDITOR_ADD_DESCRIPTION_ACTION "addDescriptionAction"
    32 #define CALEN_EDITOR_DELETE_EVENT_ACTION "deleteEventAction"
    32 #define CALEN_EDITOR_DELETE_EVENT_ACTION "deleteEventAction"
    33 
    33 
    34 // Constants
    34 // Constants
    35 const int SecsInOneHour( 3600 );
    35 const int SecsInOneHour( 3600 );
       
    36 const int SecsIn15Mins( 900 );  //15 * 60 secs
       
    37 const int SecsIn30Mins( 1800 ); //30 * 60 secs
    36 const int MaxRowsInTextItem(10);
    38 const int MaxRowsInTextItem(10);
    37 const int MaxCharacterLimit(255);
    39 const int MaxCharacterLimit(255);
    38 
    40 
    39 enum CustomItemOffset {
    41 enum CustomItemOffset {
    40     CustomWidgetFrom = HbDataFormModelItem::CustomItemBase + 1,
    42     CustomWidgetFrom = HbDataFormModelItem::CustomItemBase + 1,