contacts_plat/contacts_ui_api/inc/cntviewparams.h
changeset 31 2a11b5b00470
parent 27 de1630741fbe
child 37 fd64c38c277d
equal deleted inserted replaced
27:de1630741fbe 31:2a11b5b00470
    35     ESelectedAction,
    35     ESelectedAction,
    36     ESelectedContact,
    36     ESelectedContact,
    37     ESelectedGroupContact,
    37     ESelectedGroupContact,
    38     ESelectedDetail,
    38     ESelectedDetail,
    39     ESelectionMode,
    39     ESelectionMode,
       
    40     EMyCard,
    40 	ECustomParam = 100
    41 	ECustomParam = 100
    41 };
    42 };
    42 
    43 
    43 enum CntViewId
    44 enum CntViewId
    44 {
    45 {
    70     serviceContactFetchView,
    71     serviceContactFetchView,
    71     groupEditorView,
    72     groupEditorView,
    72     groupMemberView,
    73     groupMemberView,
    73     groupActionsView,
    74     groupActionsView,
    74     historyView,
    75     historyView,
       
    76     importsView,
    75     customPhonebookView = 100, // reserved for internal view plugins, DO NOT USE THESE
    77     customPhonebookView = 100, // reserved for internal view plugins, DO NOT USE THESE
    76     customView = 200 // for all other view plugins
    78     customView = 200 // for all other view plugins
    77 };
    79 };
    78 
    80 
    79 typedef QMap<int, QVariant> CntViewParameters;
    81 typedef QMap<int, QVariant> CntViewParameters;