calendarui/caleneditor/inc/caleneditorcommon.h
changeset 68 a5a1242fd2e8
parent 58 ef813d54df51
equal deleted inserted replaced
58:ef813d54df51 68:a5a1242fd2e8
    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,